Filme auf Webseiten einbinden
Windows Media Player
Vorteile: Wird auf Webserver abgelegt, kein YouTube Logo. Nachteile: Setzt Flip4Mac QuickTime Plugin unter MacOS X voraus, funktioniert nicht unter Linux.
<object id="MediaPlayer" classid="clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,7,1112" type="application/x-mplayer2" width="640" height="480"> <param name="autostart" value="false"><param> <param name="src" value="/movies/hoelloch-7jan2006.wmv"><param> <embed width="640" height="480" src="/movies/hoelloch-7jan2006.wmv" autostart="false" type="application/x-mplayer2"></embed> </object>
Apple QuickTime
Vorteile: Wird auf Webserver abgelegt, kein YouTube Logo. Nachteile: Setzt QuickTime plus Plugin MacOS X voraus, funktioniert nicht unter Linux.
<object id="QuickTime" classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab" type="video/x-quicktime" width="640" height="480"> <param name="autostart" value="false"> <param name="src" value="/movies/Ahornalp2_HD-desktop.mov"> <embed width="852" height="500" src="/movies/Ahornalp2_HD-desktop.mov" autostart="false" type="video/x-quicktime"></embed> </object>
YouTube Flash Player
Vorteile: Benötigt nur ein Flash-Plugin, welches für fast alle Browser und Betriebssysteme verfügbar ist. Platz auf YouTube ist gratis. Nachteile: YouTube Logo, maximal 10 Minuten Spielzeit, kann von YouTube zensiert werden, falls Copyright-Problem entstehen.
<object width="853" height="505"> <param name="movie" value="http://www.youtube.com/v/tIR4DsT_dEE&hl=en&fs=1&hd=1"></param> <param name="allowFullScreen" value="true"></param> <param name="allowscriptaccess" value="always"></param> <embed src="http://www.youtube.com/v/tIR4DsT_dEE&hl=en&fs=1&hd=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="853" height="505"></embed> </object>