Generate XML with PHP and pass it to an SWF -
In the past I have created a php file that generates XML and then it refers to XML file instead and in it Worked. I'm trying it with a precompiled flash app and it's not working.
Any ideas why?
This works if I run the script, save it and then swf that reference to that file. If possible, I will not generate the file on the file system, what is the solution?
If you drag the PHP page into the browser, then are you sure:
< Ol> & lt;? Xml version = "1.0" ...? & Gt;
) in the file To check one more thing, see Firebug on the net
panel ... it shows all those requests / reactions - They were done by Flash (including them) It's embedded in a web page) and make sure your flash is actually looking for the file you think.
Comments
Post a Comment