Adobe Flash Flash Film wird nicht angezeigt

A

arve

Mitglied
Thread Starter
Dabei seit
28.02.2006
Beiträge
58
Reaktionspunkte
0
Es ist wirklich seltsam. Der Flash Film wird auf einer einfachen html seite angezeigt und alles funktionert. Binde ich es jetzt aber in das Webseitenlayout ein geht nichts mehr.
Code:
<?php
require_once $values['directory'] . '/config.php';
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">

<head>

	<? echo $meta ?> 
    <style type="text/css" title="currentStyle" media="all">
		@import "<? echo $stylesheet ?>";
	</style>
<script src="/templates/vid/x/Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
</head>
<body>
<div id="main">
	<div id="bg_blaetter">
	</div><div id="lang"><?php foreach ($values['sprachen'] as $sprache) {
	echo '<a href="http://www.' . $values['domain'] . '/' . $values['name'] . '/' . $sprache . '"><img border="0" src="http://jen-fe.de/flags/' . $sprache . '.gif" alt="' . $sprache . '" /></a> ';
} echo $menu3?></div>
	<div id="nav">
		<? echo $menu2 ?> 
	</div>
	<div id="content">
		<div id="content_vid">
			<h1 class="dotted_underline" style="margin-bottom:5px;"><? echo $title['kunden'] ?></h1>
            <object width="600" height="380"  codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,28,0"> <param name="movie" value="http://jen-fe.de/templates/vid/demo-xml.swf" /> <embed wmode="transparent" src="http://jen-fe.de/templates/vid/demo-xml.swf" width="600" height="380" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /> <param name="wmode" value="transparent" />  </object>

            
		</div>
	</div>
	<div id="content_border">
	</div>
</div>
</body>
</html>
Habe den Z-index schon hoch gesetzt von div conten_vid.
 
Zurück
Oben Unten