animation stuff but that is about it. i am making a demo reel of
some of my work when you watch a video i want it to go back to the
page it came from when the video ends.
i know i could do this by importing the video into flash it
self but i am using external FLV files, am i missing something i do
not see how to put and end jump or and end movie link in i have no
clue how to do this. i have searched flashkit, these forums and
about 5 other forums and google for ever trying to find out how to
do this. i must be not searching for the right key word because i
am not finding any info on putting an end jump after the video
plays,
i can not be the only person who wants do this.. am i
any help would be great,
thanks.Flash video questions
var listenerObject:Object = new Object();
listenerObject.complete = function(eventObject:Object):Void {
// insert event-handling code here
};
my_FLVplybk.addEventListener(''complete'', listenerObject);
Look for FLVPlayback in the Components book of the help
files, then look for
the FLVPlayck.complete subject.
Flash video questions
using the above code it is crucial that your FLV Playback
component has an instance name of my_FLVplybk - otherwise it will
do nothing.
Nickels55:
Thanks for catching that.
hey thanks i new i am missing something i was kinda close but
i am used to php, and director which is odd that the programming is
totally different for flash and director. any way thank you both
for the help.
No comments:
Post a Comment