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
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