In the past I have created a php file that generates the XML and then referenced it in place of the xml file and it has worked. I am trying this with a precompiled flash app and it is not working.
Any ideas why?
It works if I run the script, save it and then reference that file to the swf. I would rather not generate a file to the filesystem if possible. Anyone any solutions?
IF you pull the php page up in the browser are you sure that:
<?xml version="1.0" ... ?>)Another thing to check would be to look in firebug on the
netpanel… it shoudl show all the requests/responses made – including those done by flash (im assuming this is embedded in a web page). Look and make sure your flash is actually looking for the file you think its supposed to be looking for.