I'm redesigning my website and I'm having a small issue I can't figure out.
I have embedded audio clips that only seem to work in Firefox. Won't work in IE, Safari, nothing except Firefox.
I'm using Adobe Dreamweaver CS5.
the coding that Dreamweaver give is as follows:
HTML Code:
<OBJECT id=audioplayer2
data="http://www.mysite.com/MP3/player.swf"
width=310 align=middle height=24
type=application/x-shockwave-flash>
<embed src="MP3/zz.mp3" width="310" height="24" align="middle" autostart="false"></embed>
</OBJECT>
One tester told me that the site wanted him to install Apple's Quicktime plugin, and he did... still didn't work. But I can't figure out why it would ask him to do that, becasue according to the code from what I can tell is Shockwave and/or Flash...no Quicktime involved???
If they ARE Quicktime based I'd rather dump it and go with something non Crapple.
anyone have any ideas why these won't seem to work in anything other than Firefox? If you want to see the actual page and it's workings, I'll PM it unless I have Z's or Wayne's permission to post it in public.