I have an audio file that plays like it should on the Mac (Safari and Firefox) but not on Win XP however the player image doesn't load on Mac or Win XP either. Can anyone see what could be wrong with the following?
I'm using Doc type 4.01 transitional
is the m4a file only for the Mac?
<object width="300" height="42">
<param name="src" value="sound/filename.m4a">
<param name="autoplay" value="true">
<param name="controller" value="true">
<param name="bgcolor" value="#000000">
<embed src="sound/filename.m4a"
autostart="true" loop="true" volume="100"
controller="true" hidden="false" width="300"
height="42" bgcolor="#000000">
</embed>
</object>