This page is served with a text/html mime type.
signification des résultats :
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
mime type: application/x-shockwave-flash
<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>
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.
mime type: application/x-shockwave-flash
cet exemple utilise le lecteur mp3 de neolao
<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>
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 |
mime type: application/x-shockwave-flash
Cet exemple utilise le lecteur flv de neolao
<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&width=320&height=240" /> <param name="wmode" value="transparent" /> alt : <a href="data/test.flv">test.flv</a> </object>
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.