I want to get an audio file to play automatically when
someone visits my site!
Answer Posted / guest
For Netscape, this is done using the <EMBED> tag. You can
also do this with the Netscape <META> refresh tag, as
described earlier. Just put the URL of the audio file in the
CONTENT field.
There is also a MS Internet Explorer specific tag to do
this: <BGSOUND SRC=URL> which plays the file specified in
the SRC attribute automatically. You can add LOOP followed
by a value or the keyword "INFINITE" to indicate how many
times the sound should be played.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do I make an html link?
What is the simplest html page?
What are the another tags provided for better structuring in html5?
How we can draw rectangle using svg in html5?
Is html5 flash?
What is the purpose of HTML5 versus XHTML?
What is html5 and its uses?
What is difference between @Html.Partial and @Html.RenderPartial ?
What is layer in html?
What is HTML5 Web Storage?
What is full form of html?
How we can get the geographical location of the user in html5?
What is ol and ul?
Who invented html5?
How do I open a dtd file?