Click to See Complete Forum and Search --> : Flv playing but not looping or repeating,


thedoouge
03-04-2009, 06:02 AM
Hi this code is playing just fine but fails to loop or repeat, Can anyone point out why?
<script type="text/javascript" src="swfobject.js"></script>

<script type="text/javascript">
var fo = new SWFObject("v3.swf", "flashid", "535", "279", "0", "#FFFFFF");
fo.addParam("menu", "false");
fo.addParam("wmode", "transparent");
fo.addVariable("FLVAutoPlay", "true");
fo.addVariable("FLVContentPath", "../generator/flv/AllSixWithBossLogo_1.flv");
fo.addVariable("repeat","true");
fo.write("flashcontainer");
</script>
in this Page
http://emerging.flvservers.com/progressive/bosslanding1.html
Thanks for your help
Paddy

infinityspiral
03-04-2009, 02:06 PM
Do you have actionscript that reacts the repeat variable in your flash file? Repeat by itself won't do anything. You'll need to detect when the end of the video has been reached, rewind the video, and then play the video to duplicate the repeat effect.