help in browser plugin.

All you've ever wanted to know about the ActiveX, Mozilla plugins, the web interface and various PHP extensions
tkhtx1
New Cone
New Cone
Posts: 2
Joined: 07 Mar 2011 11:36

help in browser plugin.

Postby tkhtx1 » 07 Mar 2011 11:45

I cant find info anywhere.
it seems that every few months there is new virsion of vlc and all of the old acommands doesnt works anymore.
i am using this code:

Code: Select all

<object classid="clsid:9BE31822-FDAD-461B-AD51-BE1D1C159921" codebase="http://downloads.videolan.org/pub/videolan/vlc/latest/win32/axvlc.cab" width="400" height="300" id="vlc1" events="True"> <param name="Src" value="http://localhost/test.avi"></param> <param name="ShowDisplay" value="True" ></param> <param name="AutoLoop" value="no"></param> <param name="AutoPlay" value="yes"></param> <embed type="application/x-google-vlc-plugin" name="vlcfirefox" autoplay="yes" loop="no" width="400" height="300" target="http://localhost/test.avi"></embed> </object> <script type='text/javascript'> window.onload = function(){ var vlc1 = document.getElementById('vlc1'); vlc1.playlist.playItem( vlc1.playlist.add('http://localhost/test.avi') ); }; </script>
how can i find info on how to use javascript with the vlc plugin?
i need to be able to edit the play list play stop...

i cant find it on the forum. i cant find docs with help
even if someone did it its not working anymore for me. since the function vlc1.playlist is not defiend anymore.
please help...

tkhtx1
New Cone
New Cone
Posts: 2
Joined: 07 Mar 2011 11:36

Re: help in browser plugin.

Postby tkhtx1 » 08 Mar 2011 10:40

I have decided to use
Vlc Web Control Panel.
I still have problems with AVI when streaming online. it wont load the time line of the video. even if i open the video from vlc.
i think that it worked fine on version 0.9

jack.ting
Blank Cone
Blank Cone
Posts: 35
Joined: 19 Jan 2011 04:04

Re: help in browser plugin.

Postby jack.ting » 14 Mar 2011 11:00

Hi, tkhtx1:

Both the activeX for IE and plugin for Firefox can work fine, but with some limitation.
the main problem is "<param name=... value=...>" are not well documented, and most of them are not workable.
so the better way now is to add some extra code of javascript to change it.

Your code should work for IE, but not work with FF. (there's something wrong with <embeded> tag, to overcome it you need javascripts to generate the VLC instance dynamically).


Return to “Web and scripting”

Who is online

Users browsing this forum: No registered users and 15 guests