kippie
Technical User
- Nov 8, 2001
- 158
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>
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>