Sound

End Tag: Omitted
Support Key: 2 | 3 | 3.2 | 4 | IE2 | M2 | N | O
What is it?
Attributes
Tag Example
Parent/Content Model
Tips & Tricks
Browser Peculiarities
= Index DOT Html by Brian Wilson [bloo@blooberry.com] =
Main Index | Element Tree | Element Index | HTML Support History


What is it?
Use of the SOUND element specifies an audio file to be played in the background while viewing a document.

Specific Attributes
Delay
2 | 3 | 3.2 | 4 | IE | M2 | N | O
Required? No
Description:
Specifies the number of seconds to delay before playing the indicated sound file.
Values: Positive integers representing the number of seconds to delay.
Loop
2 | 3 | 3.2 | 4 | IE | M3 | N | O
Required? No
Description:
Allows the author to specify the number of times the sound will play.
Values:
Positive integers or Infinite, which will play the sound continuously.
Src
2 | 3 | 3.2 | 4 | IE | M2 | N | O
Required? No
Description:
Specifies the URL of the audio file.
Values: An absolute or relative URL.
Example
<sound SRC="http://www.foo.com/foo.wav" DELAY="5">
Parent Model
%In-line Parent% | %Block Parent% | <Head>
Content Model
This element does not accept any content
Tips & Tricks Browser Peculiarities
Boring Copyright Stuff...