Thema: HTML5 Frage
Einzelnen Beitrag anzeigen
  #10 (permalink)  
Alt 14.04.2012, 10:48
Html5 Html5 ist offline
Neuer Benutzer
neuer user
Thread-Ersteller
 
Registriert seit: 13.04.2012
Beiträge: 6
Html5 befindet sich auf einem aufstrebenden Ast
Standard

HTML-Code:
<!DOCTYPE HTML>
<html>
	<head>
		<title>video1</title>
		<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
		<style type="text/css" media="screen">
		html, body { height:100%; background-color: #ffffff;}
		body { margin:0; padding:0; overflow:hidden; }
		#flashContent { width:100%; height:100%; }
		</style>
	</head>
	<body>
	<video width="400" height="300" controls="controls" autoplay="autoplay">
	<source src="video-1.mp4" type="video/mp4" />
	<source src="video-1.ogg" type="video/ogg" />
	<object type="application/x-shockwave-flash" data="secure-video-1.swf" width="400" height="300">
		<param name="movie" value="video-1.swf" />
	</object>
</video>
				<!--[if !IE]>-->
				</object>
				<!--<![endif]-->
			</object>
		</div>
	</body>
</html>

Wäre das so koreckt ?

Ist ja viel übersichtlicher, also wäre echt toll wenn das geht.
Mit Zitat antworten
Sponsored Links