servus,
ich hab ein problem mit html5 video tag, und zwar möchte ich das das video automatisch startet <- funktioniert leider nur teilweise, wann und warum es dann funktioniert bzw. nicht ist mir nicht nachvollziehbar
zweites problem, der playbutton des control panels reagiert nicht auf touch...
ich hoffe ihr könnt mir helfen, danke schonmal...
ich hab ein problem mit html5 video tag, und zwar möchte ich das das video automatisch startet <- funktioniert leider nur teilweise, wann und warum es dann funktioniert bzw. nicht ist mir nicht nachvollziehbar
zweites problem, der playbutton des control panels reagiert nicht auf touch...
ich hoffe ihr könnt mir helfen, danke schonmal...
HTML:
<video class="vid" autoplay="autoplay" controls="controls" loop="loop" width="100%" height="100%">
<!-- MP4 must be first for iPad! -->
<source src="../movie/living_art_h264_k.mp4" type="video/mp4" /><!-- Safari / iOS video -->
<!-- <source src="../movie/living_art_h264_k.ogv" type='video/ogg codecs=theora, vorbis' /><!-- Firefox / Opera / Chrome10 -->
<source src="../movie/living_art_h264_k.webm" type='video/webm; codecs=vp8,vorbis' />
<!-- fallback to Flash: -->
<object width="100%" height="100%" type="application/x-shockwave-flash" data="../movie/living_art_h264_k.mp4">
<!-- Firefox uses the `data` attribute above, IE/Safari uses the param below -->
<param name="movie" value="../movie/living_art_h264_k.mp4" />
<param name="flashvars" value="controlbar=over&image=__POSTER__.JPG&file=../movie/living_art_h264_k.mp4" />
<!-- fallback image. note the title field below, put the title of the video there -->
<img src="../images/news/jubilaeumspreis_briefpapier_august.jpg" title="Jubiläumspreis auf Briefpapierdruck" alt="Jubiläumspreis auf Briefpapierdruck" />
</object>
</video>