PDA

View Full Version : MP3's in Web Pages


Valek
08-02-2002, 02:26 AM
Hello Everyone,

I am rather new to web page design although I have done some. I have recently seen MP3's being used to provide background sound for some of the sites I have visited. It appears to be referenced from another site. I was wondering what the code is that is used to be able to use an MP3 instead of a wav or midi file? Any help would be appreciated. Also, can anybody give me any links to some good tutorials on how to create a flash web site?

Thanks again so much.

webmarkart
08-02-2002, 04:22 AM
If you are planning on using mp3s, I would recommend importing them into flash, that way at least they are compressed. Keep in mind that that takes up a lot of bandwidth (increased loading time) especially if you have a regular dial up.

www.flashkit.com has soundloops, sound fx, and tutorials you can download for free.

x_goose_x
08-02-2002, 04:58 AM
with controls:
<EMBED src="file.mp3" autostart=true width="128" height="45">
without:
<EMBED src="file.mp3" autostart=true hidden>

Valek
08-03-2002, 01:03 AM
Okay, that's great. Thank you guys. huh, I guess maybe I shoulda just tried the <embed> tag first...lol!! Thanks again for all the help, I'll be a regular here :)

dr_em2001
08-04-2002, 01:43 AM
where would those controls go in the document? in the body? after head? after end head??(i know im not using the codes "correctly" im not trying to, but you get the point. )