Hallo,
Hat jemand eine Idee, was ich da machen könnte?
Binde Quicktime-Film auf deiner Seite (mit schwarzem Hintergrund) so ein, wie es Apple vorschreibt:
<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" width="[breit des films]" height="[höhe des films + 16 pixel für steuerleiste]" codebase="http://www.apple.com/qtactivex/qtplugin.cab">
<param name="src" value="[URL.mov]">
<param name="autoplay" value="true">
<param name="controller" value="true">
<embed src="[URL.mov]" width="[wie oben]" height="[wie oben]" autoplay="true" controller="true" pluginspage="http://www.apple.com/quicktime/download/"></embed>
</object>
Gruß,
_Dirk