Introduction to HTML
Audio
Background Embedded Audio Files
Netscape
Copyright © 2000 - 2002 Randy D. Ralph.  All rights reserved.

  RETURN Forms   Course Contents  
In place May 27, 2000.

Playback of audio files in the background of a website to be viewed using the Netscape browser is accomplished with the <EMBED> command as shown below (See also IExplorer)-

<EMBED src="../sounds/midi/callirhoe.mid" autostart=true
       hidden=true volume=75 loop=true>

Yields -

Callirhoë by Chaminade playing in the background.


You are here:  Intro to HTML   »   Audio   »   <EMBED>   »   Background <EMBED>   «