PHP-Code:
<object
classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,79,0"
id="main"
width="800" height="450"
>
<param name="movie" value="main.swf">
<param name="bgcolor" value="#FFFFFF">
<param name="quality" value="high">
<param name="seamlesstabbing" value="false">
<param name="allowscriptaccess" value="samedomain">
<param name="wmode" value="transparent" />
<embed
type="application/x-shockwave-flash"
pluginspage="http://www.adobe.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"
name="main"
width="800" height="450"
src="main.swf"
bgcolor="#FFFFFF"
quality="high"
seamlesstabbing="false"
allowscriptaccess="samedomain"
wmode="transparent"
>
<noembed>
</noembed>
</embed>
</object>
</center>
</body>
</html>
Lösuung:
Für Firefox:
PHP-Code:
wmode="transparent"
Für internetexplorer:
PHP-Code:
<param name="wmode" value="transparent" />
Wie oben im Code müssen die Zeilen eingefügt werden.
Lesezeichen