[thelist] Flash dynamic variable with GoToAndPlay command

super super supercop at shaw.ca
Mon Mar 13 16:37:48 CST 2006


Hi all,

Initially, I thought it might be the frame name was incompatible with the dynamic variable, so I tried remove all the names, and use frame number instead.

That is on the html file, 

<embed src="testing.swf?testing=10">

where 10 is the frame number on the movie.

FF worked fine, but still no luck with IE. Whatever frame number I put in the variable, it will just go to play the second key frame on the movie.

Anybody know if there is a way to fix this problem???

Thanks a lot! 


----- Original Message -----
>From: super super <supercop at shaw.ca>
Date: Monday, March 13, 2006 1:29 pm
Subject: Flash dynamic variable with GoToAndPlay command

> Hi all,
> 
> I wanted to create a flash file that will play a particular frame 
> depends on a variable,
> 
> What I have done is , I have setup a dynamic variable to load a 
> swf file..
> 
> that is something like 
> <embed src="testing.swf?testing=1b">
> 
> and then on my swf file, I just used a one line script,
> 
> gotoAndPlay(testing);
> 
> Then I go to that particular frame and rename it to “1b”, 
> everything works fine in Firefox, but not in Internet Explorer, do 
> you guys know whats the problem???
> 
> I would be grateful if you would point out which part I did wrong, 
> or if there is any alternative way in achieving my goal,
> 
> Thank you very much,
> 
> Stanley
> 
> 
> 




More information about the thelist mailing list