I am not sure that may be the issue When you are running from a web server Flash has a security implemntation which only allows you to send and retreive information to the server that delivered the flash file. If you try to read information from another system (such as myurl.com) you will find that the XML files will work fine on your local machine, but will fail when you move them onto your web server.
In nearly all browsers this is the server which the HTML file contains your flash file. However at least IE4.5 for the Mac, will only allow you to send and retrieve information to the server that contains the flash file. For this reason it is recommended that you place you flash file and HTML file on the same server. Thanks On Mon, Jan 25, 2010 at 1:06 PM, Hassan Baig <[email protected]>wrote: > Dear Bangpypers, > > I hope you're all doing great. I was wondering if you could help out in a > basic query. I'm a Facebook developer and I'm facing the following problem: > > I have a flash file which calls up a url say http://test.com/createXML/which > is caught and used up by a python/django code and it creates and redirects > to an XML. which is loaded by flash, to get values from the database. > > The setup works fine when outside facebook, but as soon as I put the setup > in facebook, it stops loading the XML completely. > > Any clues? > > -Hassan Baig > _______________________________________________ > BangPypers mailing list > [email protected] > http://mail.python.org/mailman/listinfo/bangpypers > -- Praveen Kumar +91 9620621342 http://praveensunsetpoint.wordpress.com Bangalore _______________________________________________ BangPypers mailing list [email protected] http://mail.python.org/mailman/listinfo/bangpypers
