need a way to redirect a viewer of a flash .flv movie to a page of my choosing after they have watched the entire movie. I can't figure out how to do it in actionscript, manually or with parameter tags in the html.
The user watches the video on the website ( a lectue/presentation) and then has to take a quiz. I need a way to have the video automatically (or with an embedded link) go to another url that has an embedded flash quiz after the user has watched the entire video to prevent them from skipping the video and going right to the quiz.
I created the flash by importing the video using the "streaming from a server" method. My fla library only has the skin and the flv playback icon. On the webpage I embed the swf and i reference the flv to play it back for the viewer.
I have to use a streaming .flv because they are long lectures and they will be viewed on the web. If it was embedded I coul put a link in the timeline at the end but the videos are way to big. I've tried putting the link in the second frame (the first frame contains the entre .flv) but this just makes the video skip the .flv and loop the two frames.
I could either use some simple actionscript for my one and only frame to redirect to another url or possibly a param in the object code after implemetation into the web page that redirects after viewing.
Here's the link to the test video on the webpage:
As you can see I need to put that text link inside the flash! PLEASE HELP!
I can send an example .flv with the same implementation metod if you need me too!
Matt
The user watches the video on the website ( a lectue/presentation) and then has to take a quiz. I need a way to have the video automatically (or with an embedded link) go to another url that has an embedded flash quiz after the user has watched the entire video to prevent them from skipping the video and going right to the quiz.
I created the flash by importing the video using the "streaming from a server" method. My fla library only has the skin and the flv playback icon. On the webpage I embed the swf and i reference the flv to play it back for the viewer.
I have to use a streaming .flv because they are long lectures and they will be viewed on the web. If it was embedded I coul put a link in the timeline at the end but the videos are way to big. I've tried putting the link in the second frame (the first frame contains the entre .flv) but this just makes the video skip the .flv and loop the two frames.
I could either use some simple actionscript for my one and only frame to redirect to another url or possibly a param in the object code after implemetation into the web page that redirects after viewing.
Here's the link to the test video on the webpage:
As you can see I need to put that text link inside the flash! PLEASE HELP!
I can send an example .flv with the same implementation metod if you need me too!
Matt