i am bringing in variables through an embed code
the typeof the imported variable is "undefined"
i need it to be a string or something that will cocantenate with this path
_root.movieToLoad=_root.reldir+"/swf/"+_root.currentIndex+".swf";
_root.reldir is the var that is loaded
String(reldir); doesn't seem to work
any suggestions?
cheers
the typeof the imported variable is "undefined"
i need it to be a string or something that will cocantenate with this path
_root.movieToLoad=_root.reldir+"/swf/"+_root.currentIndex+".swf";
_root.reldir is the var that is loaded
String(reldir); doesn't seem to work
any suggestions?
cheers