PDA

View Full Version : Loading Music into Dreamweaver



SchoolKid
November 7th, 2005, 03:08 PM
After I get my website configured into Dreamweaver MX 2004 how do I load music (.mp3)? At first I would go to plugins and try to load the music but it doesnt work when I preview in browser. If you need any more information to answer my question post and I will answer what I can.

Regards,
SchoolKid

simplistik
November 7th, 2005, 03:40 PM
<embed src="yourfile.mp3" autostart="true" hidden="true" loop="true">

SchoolKid
November 7th, 2005, 06:16 PM
What about for multiple mp3?

Regards,
SchoolKid

Theros
November 7th, 2005, 08:51 PM
maybe do a google search and find a tutorial on that? That would take 20 seconds :D
http://www.mix-fx.com/tutorials/sound-embed-tag.htm
Is one site, for multiple sound files u need either a javascript or PHP music player code or u can load up a flash file with a player in it. Thats probably the easiest solution