[HTML] streaming video *.rm marche avec FF pas avec IE
http://img125.echo.cx/img125/8038/01welcome7jb.gif
je crois que le titre est assez clair en fait, voila le topo, le code ci dessous marche sous FF mais pas sous IE pourkoi ??!!! http://www.cheesebuerger.de/images/s...onfus/c010.gif
Code:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
<object classid="clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA"
width="320" height="288">
<param name="console" value="video">
<param name="controls" value="ImageWindow">
<param name="autostart" value="false">
<param name="src" value="Sandra_02.ram">
<embed width="320" height="288"
src="Sandra_02.ram"
type="audio/x-pn-realaudio-plugin"
controls="ImageWindow" console="video"
autostart="false">
</object>
<object classid="clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA"
width="320" height="30">
<param name="console" value="video">
<param name="controls" value="controlpanel">
<param name="autostart" value="false">
<param name="src" value="Sandra_02.ram">
<embed width="320" height="30"
src="Sandra_02.ram"
type="audio/x-pn-realaudio-plugin"
controls="controlpanel" console="video"
autostart="false">
</object> |