ergh xhtml object tag

seeker010

New member
the following code
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>
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 :hmm:

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