mely: Videos werden nicht abgespielt

Beitrag lesen

Hey,

<video controls width="320" height="250" autobuffer="" autoplay="true" loop="true" controls="true">
	<source src="video/video.ogg" type="video/ogg">
	<source src="video/video.mp4" type="video/mp4">
        <source src="video/video.webm" type="video/webm">  
</video>

Nur so nebenbei: du hast da 2x das controls Attribut notiert.

Hey, ja stimmt, aber es liegt nicht daran oder?

Reinhard