Hi,
what is the best code to include a mp4 video file to a website?
My naive (I'm not a webdesigner) approach is:
HTML Code:
<object type="video/mp4" height="340" width="240" standby="Das Video wird geladen..." data="http://www.randspringer.de/graphics/lasker2010.mp4">
<param name="src" value="http://www.randspringer.de/graphics/lasker2010.mp4" />
<param name="movie" value="http://www.randspringer.de/graphics/lasker2010.mp4" />
<param name="autoplay" value="false" />
<param name="autostart" value="0" />
<param name="pluginspage" value="http://www.apple.com/quicktime/download/" />
</object>
You can visit this example at:
http://www.randspringer.de/as/dud/lasker2010.html
Improvements are very welcome!
Thomas