Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to get rid of Windows Media logo in this embedded video?

Status
Not open for further replies.

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>
 
nothing you can control Its all based on what the enduser has decided to use as their plugin to view movies within their browser.

Mine is set to quicktime (even for AVI)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top