Search found 8 matches

Go to advanced search

by jjjj
21 Sep 2010 20:51
Forum: Web and scripting
Topic: VLC embedded to IE9?
Replies: 4
Views: 5432

VLC embedded to IE9?

Hi! I got the ActiveX plugin to work in IE8 using the following code, but the page doesn't work after upgrading IE9 beta. In that case sounds and controls work, but the actual video can't be seen. Anybody has a solution? Is this due to IE9 or the plugin? <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML...
by jjjj
21 Sep 2010 20:46
Forum: Web and scripting
Topic: VLC embedded to HTML in IE8?
Replies: 18
Views: 14324

Re: VLC embedded to HTML in IE8?

Yep, there seems to be some... I'll open a new thread about that =).
by jjjj
20 Sep 2010 21:14
Forum: Web and scripting
Topic: VLC embedded to HTML in IE8?
Replies: 18
Views: 14324

Re: VLC embedded to HTML in IE8?

An update: I updated to IE9 beta and the player can't be seen anymore... the sounds still work, as well as control buttons, but the actual player and so the vid is missing. Hmmm.
by jjjj
16 Sep 2010 21:22
Forum: Web and scripting
Topic: VLC embedded to HTML in IE8?
Replies: 18
Views: 14324

Re: VLC embedded to HTML in IE8?

Ok, thanks, have to try that. Though it feels a little bit stupid because of I have installed 1.1.4. So to do that I have to uninstall and then re-install it. I'll report here how it went. *uninstall* *install, check that ActiveX plugin and Mozilla plugins are checked* Testing, some coding, testing....
by jjjj
15 Sep 2010 19:15
Forum: Web and scripting
Topic: VLC embedded to HTML in IE8?
Replies: 18
Views: 14324

Re: VLC embedded to HTML in IE8?

Hi! Thanks for your replies! However, still the same message... 'playlist' is null or not an object. The weird thing is that when loading a page the first time IE8 asks to allow blocked contect (activex) and I assume that the object should be ok (yes, I allow it). Obviously it isn't. So, the object ...
by jjjj
13 Sep 2010 21:30
Forum: Web and scripting
Topic: VLC embedded to HTML in IE8?
Replies: 18
Views: 14324

Re: VLC embedded to HTML in IE8?

Tried - still doesn't work. I also tried to save a playlist from the player and tried to play that. The object code: <div id="player"> <object type="application/x-vlc-plugin" id="vlcplayer" width="720px" height="540px" classid="clsid:9BE31822-FD...
by jjjj
12 Sep 2010 21:58
Forum: Web and scripting
Topic: VLC embedded to HTML in IE8?
Replies: 18
Views: 14324

Re: VLC embedded to HTML in IE8?

Hi! Adding this line didn't solve the problem: vlc.playlist.add("Video1.flv"); So the js-code is now: <script type="text/javascript" language="javascript"> function player() { var vlc = document.getElementById("vlcplayer"); vlc.playlist.add("Video1.flv&qu...
by jjjj
09 Sep 2010 22:36
Forum: Web and scripting
Topic: VLC embedded to HTML in IE8?
Replies: 18
Views: 14324

VLC embedded to HTML in IE8?

Hi! It looks like to be a rocket science to get embedded VLC to work in Windows7/IE8. What's wrong with the following code? <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.or...

Go to advanced search