Is there any Options I can set to hide the URL from showing at the bottom of the screen whenevery i play an online streaming video?
I am using 0.99 VLC activeX
Code: Select all
vlc.playlist.add(url, " ", options);
Code: Select all
vlc.playlist.add(url, name, ":no-video-title-show");
Code: Select all
<html>
<head><title>Embedded VLC Player</title></head>
<body>
<script language="JavaScript" type="text/javascript">
myVLC = document.getElementById("vlc");
myVLC.playlist.add(url, " ", ":no-video-title-show");
</script>
<OBJECT classid="clsid:E23FE9C6-778E-49D4-B537-38FCDE4887D8" codebase="c:\Program Files\VideoLAN\VLC\axvlc.dll" width="1200" height="900" id="vlc" events="True">
<param name="Src" value="udp://@225.220.200.186:54468" />
<param name="ShowDisplay" value="false" />
<param name="AutoPlay" value="true" />
</OBJECT>
</body>
</html>
Users browsing this forum: No registered users and 3 guests