Home Tutorials Forums Articles Blogs Movies Library Employment Press Buy templates

Go Back   ActionScript.org Forums > General > Flashants Support Forum

Reply
 
Thread Tools Rate Thread Display Modes
Old 06-19-2002, 02:11 PM   #1
pure
Registered User
 
Join Date: Jun 2002
Posts: 9
Default // go to next frame on end clip

// how do i insert a command to go to the next frame in the flash timeline when the clip (mpeg) ends ?

// thanks in advance

// kindest
pure is offline   Reply With Quote
Old 06-21-2002, 04:35 AM   #2
Flashants
Moderator
 
Join Date: Apr 2002
Location: Taipei, Taiwan
Posts: 147
Default

You may try this:

Frame 1:
fscommand ("fas.avclip.Load", "test.mpeg");
fscommand ("fas.event.EndOfStream", "/:EndOfStreamAction");
stop();

At Frame with label "EndOfStreamAction":
gotoandplay(2);

You may refer to the following faq for more information,
http://www.flashants.com/faq/faq.shtml#2_12
Flashants is offline   Reply With Quote
Reply


Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
one template, many looks? subquark ActionScript 1.0 (and below) 1161 09-03-2009 04:45 PM
targeting a frame label in a movie clip... miss_bono ActionScript 1.0 (and below) 2 01-14-2009 07:04 AM
gotoAndStop from the main timeline to a frame in a movie clip 2keysmatt ActionScript 1.0 (and below) 11 05-01-2007 07:53 PM
Movie clip alterations are one frame behind Gotenx900 ActionScript 1.0 (and below) 1 11-26-2004 02:28 AM
going to a frame an then going to a frame within a movie clip jason@pixelpark ActionScript 1.0 (and below) 1 09-10-2001 01:30 PM


All times are GMT. The time now is 05:39 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Ad Management plugin by RedTyger
Copyright 2000-2009 ActionScript.org. All Rights Reserved.
Your use of this site is subject to our Privacy Policy and Terms of Use.