![]() |
| Adobe Forums » Adobe Influences » Dynamic Html » Spry Menu+Flash Content: Visibility Problem in IE |
| Tags: |
![]() |
| LinkBack | Thread Tools | Display Modes |
|
|||
|
Hi, I created a web page with Dreamweaver CS3, and I put a Spry Menu just over
a Flash Banner. I set the wmode to transparent and it works fine on all browser except for IE. It still doesn't display the submenus which are hidden by the ..swf file. I read some articles but none explaining how to fix this problem. Anybody knows how to solve it? Thanks for any help! The code is here in case I made some mistakes: <div id="FlashContent"> <script type="text/javascript"> AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab# version=9,0,28,0','width','700','height','160','ti tle','Flash Banner','src','images/flash/flash_banner','quality','high','pluginspage','http :/ /www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash',' wmode','transparent','movie','images/flash/flash_banner' ); //end AC code </script><noscript><object classid="clsid 27CDB6E-AE6D-11cf-96B8-444553540000"codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve rsion=9,0,28,0" width="700" height="160" title="Flash Banner"> <param name="movie" value="images/flash/flash_banner.swf" /> <param name="quality" value="high" /> <param name="wmode" value="opaque" /> <embed src="images/flash/flash_banner.swf" width="700" height="160" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Versio n=ShockwaveFlash" type="application/x-shockwave-flash" wmode="transparent"></embed> </object> </noscript></div> |
![]() |
| Thread Tools | |
| Display Modes | |
|
|