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>
<EMBED SRC="current.mid" width=144 height=60<br>
<br>
AUTOSTART=TRUE Loop=TRUE<br>
<br>
controls=console></EMBED>
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.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.