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
Is br a container tag?
Does safari use html5?
how to prevent the display of getting framed in html?
What is semantic elements?
Should nav be inside header?
How do you add a template to html?
What are the new input types provided by HTML 5 for forms?
Explain web sql?
What is an h1 tag?
What is append in jquery?
What is the svg element?
Which is better html or html5?
Describe how dhtml work with javascript.
What does tagging someone mean?
What is datalist in HTML 5?