Also ich habe ein Problem und zwar AVIs und MP3s in Opera abzuspielen.
Das hier geht in Mozilla und dem IE, allerdings nicht in Opera:
<object type="application/x-mplayer2" data="http://home.arcor.de/fatherofthepride/intro.avi" width="300" height="300">
<param name="FileName" value="http://home.arcor.de/fatherofthepride/intro.avi" />
<param name="movie" value="http://home.arcor.de/fatherofthepride/intro.avi" />
<param name="AutoStart" value="true" />
<param name="AutoSize" value="true" />
<param name="showControls" value="true" />
<param name="Volume" value="-20" />
</object>
Genauso siehts mit MP3s aus.
Allerdings geht das gleiche mit ASF in Opera (und den anderen Browsern) tadellos:
<object type="application/x-mplayer2" data="http://www.yatta-tempel.de/tempel/download/yatta.asf" width="300" height="300">
<param name="FileName" value="http://www.yatta-tempel.de/tempel/download/yatta.asf" />
<param name="movie" value="http://www.yatta-tempel.de/tempel/download/yatta.asf" />
<param name="AutoStart" value="true" />
<param name="AutoSize" value="true" />
<param name="showControls" value="true" />
<param name="Volume" value="-20" />
</object>
Warum geht es mit ASF und mit AVI und MP3 nicht? Das verstehe ich nicht wirklich.
Und gibt es einen work- around außer embed zu benutzen? Mit embed geht es nämlich ohne Probleme, allerdings wollte ich schon vailid html bleiben...
Hoffe ihr könnt mir helfen.