Loop streaming video?

Hey, I’m kinda hitting myself in the head right now… I spent hours downloading software and editing a video to accomplish one small Flash gimmick for my weblog, but now it turns out that streaming video doesn’t loop seamlessly…

Is there any way to loop a streaming video while avoiding the constant 1.5 / 2 second pause at the end? :h:

FYI, the streaming video can be found here:
http://www.oscaralexander.com/blog/vintage.flv

Thanks :slight_smile:

Also, I’ve tried the following, but it crashes my Mac every time, so I’ll never know whether it works or not.


netStream.onStatus = function(objInfo) {
	if(objInfo.code == "NetStream.Play.Stop") {
		netStream.play("http://www.oscaralexander.com/blog/vintage.flv");
	}
}