I embeded 3 mp3 files into my website, to play when the user clicks "play". While this works fine in IE, in Chrome, they all start playing when the site is launched. Even though my code says "
autostart="false"
Here is the code I am using:
<embed src="aharddaysnight.mp3"width="140" height="40" autostart="false" loop="FALSE"></embed>
Please check out the url with chrome to see what I mean:
www.beatlesongprofiles.com
Thanks a lot!