all groups > flash actionscript > february 2004 >
You're in the

flash actionscript

group:

Variables not updating


Variables not updating schueymcfee
2/13/2004 9:40:50 PM
flash actionscript: I retreive some variables from PHP and display them in the movie

I can only see these new variables if I empty my cache and refresh the
browser. How can I update the stage in Flash
Director uses updatestage() is there a similar function in Flash

Thank
Re: Variables not updating Jack
2/13/2004 10:22:36 PM

[quoted text, click to view]

add a random variable to the loadVariables / loadVars command,

verDate = new Date();
verTime = verDate.getTime();
clip_instance.loadVariables("test.txt?vers="+verTime);

hth

Re: Variables not updating N Rohler
2/14/2004 3:00:05 AM
AddThis Social Bookmark Button