hallo allerseits...
ich war auch gerade auf der suche nach integrationsmöglichkeiten von videos (speziell AVI) und bin auf eure seite gestoßen.
die o.g. variante läuft bei mir sehr gut, ist allerdings nicht W3-Konform, so dass ich noch ein wenig weiter gesucht habe...
... und fündig geworden bin:
diese variante ist W3-Konform und spielt alle gängigen Videos mit Quicktime ab (also auch AVI Videos):
Code
<style type="text/css">
/* hides the second object from all versions of IE */
* html object.mov { display: none; }
/* displays the second object in all versions of IE apart from 5 on PC */
* html object.mov/**/ { display: inline; }
/* hides the second object from all versions of IE >= 5.5 */
* html object.mov { display/**/: none; }
</style>
<object
classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B"
codebase="http://www.apple.com/qtactivex/qtplugin.cab"
width="320" height="256">
<param name="src" value="/images/cimg1297.avi">
<param name="controller" value="true">
<param name="autostart" value="false">
<object
type="video/quicktime" data="/images/cimg1297.avi"
width="320" height="256" class="mov">
<param name="controller" value="true">
<param name="autostart" value="false">
Error text.
</object>
</object>
Alles anzeigen
Quelle: http://realdev1.realise.com/rossa/rendertest/quicktime.html
ich hoffe, ich konnte damit einigen weiterhelfen.
gruß madpinky