[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

type mime flash


test.swf

mime type: application/x-shockwave-flash

code :

<object type="application/x-shockwave-flash" data="data/test.swf" width="320" height="240">
  <param name="movie" value="data/test.swf">
  <param name="loop" value="false">
  alt : <a href="data/test.swf">test.swf</a>
</object>

result :

alt : test.swf
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 : displaying is not perfect (video sometimes out of his box).

note : a parameter "movie" must be set with the same value as the attribute "data", for the other browsers than IE.


lecteur mp3 de neolao

mime type: application/x-shockwave-flash

cet exemple utilise le lecteur mp3 de neolao

code :

<object type="application/x-shockwave-flash"
        data="player_mp3.swf?mp3=data/test.mp3" width="200" height="20">
  <param name="movie" value="player_mp3.swf?mp3=data/test.mp3">
  <param name="wmode" value="transparent">
  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 degrade correctly

lecteur flv de neolao

mime type: application/x-shockwave-flash

Cet exemple utilise le lecteur flv de neolao

code :

<object type="application/x-shockwave-flash"
        data="player_flv.swf" width="320" height="240">
  <param name="movie" value="player_flv.swf">
  <param name="FlashVars" value="flv=data/test.flv&amp;width=320&amp;height=240">
  <param name="wmode" value="transparent">
  alt : <a href="data/test.flv">test.flv</a>
</object>

result :

alt : test.flv
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 failed (#2) degrade correctly

#2 : the player is well displayed, but the video isn't readed, perhaps the problem is caused by the neolao player.


<- index