Does anyone know how to make vlc play a video in IE 7.. I have to be able to make it work on IE 7 and everything works fine without errors except that it doesn't play the video. It doesn't even show any errors. Has anyone been able to do it?
used version 1.1.2 and have problems clear the playlist. I use vlc.playlist.add and then vlc.playlist.play. If I stop and do vlc.playlist.clear the playlistcount is 0 but if I add a new playlistitem and start vlc.playlist.play it plays the file I used at the first time. have anyone an idea how can ...
Also has anyone had a problem with firefox on mac that when you open a tab on the browser with vlc plugin running, even the new tab has the video showing and it doesn't go away until you close the window altogether.
has anyone been able to make vlc plugin work on safari on a mac? I have it working for my webpage on safari on windows but it doesn't work on the safari on mac.
Is that the mac problem?
Thanks in advance
Does anyone know if the vlc fullscreen function (VLC.toggleFullScreen()) is working for the newest web plugin for vlc i.e. VLC 1.1.0?
I tried it on my webpage and it in not working for me.
Does the vlc plugin work for the Safari browser on Mac. I cant figure out why it is working in Safari on Windows and not on Mac. It just says vlc.playlist [undefined] is not an object and vlc.input is not an object...has anyone been able to make it work with safari on Mac? If yes, what did you have ...
Ok I did so and it worked like a charm...I did have to change some embedding code but it was worth it...Thanks a lot for the code ...Now the only problem remains is with the fullscreen function...Is it working for you?
@ Ilasir->>The stop function is working for me in all browsers, but when I do the resize(which I did the same way as you explained) it works for all other browsers except for Internet explorer. Any idea on how we would do that. IN IE it just takes the video to the new position and doesn't resize it....
Does anyone know if there is an API for the latest version of VLC (1.1.0) or any api that works for this version. I am trying to embed a vlc player to stream videos and I got most of the things working with my old code for the new player but seems like the fullscreen function has changed or somethin...