seeker010
New member
the following code
should work in any xhtml 1.0 browser
as of this writing I got firefox 1-1.5, Seamonkey 1.0, Opera 8.0-9, IE6 and Mozilla 1.7.x to work. What doesn't work are IE7 beta which displays Error text, and Mozilla 1.9 branch which is determined to change the type to audio/mpeg
edit: spoke too soon about Opera 9, guess I forgot to add it to the wmp include list in the registry.
Code:
<object type="application/x-mplayer2" width="200" height="50" data="file.mp3">
<param name="src" value="file.mp3" />
<param name="filename" value="file.mp3" />
<param name="type" value="application/x-mplayer2" />
Error text
</object>
as of this writing I got firefox 1-1.5, Seamonkey 1.0, Opera 8.0-9, IE6 and Mozilla 1.7.x to work. What doesn't work are IE7 beta which displays Error text, and Mozilla 1.9 branch which is determined to change the type to audio/mpeg

edit: spoke too soon about Opera 9, guess I forgot to add it to the wmp include list in the registry.
Last edited: