| Home | Tutorials | Forums | Articles | Blogs | Movies | Library | Employment | Press | Buy templates |
|
|
#1 |
|
Registered User
Join Date: Jun 2002
Posts: 9
|
// 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 |
|
|
|
|
|
#2 |
|
Moderator
Join Date: Apr 2002
Location: Taipei, Taiwan
Posts: 147
|
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 |
|
|
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
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 |