all groups > flash (macromedia) > december 2005 >
You're in the

flash (macromedia)

group:

Immediatly jump to a frame when swf loads


First slide presentation hwadler
12/23/2005 12:37:09 PM
flash (macromedia): I finally created my first Flash Screen presentation. I am new to Flash
so would appreciate any feedback offered. Either on content or technical
side.

Goto http://www.wadler.org/Biking/BikeAddons.html and select "Intro ti
bike gears - flash"
or
http://www.wadler.org/Biking/Bike_Classes/FlashGears/Gears_content.html
Re: Immediatly jump to a frame when swf loads Chris (mudbubble)
12/23/2005 2:37:23 PM
could be a preloader issue if you have one - but try moving the goto command to frame 2 - it may be
the movie is skipping it on frame 1.

******************************************
--> Team Macromedia
--> www.mudbubble.com
--> www.keyframer.com




[quoted text, click to view]
Re: Immediatly jump to a frame when swf loads Tom Unger
12/23/2005 3:10:07 PM
jaredherzog;
You cannot successfully target a frame that has not yet loaded, and
flash movies load frames/content in sequence until the entire movie has
loaded. You didn't mention a "preloader" but you will need to check to be
certain that the target frame has loaded before targeting it. -Tom Unger

Immediatly jump to a frame when swf loads jaredherzog
12/23/2005 7:34:44 PM
I know this might be hard to help me without seeing my source files. I am an
intermediate user of Flash and am very frustrated that I can get this to work.

When the swf loads I want it to immediately jump to frame 93.
I have many layers. I created a new layer called actions, which is my top
layer. In frame 1 there is a blank keyframe in every layer. In the layer
called actions frame 1 I put the action script gotoAndStop(93); I thought this
should work, but it doesn't.

What happens is strange. It seems to play one specific layer. This layer
(like I mentioned) doesn't start until frame 2. As far as I can see there is
nothing different about this layer from the rest. It is in the middle of about
30 layers. All the other layers also start in frame 2 but none of those play.

If I change the action script in layer ?actions? frame ?1? to gotoAndPlay(93);
instead of gotoAndStop(93); it plays the entire movie from frame 1 on.

Why are these action scripts not jumping to frame 93??

Thanks for any help, Hope all that makes sense.

AddThis Social Bookmark Button