FLVPlayback Loop

Hi guys,
We have a major project on here at the moment to do with flash menu designs and videos etc. Basicly we have a menu where u click a button and it jumps to a frame. On that frame is the information etc, and a video for that particular subject.

What im asking is this: We have put the video in using FLVPlayback and was wondering if it is possbile to have the FLV loop the video.

Thanks for any help,
…SquishyB

[QUOTE=mlk;1974832]action on the flv object:


on(complete){
	this.autoRewind = true;
	this.play();
}

crude but works[/QUOTE]

Perfect! What ive been looking for! :cyclops:
Thanks!

awesome!!
i love this crude scripts!