Sound on the Web. Web Page Design, Spring 2001

Embedded Audio. Audiostart and Hidden

Audio file is embedded and starts automatically when the page loads. There is no player visible so the viewer has no control over starting, stopping or replaying music or sound without leaving or reloading the page.

Example Code:
<EMBED SRC="beavjm.wav" VOLUME="85" WIDTH="144" HEIGHT="60" AUTOSTART="true" HIDDEN>

Note: The above WIDTH and HEIGHT attributes are for the Netscape plug-in. Other plug-ins have different dimensions.