Dear experts,
I use the VLCobject library to embed the VLC player in a web page, as described in http://www.revolunet.com/labo/code/VLCobject
For IE8 is works fine. For Mozilla 3.5.16 (VLC plugin 1.0.2) it does not work at all. It only displays a white page.
If I change the version parameter in the command var myvlc = new VLCObject("myVLC", "1200", "600", "0.8.6");
from 0.8.6 to 1.0.2, then the library stops working for IE too; the IE does not recognize the version of the ActiveX control.
If I upgrade the Mozilla to 3.6.x version, then there is not compatible VLC plugin.
Can anybody propose a solution to have the VLC plugin work both for IE and Mozilla ?