Web HTML-HTML.com
You are here: HTML > Embedded Objects > <EMBED ...>

Attribute for <EMBED ...>
VOLUME ="text string"

Usage Recommendation
Use it, but don't rely on it.

VOLUME indicates the volume for the sound. VOLUME can be set from 0 (no sound at all) to 100. 50 is the default. Of course, the users still has the option of setting the volume as they prefer.

  this code produces this
silent <EMBED
SRC="/graphics/sounds/1812over.mid"
HEIGHT=60 WIDTH=144
VOLUME=0
>
very quiet <EMBED
SRC="/graphics/sounds/1812over.mid"
HEIGHT=60 WIDTH=144
VOLUME=10
>
loud as possible <EMBED
SRC="/graphics/sounds/1812over.mid"
HEIGHT=60 WIDTH=144
VOLUME=100
>

<EMBED CONTROLS="..."> >>>

          

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