Redline01
08-10-2001, 02:51 AM
Hello All,
I'm having a problem with a variable I passed into flash using Javascript. I passed a number and it shows up in a text field as the correct number. Now what I want to do is to jump a frame, which is specified by the number I passed. In other words if I pass 31, I want my movie to jump to frame 31 and play it.
This is the code I have to jump to that frame.
gotoAndPlay (Number ( skipIntro ));
Thank you.
I'm having a problem with a variable I passed into flash using Javascript. I passed a number and it shows up in a text field as the correct number. Now what I want to do is to jump a frame, which is specified by the number I passed. In other words if I pass 31, I want my movie to jump to frame 31 and play it.
This is the code I have to jump to that frame.
gotoAndPlay (Number ( skipIntro ));
Thank you.