Search found 5 matches

Go to advanced search

by MrMcMedia
24 Sep 2011 13:33
Forum: Web and scripting
Topic: VLC Webplayer with auto crossfader
Replies: 0
Views: 2218

VLC Webplayer with auto crossfader

I´ve spent some time to get a DJ double player on top of the VLC Moz plugin. It was a little bit tricky to realize the autocrossfader, but it works as a charme now. I named it MrMCMedia´s MediaStormXXLDJP. Here you can see a lowres preview of it: http://www.youtube.com/watch?v=6NdTuxPxUq4 If enough ...
by MrMcMedia
03 Oct 2010 21:20
Forum: Web and scripting
Topic: vlc.playlist.items.remove() seems to be buggy since V1.1
Replies: 2
Views: 1188

Re: vlc.playlist.items.remove() seems to be buggy since V1.1

vlc.playlist.items.remove(1); doesn´t work even with a fixed integer as param.
with try / catch it works and returns the error above.
by MrMcMedia
29 Aug 2010 19:26
Forum: Web and scripting
Topic: vlc.playlist.items.remove() seems to be buggy since V1.1
Replies: 2
Views: 1188

vlc.playlist.items.remove() seems to be buggy since V1.1

Within the Mozilla plugin the method "vlc.playlist.items.remove() seems to be buggy since V1.1. 1.0.5 Goldeneye worked as a charme. The javascript code : "vlc.playlist.items.remove((vlc.playlist.items.count+=-1));" doesn´t work anymore. "try{vlc.playlist.items.remove((vlc.playlis...
by MrMcMedia
20 Apr 2010 13:12
Forum: General VLC media player Troubleshooting
Topic: vlc.audio.volume affects both player inst. of browserplugin
Replies: 0
Views: 590

vlc.audio.volume affects both player inst. of browserplugin

Has anyone an idea how to fix this strange behaviour of the browser plugin? :!: It occurs on different OS and with IE and FF Browser ( others not tested by now ). After i wrote a vlc based crossfading double webplayer with two vlc plugin instances called "vlc_0" and "vlc_1", i no...
by MrMcMedia
24 Mar 2010 15:20
Forum: Web and scripting
Topic: Fullscreen
Replies: 8
Views: 7105

Re: Fullscreen

var vlc = document.getElementById(vlc); //alert(vlc); if (document.all) vlc.playlist.add(uri,uri, new Array()); else vlc.playlist.add(uri,uri, ""); vlc.playlist.play(); alert(vlc); //vlc.video.toggleFullscreen(); //vlc.video.fullscreen = true; // TRY TO GIVE HIM SOME TIME TO START setTimeo...

Go to advanced search