Videoplayer

Videoplayer mit embeded eingebunden

<embed type="video/mp4" src="???.mp4"
width="400" height="300">  </embed>




Videoplayer klassisch mit controls eingebunden

<video controls width="250">
<source src="???.webm" type="video/webm" /> <source src="???.mp4" type="video/mp4" />
</video>

Video-Methode

Download das WEBM- oder MP4 -Video.