Page 1 of 1

AutoLoop is not working

Posted: 05 Oct 2010 17:41
by wgshiver
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:

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

Re: AutoLoop is not working

Posted: 05 Oct 2010 18:39
by Ilasir
Has autoloop ever worked? I've been using a workaround since 1.0.5.

Re: AutoLoop is not working

Posted: 05 Oct 2010 19:35
by wgshiver
Maybe it hasn't. That seems to be what I have gathered so far is that almost no one has ever gotten it too work.

Re: AutoLoop is not working

Posted: 06 Oct 2010 05:06
by mb1234
I have been trying to get the COM Object to loop a video in my VB.net WinForm app without any luck. Does anybody have any good ideas?