
August 4th, 2004, 03:05 PM
|
|
Contributing User
|
|
Join Date: Oct 2001
Posts: 287
Time spent in forums: 12 h 19 m 11 sec
Reputation Power: 7
|
|
|
How to get rid of Windows Media logo in this embedded video?
In the simple HTML I embedded an avi video file with autostart. Just before the video starts the logo of Windows Media Player (at least on my pc) is displayed. Is there anyway to avoid this so that user only sees the video itself?
This is the HTML I use:
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
<meta name="generator" content="Adobe GoLive 4">
</head>
<body><EMBED SRC="cyclers.avi" AUTOSTART="true" loop="true" controller="false"></EMBED>
</body>
</html>
Last edited by kippie : August 5th, 2004 at 03:36 AM.
|