Article ID: 194096 - Last Review: June 27, 2007 - Revision: 1.1 FP98: How to Play Background Sound in Netscape NavigatorThis article was previously published under Q194096 For a Microsoft FrontPage 97 and earlier version of this article, see 183785 (http://support.microsoft.com/kb/183785/EN-US/ ) . On This PageSUMMARY
When you add a background sound to a Web page in FrontPage Editor,
FrontPage inserts the <bgsound> tag before the </head> tag. Netscape
Navigator ignores the <bgsound> tag. To play a sound in Netscape Navigator,
you can use the <embed> tag.
This article describes how to insert a background sound that plays when you load an HTML page in a Netscape browser. MORE INFORMATION
To play a background sound in Netscape Navigator, follow these steps:
HIDDEN, AUTOSTART, and LOOP AttributesThe HIDDEN, AUTOSTART and LOOP attributes of the EMBED tag are described as follows:
HIDDEN="true|false" Setting this attribute specifies whether
the plug-in is visible. Some plug-ins
(like the LiveAudio plug-in) can control the
embedded data type without being visible. The
default value is false, meaning that the
plug-in control will be displayed.
AUTOSTART="true|false" Setting this attribute specifies whether
the plug-in will start automatically.
Some plug-ins (like the LiveAudio plug-in)
can control the embedded data type without
user intervention. The default value is
false, meaning that the plug-in will not
function until the control is clicked.
LOOP="true|false" Setting this attribute specifies whether
the plug-in plays in a infinite loop. The
default value is false, meaning that the
plug-in will play once.
| Article Translations
|

Back to the top
