|
-
damn, im smooth
load a non-looping movie in a level
heya!
im workin on a site for a client. they have an swf from their old designer, but not the fla (and no, im not asking to break it open).
right now, their swf plays and loops forever.
what they'd like is for it to play thru once, then pause, then jump to another page.
so, i created a loading swf: just a black bg with an action script to load their swf into level 10. then, at frame 250 or so (theirs is only 125 frames) i have an action to jump to the next page URL.
which works fine, except their animation keeps looping inside mine. is there anyway to adjust the load movie script so that it turns off their loop?
i'm not new to action scripting. i'm just bad at it.
-
you could probably find out what frame the intro movie ends at by tracing the _currentframe in Flash and then when you know what frame it stops at just say...
if(foo._currentframe == whatever){
foo.stop();
}
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|