Search found 3 matches

Go to advanced search

by CesarBQ
02 Jul 2010 07:17
Forum: Web and scripting
Topic: Playing Video in Browser
Replies: 1
Views: 1082

Re: Playing Video in Browser

<html> <head> <title>test page</title> </head> <body> <object classid="clsid:E23FE9C6-778E-49D4-B537-38FCDE4887D8" codebase="http://downloads.videolan.org/pub/videolan/vlc/latest/win32/axvlc.cab" width="320" height="240"align="absmiddle" id="vlc...
by CesarBQ
02 Jul 2010 04:52
Forum: Web and scripting
Topic: ActiveX and Capture Card
Replies: 1
Views: 1868

Re: ActiveX and Capture Card

<object id="vlc" classid="clsid:9BE31822-FDAD-461B-AD51-BE1D1C159921" codebase="http://downloads.videolan.org/pub/videolan/vlc/latest/win32/axvlc.cab" width="720" height="480" events="True"> <param name="ShowDisplay" value="T...
by CesarBQ
02 Jul 2010 04:06
Forum: Web and scripting
Topic: Making VLC WebPlugin Windowless
Replies: 3
Views: 2369

Re: Making VLC WebPlugin Windowless

<style type="text/css">
<!--
body {background:color; border: 0; margin: 0; padding: 0;overflow: hidden }
-->
</style>

TRY TO INSERT THIS ON THE HEAD OF YOUR PAGE

Go to advanced search