This thread is on behalf of someone else!
Hi,
I have a flash document that needs to dynamically load an XML file. At the moment, it loads it like:
var myShowXML = new XML();
myShowXML.ignoreWhite = true;
myShowXML.load("feed.xml");
Could anyone please tell me a way to convert that to reading from the HTML (param etc) for the XML feed. The URL of the feed will be input to HTML via PHP, but I just do not know how to get the variable from HTML to flash.
If someone could post the above actionscript modified for flashvars, and the HTML, that would be great
Thanks!




Reply With Quote

