Text Links Ads : Marketing Tips Store : Search Engine Optimization Strategies
WebPosition Gold Pro : Domain Registration Bank : Optilink Software : GoDefy
Mike's Marketing Tools : Mike's Ecommerce Software : Text Links Guide
 
Web HTML-HTML.com
You are here: HTML Codes > Embedded Objects > <EMBED ...>

Attribute for <EMBED ...>
HIDDEN =FALSE |TRUE

HIDDEN indicates if the embedded object is visible or not. FALSE is the default.

this code produces this
<EMBED 
 SRC="../graphics/sounds/helloo.wav"
 HEIGHT=60 WIDTH=144
HIDDEN=TRUE
 >
(embedded object is not visible)
<EMBED 
 SRC="../graphics/sounds/helloo.wav"
 HEIGHT=60 WIDTH=144
HIDDEN=FALSE
 >
<EMBED 
 SRC="../graphics/sounds/helloo.wav"
 HEIGHT=60 WIDTH=144
 >
<!-- this example doesn't 
use HIDDEN at all -->

(same as TRUE)

The first example results in an unusable object because the user cannot start it in any way. However, if we add the AUTOSTART attribute, we get an invisible "background sound".

this code produces this
<EMBED 
 SRC="../graphics/sounds/helloo.wav"
 HEIGHT=60 WIDTH=144
HIDDEN=TRUE
 >
this page

See the page on background sounds for more details on the best way to put background sounds on your web page.

<EMBED HREF="..."> >>>

Copyright © 2002-8 Art Dacor USA LLC. All Rights Reserved.
3727 West Magnolia Blvd #489, Burbank, CA, 91505, USA.
www.HTML-HTML.com