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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Background music

Status
Not open for further replies.

Indy

Programmer
Sep 15, 1998
5
0
0
US
I have created a web page that plays a background music (midi) file. Currently, it works in IE4 but not in Netscape Comm 4 or higher. Is there some sort of tag I need to put in there ? WHat am I missing ? TIA, scott
 
The following tags are for Navigator. The autostart tag as true will start the music playing as soon as the page loads. The tagging below also puts the small player on the page so viewers can turn the music off if they wish. Hope this helps!<br>
<br>
&lt;EMBED SRC="current.mid" width=144 height=60<br>
<br>
AUTOSTART=TRUE Loop=TRUE<br>
<br>
controls=console&gt;&lt;/EMBED&gt;
 
If you don't want it to repeat, use lexus' tag w/o the line "loop=true", the line "controls=console" is unnecessary as that is always the default setting.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top