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
What is the difference between title tag and h1 tag?
Which editors I can use for html development?
What is the uses of html?
How do I make flash always enabled?
What are web workers and why do we need them ?
What is the use of a span tag? Give one example.
What is meant by html5?
Is html the only markup language?
What is a tagname?
Do all HTML tags have end tag?
< h2 > What is the difference between < div > and < frame > ?< /h2 >
What is closing tag in html?
What is meta tag description?
Can I prevent a form from being submitted again?
What property is used to set the speed of marquee in html?