Is there a way to put sounds on a site?

Wing Zero

lol just as planned
Joined
Oct 27, 2002
Messages
12,206
Reaction score
16
is it a HTML code or something diff?
 
Joined
Jan 23, 2003
Messages
1,723
Reaction score
0
Location
Monterey, Cali
Website
www.cold-xero.com
Yes there is. You can use html or flash. The html way looks something like this:

Code:
<embed src="sound.mp3" autostart="true" loop="true" width="150" height="50">
<noembed>
<bgsound src="sound.mp3" loop="infinite">
</noembed>
That will put a mini windows media player on your page. I believe it only works on internet explorer though, so I would go with flash.
 

Wing Zero

lol just as planned
Joined
Oct 27, 2002
Messages
12,206
Reaction score
16
ok thanks
 

x42bn6

Retired Staff
Joined
Nov 11, 2002
Messages
15,150
Reaction score
2
Location
London, United Kingdom
You can use the object tag, I think.

<object type="sound/wav" src="url" autostart="true|false">

I think that would work on Netscape.

Yes, bgsound is IE only.
 

Wing Zero

lol just as planned
Joined
Oct 27, 2002
Messages
12,206
Reaction score
16
whats the flash version or u need somthing?
 
Top