Question
flash variable
I know this is probably easy but my mine is hurting from the
videoplay i just built. I need to make a variable to pass a url to
from flash.
example Actionscript
importXML.load(this.xmlloader);
var xmlloader = "importdata.xml";
How is this done
example Actionscript
importXML.load(this.xmlloader);
var xmlloader = "importdata.xml";
How is this done