Question
.txt file url in to Flash
if i specify URL in outer text file that was not taking in
the place of getURL of my button
i specified textfile
on (release)
{
var p1=loadVariablesNum("params.txt", _root.loadTargetbtn);
URL = 'var p1';
getURL("var p1",_self);
}
its not working
anyone can help ..
i specified textfile
on (release)
{
var p1=loadVariablesNum("params.txt", _root.loadTargetbtn);
URL = 'var p1';
getURL("var p1",_self);
}
its not working
anyone can help ..