[version française]

<- index

Valid HTML 4.01 Strict

strict HTML tests :
embed content with object tag

meaning of the results :
sucess : the embed content is displayed.
degrade correctly : the alternative content is displayed. Perhaps an other plugin would be able to display the content.
failed : the content is not displayed, or the alternative content, or other problem...

details of the tested browsers and theirs plugins

types mime audio


test.wav

mime type: audio/x-wav

code :

<object type="audio/x-wav" data="data/test.wav" width="200" height="20">
  <param name="src" value="data/test.wav">
  <param name="autoplay" value="false">
  <param name="autoStart" value="0">
  alt : <a href="data/test.wav">test.wav</a>
</object>

result :

alt : test.wav
observed results in various browsers :
Firefox 1.5 Firefox 1.0.7 Opera 9 Konqueror 3.5.2 Safari 2.0.4 IE 7rc1 IE 6 IE 5.5 IE 5.0.1 IE 4.0.1 IE Mac 5.2.3 Lynx 2.8.5
success success success success success success success success success success success (#1) degrade correctly

#1 : Safari play the sound as soon as the page is loaded despite the parameters.


test.mp3

mime type: audio/mpeg

code :

<object type="audio/mpeg" data="data/test.mp3" width="200" height="20">
  <param name="src" value="data/test.mp3">
  <param name="autoplay" value="false">
  <param name="autoStart" value="0">
  alt : <a href="data/test.mp3">test.mp3</a>
</object>

result :

alt : test.mp3
observed results in various browsers :
Firefox 1.5 Firefox 1.0.7 Opera 9 Konqueror 3.5.2 Safari 2.0.4 IE 7rc1 IE 6 IE 5.5 IE 5.0.1 IE 4.0.1 IE Mac 5.2.3 Lynx 2.8.5
success success success success success success success success success success success (#1) degrade correctly

test.ogg

mime type: application/ogg

code :

<object type="application/ogg" data="data/test.ogg" width="200" height="20">
  <param name="src" value="data/test.ogg">
  alt : <a href="data/test.ogg">test.ogg</a>
</object>

result :

alt : test.ogg
observed results in various browsers :
Firefox 1.5 Firefox 1.0.7 Opera 9 Konqueror 3.5.2 Safari 2.0.4 IE 7rc1 IE 6 IE 5.5 IE 5.0.1 IE 4.0.1 IE Mac 5.2.3 Lynx 2.8.5
degrade correctly degrade correctly degrade correctly success degrade correctly degrade correctly degrade correctly degrade correctly degrade correctly degrade correctly degrade correctly degrade correctly

test.mid

mime type: audio/x-midi

code :

<object type="audio/x-midi" data="data/test.mid" width="200" height="20">
  <param name="src" value="data/test.mid">
  <param name="autoplay" value="false">
  <param name="autoStart" value="0">
    alt : <a href="data/test.mid">test.mid</a>
</object>

result :

alt : test.mid
observed results in various browsers :
Firefox 1.5 Firefox 1.0.7 Opera 9 Konqueror 3.5.2 Safari 2.0.4 IE 7rc1 IE 6 IE 5.5 IE 5.0.1 IE 4.0.1 IE Mac 5.2.3 Lynx 2.8.5
success success success degrade correctly success success success success success success success degrade correctly

<- index