ich zerbreche mir seit Stunden den Kopf daran warum mein Video mit Menü angezeigt wird.
Hier der Code:
- Code: Alles auswählen
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/swfobject/2.2/swfobject.js"></script>
<script type="text/javascript">
var flashvars = {};
var params = {};
var attributes = {};
params.bgcolor="#FF0000";
params.play="true";
params.menu="true";
params.loop="false";
params.quality="high";
params.wmode="window";
params.allowscriptaccess="always";
params.allowfullscreen="true";
attributes.name = "";
attributes.styleclass = "";
attributes.align = "middle";
swfobject.embedSWF("video.swf", "video", "640", "480", "9.0.0", "expressInstall.swf", flashvars, params, attributes);
</script>
</head>
<body>
<div id="video">
Get <a href="http://www.adobe.com/go/getflash">Adobe Flash Player</a>. Embedded with the help of <a href="http://embed-swf.org">embed-swf.org</a>.
</div>
</body>
</html>
Wäre nett wenn mir jemand helfen könnte.
Mit freundlichen Grüßen
Midschi