---General code--
// load xml
images_xml = new XML();
images_xml.ignoreWhite=true;
images_xml.onLoad = parse;
images_xml.load("images.xml");
-------------------
heres the code to pass the file name from html
---------
value="temp.swf?dyn_text=images.xml" />
in AS
images_xml.load(dyn_text);
----------
On Adobe Forum
No comments:
Post a Comment