Search found 11 matches

Go to advanced search

by ijesh
03 Aug 2010 18:52
Forum: Web and scripting
Topic: API for VLC Plugin 1.1.0
Replies: 20
Views: 5333

Re: API for VLC Plugin 1.1.0

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?
by ijesh
03 Aug 2010 18:51
Forum: Web and scripting
Topic: API for VLC Plugin 1.1.0
Replies: 20
Views: 5333

Re: API for VLC Plugin 1.1.0

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 ...
by ijesh
28 Jul 2010 23:01
Forum: Web and scripting
Topic: Vlc plugin on safari on Mac
Replies: 3
Views: 20118

Re: Vlc plugin on safari on Mac

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.
by ijesh
28 Jul 2010 22:59
Forum: Web and scripting
Topic: Vlc plugin on safari on Mac
Replies: 3
Views: 20118

Vlc plugin on safari on Mac

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
by ijesh
20 Jul 2010 21:50
Forum: Web and scripting
Topic: Fullscreen on VLC 1.1.0
Replies: 15
Views: 3809

Fullscreen on VLC 1.1.0

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.
by ijesh
01 Jul 2010 18:11
Forum: Web and scripting
Topic: API for VLC Plugin 1.1.0
Replies: 20
Views: 5333

Re: API for VLC Plugin 1.1.0

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 ...
by ijesh
28 Jun 2010 19:27
Forum: Web and scripting
Topic: API for VLC Plugin 1.1.0
Replies: 20
Views: 5333

Re: API for VLC Plugin 1.1.0

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 :D ...Now the only problem remains is with the fullscreen function...Is it working for you?
by ijesh
25 Jun 2010 17:51
Forum: Web and scripting
Topic: API for VLC Plugin 1.1.0
Replies: 20
Views: 5333

Re: API for VLC Plugin 1.1.0

@j-b ->>Yes I am using ActiveX. I can tell because the video works it is just the resize function that doesn't...And thanks for the link
by ijesh
25 Jun 2010 17:49
Forum: Web and scripting
Topic: API for VLC Plugin 1.1.0
Replies: 20
Views: 5333

Re: API for VLC Plugin 1.1.0

For your stop function you should be able to say

Code: Select all

vlc.playlist.stop();
and it should work...it worked for me...if this doesn't, try creating a vlc object before you call that stop function
:)
by ijesh
25 Jun 2010 17:09
Forum: Web and scripting
Topic: API for VLC Plugin 1.1.0
Replies: 20
Views: 5333

Re: API for VLC Plugin 1.1.0

@ 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....
by ijesh
24 Jun 2010 19:47
Forum: Web and scripting
Topic: API for VLC Plugin 1.1.0
Replies: 20
Views: 5333

API for VLC Plugin 1.1.0

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...

Go to advanced search