Search found 5 matches

Go to advanced search

by DjBS
22 May 2012 19:42
Forum: Web and scripting
Topic: VLC Embed for MAC and Linux
Replies: 2
Views: 1346

Re: VLC Embed for MAC and Linux

Please... help me :(
by DjBS
18 May 2012 17:46
Forum: Web and scripting
Topic: VLC Embed for MAC and Linux
Replies: 2
Views: 1346

VLC Embed for MAC and Linux

Hi :-) Im using this code: <div id="vlccontents"><font color="FF0000"><b>To watching this channel you need VLC Player. You can download id from <a href="'.$vlcurl.'" target="_blank">HERE</a></b></font></div> <script type="text/javascript"> var so = n...
by DjBS
29 Sep 2010 10:16
Forum: Web and scripting
Topic: vlc.video.crop question
Replies: 0
Views: 984

vlc.video.crop question

Hi, i have that function function doChangeCrop(arValue) { var vlc = getVLC("vlc"); if( vlc.input.state && vlc.input.hasVout ) { vlc.video.crop = arValue; } Crop = arValue; }; And its working with croping 4:3 16:9 16:10 1:1... but it not working with 2.21:1 2.35:1 <input class="...
by DjBS
31 Aug 2010 14:12
Forum: Web and scripting
Topic: Playlist without JS - loading file into web VLC player
Replies: 2
Views: 1319

Re: Playlist without JS - loading file into web VLC player

Here is my player with JS: <script type="text/javascript" src="http://code.revolunet.com/VLCobject/VLCobject.js"></script> <script type="text/javascript"> var so = new VLCObject("vlc", "385", "300"); so.addParam("MRL","'.$pla...
by DjBS
30 Aug 2010 02:46
Forum: Web and scripting
Topic: Playlist without JS - loading file into web VLC player
Replies: 2
Views: 1319

Playlist without JS - loading file into web VLC player

Hi, I'm searching in internet how to do that but i cant find nothig... I mean that: I want to load file like: asx, xspf, mu3 and other into web site without JavaScript, because i want to hide the url in the playlist, and when that is in file, i can hide it, but i really don't know how to make the em...

Go to advanced search