Ask a Question related to Macromedia Flash, Design and Development.
-
luke #1
Javascript to Flash gotoAndPlay?
I'm stuggling trying to get javascript to target a MC within my flash movie.
<a href="javascript:document.myFlash.Play()">link</a>
that works, so I know I've got the thing set up right. But I can't get this
to work
<a href="javascript:document.myFlash.TGotoFrame("/myMC", 10);">link</a>
I'm not even sure what to use, Tframe? Tplay? I have a movie clip on my main
timeline called "myMC" and I want a javascript button to tell it to
gotoAndPlay frame 10 of it's timeline.
luke Guest
-
gotoAndPlay("Scene 2", 1); - How do I get flash to finish the current scene before moving to the next?
Okay I have 2 scenes, the first of which has an animation which stops in the middle. I also have a button in this scene which has the following... -
Help with GotoAndPlay.
Can anyone help me? I want my button to go to scene 31, frame 1 when you click it, but at the moment, it just goes to the next frame. Here is my... -
gotoAndPlay(arraylocation)
I have an array I'm storing string variables in. I want to be able to retrieve an item from the array x, and then gotoAndStop(x); my code... -
gotoAndPlay not working
Hello I have a clip containing an animation starting at frame 2 (frame 1 is emtpy and contains the stop() instruction) I cannot launch... -
gotoandplay doesn't "gotoandplay"
Hi Rick, Maybe a stupid question, but did you put the action on the keyframe 500 or did you by accident put it on a symbol/mc? Else try this:...



Reply With Quote

