[TYPO3-german] lightbox2 and flash-header

Jan Switling jan.switling at gmail.com
Mon Jun 9 15:36:24 CEST 2008


Hi all,

I'm using kj_imagelightbox2 1.4.3 .
In my html-template I have a flash-menue.

problem: flash does not disappear and stay in foreground when activating 
the lightbox.
wmode="transparent" does not work...

my html-template:

...
<script src="fileadmin/template/skripte/AC_RunActiveContent.js" 
type="text/javascript"></script>
<script src="fileadmin/template/skripte/AC_ActiveX.js" 
type="text/javascript"></script>
</head>
<body>
<div id="header">
<script type="text/javascript">
AC_FL_RunContent( 
'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0','width','800','height','200','src','master','quality','high','pluginspage','http://www.macromedia.com/go/getflashplayer','movie','fileadmin/template/flash/banner' 
); //end AC code
</script><noscript>
<object type="application/x-shockwave-flash" 
data="fileadmin/template/flash/banner.swf" width="800" height="200">
<param name="wmode" value="transparent" />
<param name="movie" value="fileadmin/template/flash/banner.swf" />
<embed src="fileadmin/template/flash/banner.swf" wmode="transparent" 
quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" 
type="application/x-shockwave-flash" width="800" height="200"></embed>
</object>
</noscript>
</div>
...

Any hints? :-)
thank you


More information about the TYPO3-german mailing list