PDA

View Full Version : flv player problem


armedrob
08-15-2005, 09:40 AM
I downloaded the "video contols 8" from gotoandlearn.com and re-skined it.

Now I wnat the player to stop at the end frame of the movie. I did that by detelting:

if (info.code == "Net Stream. Play. Stop") {
ns. seek(0);
}

And that works fine on my mac but when I test it on a PC the movie plays to the end and then jumps to the buffer clip.

Now if anybody can help it would be really cool – thanx!

The full code before I deleted anything:
http://www.armedrob.dk/junk/code.html

nickolasnikolic
08-15-2005, 11:05 AM
The full code before I deleted anything:
http://www.armedrob.dk/junk/code.html

Let's make a deal. I'll help you resolve it one week from now, provided that you comment your code and add appropriate white space...

cancerinform
08-15-2005, 01:00 PM
I don't know what is the difference there between mac and PC but I always add the time of the video and by this way determine when to stop. Check this tutorial.

http://www.flashscript.biz/MX2004/flv_player/flv_player.html