Hi all, i am trying to play elephant dream 1920 HD video via vlc web plugin. I can play the file with vlc but in the web plugin the screen stays black. I have tried IE and FF, VLC 1.0.5 and 1.1.4. Here's the code I think should work (and it works with other video files): <html> <head> <title>vlc tes...
To see the video playing in ie you have to set the width and height of the <object> element after it is created. wrapper.innerHTML = '<object type="application/x-vlc-plugin" pluginspage="http://www.videolan.org" version="VideoLAN.VLCPlugin.2" width="720px" hei...
I also experienced the problem of undefined playlist.
I cannot tell why it happens, I am confused, but it seems (also) related to hardware in some way.
Now I have some code working on firefox, it creates the vlc plugin via javascript.
You can find it in this topic.
Good luck
Hi all, the following code snippet works on firefox and chrome but not in ie8 (videolan 1.0.5 and windows server 2003). <!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.org/19...