Playing Video in Browser

All you've ever wanted to know about the ActiveX, Mozilla plugins, the web interface and various PHP extensions
vignesh_mj
New Cone
New Cone
Posts: 5
Joined: 18 Jan 2010 07:59

Playing Video in Browser

Postby vignesh_mj » 18 Jan 2010 08:10

Hi All,

Can anyone tell me the procedure for playing video in IE / Mozilla Browser through VLC Media Player in offline( without internet connection ).

CesarBQ
New Cone
New Cone
Posts: 3
Joined: 02 Jul 2010 03:22

Re: Playing Video in Browser

Postby CesarBQ » 02 Jul 2010 07:17

<html>
<head>
<title>test page</title>
</head>
<body>
<object classid="clsid:E23FE9C6-778E-49D4-B537-38FCDE4887D8"
codebase="http://downloads.videolan.org/pub/video ... /axvlc.cab"
width="320" height="240"align="absmiddle" id="vlc">
<param name="Src" value="video.avi" />
<param name="ShowDisplay" value="True" />
<param name="AutoPlay" value="true" />
<param name="AutoLoop" value="True" />
</object>
</body>
</html>

TRY THIS PAGE named testpage.html


Return to “Web and scripting”

Who is online

Users browsing this forum: No registered users and 4 guests