How can I play an avi file in html... I tried this:
<a href="test.avi"></a>
But it opens only part of the screen... how can I get this to display in a small pop up window (html page)?
Printable View
How can I play an avi file in html... I tried this:
<a href="test.avi"></a>
But it opens only part of the screen... how can I get this to display in a small pop up window (html page)?
I tried this from the msdn:
<HTML>
<HEAD>
<TITLE>OCX Control Page</TITLE>
</HEAD>
<BODY LANGUAGE = VBScript ONLOAD = "Page_Initialize">
<CENTER>
<H1>OCX Control Page</H1>
</CENTER>
.
.
.
<!- AVIfile>
<PRE>
AVIfile: [Free Floating] <OBJECT
--> CLASSID="clsid:00022602-0000-0000-C000-000000000046"
HEIGHT=50 WIDTH=50 ID=avi1></OBJECT>
</PRE>
.
.
.
It doesnt work...
you can just link to it, and if theyre running Windows it will open mediaplayer
On Linux it should open MPlayer or Xine plug-ins, if installed.