AutoLoop is not working
Posted: 05 Oct 2010 17:41
I have seen this a couple times in the forum but no one ever has an answer to the problem. We have set AutoLoop in our code but the video never loops. Below is the code that we are using:
The video plays but never loops. Is there a parameter that I am missing? Or is there a bug?
We are using VLC 1.1.0 on this laptop. Not sure what activex version that is using but it is whichever one installed with that VLC version. This does not work in IE 8 or Firefox 3.6
Code: Select all
<object classid="clsid:9BE31822-FDAD-461B-AD51-BE1D1C159921" codebase="http://downloads.videolan.org/pub/videolan/vlc/latest/win32/axvlc.cab" width="694"
height="520.66666666667" id="vlc1" events="True">
<param name="Src" value="c:\demo\acdc_gaffney.mov" />
<param name="ShowDisplay" value="True" />
<param name="AutoLoop" value="true" />
<param name="AutoPlay" value="true" />
<embed type="application/x-google-vlc-plugin" name="vlcfirefox" autoplay="true" loop="true" width="694" height="520.66666666667" target="c:\demo\acdc_gaffney.mov">
</embed>
</object>
We are using VLC 1.1.0 on this laptop. Not sure what activex version that is using but it is whichever one installed with that VLC version. This does not work in IE 8 or Firefox 3.6