Skip to main content
Participant
April 11, 2008
Question

.txt file url in to Flash

  • April 11, 2008
  • 1 reply
  • 222 views
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 ..
This topic has been closed for replies.

1 reply

Inspiring
April 11, 2008
When you specify a variable, like: var p1 - you don't use the var later when
you reference the variable.

var p1 = 3;

p1 += 5;

trace(p1);

traces 8



--
Dave -
Head Developer
http://www.blurredistinction.com
Adobe Community Expert
http://www.adobe.com/communities/experts/