Windowless mode not working

All you've ever wanted to know about the ActiveX, Mozilla plugins, the web interface and various PHP extensions
maccyd10
New Cone
New Cone
Posts: 9
Joined: 09 Sep 2012 14:04

Windowless mode not working

Postby maccyd10 » 06 Jul 2013 20:42

Code: Select all

<object style="z-index:0;position:relative" classid="clsid:9BE31822-FDAD-461B-AD51-BE1D1C159921" codebase="http://download.videolan.org/pub/videolan/vlc/last/win32/axvlc.cab" width="352" height="288" id="vlc"> <param name="Src" value="" /> <param name="windowless" value="True" /> </object> <div style="width:50px;height:50px;position: absolute;z-index: 1000;background: green;top:0;left:0"></div>
please help me position the green div over the activex control.

Edit: I have version 2.0.7

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: Windowless mode not working

Postby Jean-Baptiste Kempf » 08 Jul 2013 16:20

This is activex? does it work on Mozilla?
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

maccyd10
New Cone
New Cone
Posts: 9
Joined: 09 Sep 2012 14:04

Re: Windowless mode not working

Postby maccyd10 » 07 Aug 2013 02:57

Yes I can overlay elements fine with the mozilla plugin, I was just having problems with the activex control for Ie.
I solved my problem with fbvlc. Windowless mode works well.

Code: Select all

<object type="application/x-fb-vlc" width="352" height="288"> <param name="windowless" value="true" /> <param name="src" value="mysource" /> <param name="AutoPlay" value="True" /> <div style="width:50px;height:50px;position: absolute;z-index: 1000;background: green;top:0;left:0"></div> </object>

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: Windowless mode not working

Postby Jean-Baptiste Kempf » 07 Aug 2013 11:49

windowless must be backported there too.
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.


Return to “Web and scripting”

Who is online

Users browsing this forum: No registered users and 19 guests