Thu, 2009-10-01 19:28
I have a site that I am working on located here:
http://clients.mirageadv.com/tiki/index.php
This drop down works above the flash banner in FF (Mac), Safari, Chrome, but not in FF or IE (PC)... I have tried the following:
The solution that I found all over the web and seemed to work for most people:
Make sure your embed and object codes include the wmode parameter set to transparent:
param name=”movie” value=”xxx.swf”
param name=”quality” value=”high”
param name=”wmode” value=”transparent”
This has worked in the past for me... but not this time around...
my css file is located here: master.css
Any ideas? this is driving me nuts.
Thanks in advance for any help.
Thu, 2009-10-01 21:52
#1
Hi jderosa3, Your using
Hi jderosa3,
Your using JavaScript to load the flash.
AC_FL_RunContent( 'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0', 'width','980','height','472','src','loader','quality','high', 'pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','loader' ); //end AC code
In that JavaScript function call I can't see the parameters for wmode. Look up wherever you got AC_FL_RunContent from and see how you are meant to add wmode.
