[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 real audio


test.rm

mime type: audio/x-pn-realaudio-plugin

balises object imbriquées, l'imbriqué masqué par CSS

<style type="text/css">
/* class to hide nested objects in IE */
/* hides the second object from all versions of IE */
* html object.hiddenObjectForIE { display: none; }

/* display the second object only for IE5 Mac */
/* IE Mac \*//*/
* html object.hiddenObjectForIE { display: inline; }
/**/
</style>

code :

<object classid="clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA" width="320" height="240">
  <param name="src" value="data/test.rm" >
  <param name="controls" value="All">
  <object type="audio/x-pn-realaudio-plugin"
          data="data/test.rm" width="320" height="240"
          class="hiddenObjectForIE">
    <param name="controls" value="All">
    alt : <a href="data/test.rm">test.rm</a>
  </object>
</object>

result :

alt : test.rm
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 degrade correctly (#1) failed (#4) degrade correctly success success success failed (#2) failed (#3) failed (#5) degrade correctly

#1 : it's like the plugin isn't present...don't understand.

#2 : plugin problem, it is loaded, but impossible to play.

#3 : a blank zone is displayed.

#4 : in Konqueror, plugin problems, the video isn't displayed, only audio works.

#5 : in Safari, plugin problems, the video isn't displayed, only audio is played, and as soon as the page is loaded.


<- index