Hi Flashdenners,
Is it possible to make the XML location a variable that Javascript can pass into flash…?
Really need some help on this one! 
just add ?variable=some.xml at the end of the swf name in the embed code…<param name="movie" src="xxx.swf?variable=some.xml" />i think that does the job well
just call the variable in actionscript like that, _root.variable
Thanks im almost there – having one of those days.. My actionscript should therefore be ..
_root.variable = xml.load(‘some.xml’
?
Thx life saver
Posted about 1 month ago
There is an example here:
http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_15683
Posted about 1 month ago