Search found 6 matches

Go to advanced search

by sbraheem
11 Feb 2010 13:28
Forum: Web and scripting
Topic: Plug-ins not working properly
Replies: 6
Views: 2158

Re: Plug-ins not working properly

Hello, What about trying this instead: <embed type ="application/x-vlc-plugin" name ="video1" autoplay ="true" loop ="true" width ="600" height ="200" version="VideoLAN.VLCPlugin.2" target ="00.MTS"></embed> That works f...
by sbraheem
14 Aug 2009 07:35
Forum: Web and scripting
Topic: HTML & Active X trouble...
Replies: 5
Views: 1350

Re: HTML & Active X trouble...

Hi

Your MRL has no value, so your plugin can't play nothing!

put some value like:
<param name="MRL" value="some/url/of/interest.ext" />

Hope that helps.
by sbraheem
01 Jul 2009 09:08
Forum: Web and scripting
Topic: vlc.playlist is undefined
Replies: 9
Views: 5753

Re: vlc.playlist is undefined

Hi

How about using

Code: Select all

target="Peguin.MPG"
instead

Hope that helps.
by sbraheem
18 Jun 2009 14:19
Forum: Web and scripting
Topic: VLC plugin for internet explorer not working for VLC-0.8.2
Replies: 9
Views: 41799

Re: VLC plugin for internet explorer not working for VLC-0.8.2

Elaborating further, - i installed VLC with the win-32 installer. - Used the following embed code: <object id=playerId classid='clsid:9BE31822-FDAD-461B-AD51-BE1D1C159921' width='200px' height='150px' events='True'> <param name='AutoPlay' value='true' /> <param name='ShowDisplay' value='True' /> <pa...
by sbraheem
18 Jun 2009 13:29
Forum: Web and scripting
Topic: VLC plugin for internet explorer not working for VLC-0.8.2
Replies: 9
Views: 41799

Re: VLC plugin for internet explorer not working for VLC-0.8.2

Am also having similar issues.
: Plugin works fine in Firefox but not display in IE6.

Using VLC 0.9.9 on Windows XP!
by sbraheem
10 Jun 2009 17:22
Forum: Web and scripting
Topic: Plugin support for DOM event listeners
Replies: 1
Views: 706

Plugin support for DOM event listeners

Hi All, Does the VLC plugin support DOM event listeners? I'd like to monitor changes in input state. Currently i setup a javascript timer to pool player.input.state every 800ms and use it to update the state of my control buttons. But i'd like to do something like : player.addEventListener('vlc_stat...

Go to advanced search