|
-
Sep 21st, 2003, 02:58 PM
#1
Thread Starter
Fanatic Member
avi file in html
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)?
-
Sep 21st, 2003, 06:38 PM
#2
-
Sep 21st, 2003, 08:59 PM
#3
Thread Starter
Fanatic Member
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...
-
Sep 21st, 2003, 09:06 PM
#4
Lively Member
you can just link to it, and if theyre running Windows it will open mediaplayer

-morrowasted
-
Sep 23rd, 2003, 01:52 AM
#5
On Linux it should open MPlayer or Xine plug-ins, if installed.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|