PIP: Sounds Are Not Played in Netscape Navigator (248259)



The information in this article applies to:

  • Microsoft Picture It! 2000
  • Microsoft Picture It! Photo 2001
  • Microsoft Picture It! Photo Premium 2001
  • Microsoft Picture It! Publishing 2001 Gold
  • Microsoft Picture It! Publishing 2001 Platinum
  • Microsoft Picture It! Publishing 2001 Silver

This article was previously published under Q248259

SYMPTOMS

Sound files in Web pages and slide shows that you create using one of the programs listed at the beginning of this article may not be played when you open the Web page or slide show in Netscape Navigator version 4.0 or later.

CAUSE

This behavior occurs because Netscape Navigator and Microsoft Internet Explorer use different HTML tags to play back a sound file on a Web page, and PictureIt! 2000 uses the Internet Explorer tag by default.

To play back a sound on a Web page, Internet Explorer uses the BGSOUND tag, as in the following example:
<BGSOUND SRC="guitar2.wav">
				
Netscape Navigator does not support this HTML tag, but uses the EMBED tag to play back a sound on a Web page, as in the following example:
<EMBED SRC=guitar2.wav hidden=true autostart=true loop=true>
				

RESOLUTION

To resolve this issue, add the EMBED tag to the files you created.

  1. Click Start, point to Programs, point to Accessories, and then click Notepad.
  2. On the File menu, click Open, and then browse to the folder in which you saved the files you created.
  3. Click the Page.htm or Page1.htm file, and then click Open.
  4. On the Search menu, click Find.
  5. In the Find what box, type the following line, and then click Find Next

    <BGSOUND SRC="filename.wav">

    where filename.wav is the name of the sound file that you want to play when the Web page is opened.
  6. Click Cancel, press the END key, and then press ENTER.
  7. Type the following line:

    <EMBED SRC=filename.wav hidden=true autostart=true loop=true>

    where filename.wav is the name of the sound file that you want to play when the Web page is opened.
  8. On the File menu, click Exit. When you are prompted to save the changes, click Yes.
Repeat these steps for each .htm file that contains a sound file.

Sounds are now played when you open the Web page or slide show in both Internet Explorer and Netscape Navigator.

Modification Type:MinorLast Reviewed:12/28/2004
Keywords:kbhtml kbmm kbnofix kbprb kbweb KB248259