Helping ordinary people create extraordinary websites!
HOME TUTORIALS SCRIPTS WEB HOSTING BLOG FORUM
Get Our Newsletter
Email:
back to <EMBED HIDDEN="...">

Example of an background sound using EMBED HIDDEN

This page uses the <EMBED ...> tag to create a background sound, and the HIDDEN attribute to make the sound object invisible. This is done using this code:

<EMBED 
    SRC="../graphics/sounds/helloo.wav"
    HEIGHT=60 WIDTH=144
    HIDDEN=TRUE
    AUTOSTART=TRUE
    >

Copyright 1997-2002 Idocs Inc.