;

PDA

Click to See Complete Forum and Search --> : How can i do this simple thing


Celtic_K
11-16-2006, 11:57 PM
Hello,

I am trying to figure out how to make it so after a movie plays I can get a replay video option to come on top of the screen. so the movie plays , when its done a replay button will fade in and i click on it and it replays.

but the video has to be streaming not embeded.

anyone know how to do this?



Thanks!

digitalpencil
11-21-2006, 06:13 PM
just place a button on the top layer and set its visiblity to false.
You can then use listenerObject.complete to listen for the end of the FLV to reset the replay btn's visibility which, can in turn can reset the netstream value.