Skip to main content
August 23, 2006
Question

Flash and Drop down not working properly on safari

  • August 23, 2006
  • 1 reply
  • 189 views
I have some of my safari users experiencing trouble with my swishmas flash image on my home page. Apparently it is causing my drop down menu to disapear when it is selected. I know its related to the image because yesterday i was experiencing issues with firefox. I think its related to the transparent parameter. Anyone run into this problem?

Any help anyone can provide is greatly appreciated!!

I just posted some changes, can someone test this url: http://arcdev2.dcis.net/index3.html

here is the code I'm using:

<object
classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase=" http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,42,0"
id="home5"
width="800" height="280"
>
<param name="wmode" value="transparent">
<param name="movie" value="/images/index/home5.swf">
<param name="bgcolor" value="#FFFFFF">
<param name="quality" value="high">
<param name="allowscriptaccess" value="samedomain">
<embed
wmode="transparent"
type="application/x-shockwave-flash"
pluginspage=" http://www.macromedia.com/go/getflashplayer"
name="home5"
width="800" height="280"
src="/images/index/home5.swf"
bgcolor="#FFFFFF"
quality="high"
swliveconnect="true"
allowscriptaccess="samedomain"
>
</embed>
    This topic has been closed for replies.

    1 reply

    Participating Frequently
    February 8, 2007
    Hey, just wanted to say I'm having the same problem as you. You can see my site in progress here:

    http://www.maconstate.edu/nathan/

    I can't get anything to stay on top of the Flash banner in Safari. I noticed it's happening on the Adobe site as well. Is this something that is being addressed by the Safari dev team?