I want to get an audio file to play automatically when
someone visits my site!
Answer / 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 |
Why doesn't my title show up when I click "check it out"?
How do you add a keyword in word?
What is the difference between active link and normal link in html?
What is the meaning of <!doctype>?
Is html back end?
What are the new <input> types for form validation in html5?
What is the necessity of empty tag?
What are the new APIs provided by HTML 5 standard?
How do I put sounds for older versions of internet explorer?
What is the meaning of markup in html?
How many types of lists are available in html?
What happens if the number of values in the rows or cols attribute doesn’t add up to 100 percent?