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

flash (macromedia)

group:

flv component and timeline control


flv component and timeline control DwightE
12/23/2005 10:27:28 PM
flash (macromedia):
Re: flv component and timeline control BeerDesigner
6/5/2006 4:07:25 PM
PLEASE let me know if you've figured this one out - I need to do the exact same
thing....have been racking my brain...tried a bunch of different scripts can't
get this to happen!

seems like there should be a behavior for this simple function.
Re: flv component and timeline control Nickels55
6/5/2006 4:28:26 PM
Here is the solution using Flash 8, components, and actionscripting. Make sure
the playback component is named "vid":

vid.contentPath = "yourmovie.flv";
var vidList : Object = new Object();

vidList.complete = function() {
gotoAndPlay(frame number or "label"); //put in where you want to go when the
video ends
}
vid.addEventListener ("complete",vidList);
stop();

AddThis Social Bookmark Button