Wing Zero lol just as planned Joined Oct 27, 2002 Messages 12,206 Reaction score 16 Feb 14, 2004 #1 is it a HTML code or something diff?
ProdigiousLucidOsprey Member! Joined Jan 23, 2003 Messages 1,723 Reaction score 0 Location Monterey, Cali Website www.cold-xero.com Feb 14, 2004 #2 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.
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 Feb 16, 2004 #3 ok thanks
X x42bn6 Retired Staff Joined Nov 11, 2002 Messages 15,150 Reaction score 2 Location London, United Kingdom Feb 17, 2004 #4 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.
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 Mar 20, 2004 #5 whats the flash version or u need somthing?
ProdigiousLucidOsprey Member! Joined Jan 23, 2003 Messages 1,723 Reaction score 0 Location Monterey, Cali Website www.cold-xero.com Mar 20, 2004 #6 If you want a flash sounds player, you need to create a swf using macromedia flash.