Go Back   CodingForums.com > :: Client side development > Flash & ActionScript

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 08-27-2008, 03:43 PM   PM User | #1
snarf1974
New Coder

 
Join Date: Aug 2008
Location: Liverpool
Posts: 53
Thanks: 37
Thanked 0 Times in 0 Posts
snarf1974 is an unknown quantity at this point
drop down menu hidden behind flash (only in ie)

Hi all,

This is soooooooooooooooo frustrating, but I really want to crack it!!!

I've managed to get a css drop down menu to work over a flash banner in FF, Safari and Opera using the following code:

Code:
<!--[if !IE]> -->
<object type="application/x-shockwave-flash"
  data="slideshow.swf" width="740" height="250">
  <param name="wmode" value="transparent" />

<!-- <![endif]-->

<!--[if IE]>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
  codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
  width="740" height="250">
  <param name="movie" value="slideshow.swf" />
<!--><!--dgx-->
  <param name="loop" value="true" />
  <param name="menu" value="false" />

  <p>This is <b>alternative</b> content.</p>
</object>
<!-- <![endif]-->
Is there any way to get the css drop down menu to appear 'over' the flash banner in ie 6/7, and ALSO be valid xhtml?

I've tried this:
Code:
<embed wmode="transparent" src="slideshow.swf" width="740" height="250" />
to make the drop down menu show in ie 6/7, but it doesn't work, and isn't valid xhtml.

My website is: www.glentechsolutions.co.uk

Any help/suggestions would be gratefully received.

Many Thanks
snarf1974 is offline   Reply With Quote
Old 08-27-2008, 03:48 PM   PM User | #2
abduraooft
Supreme Master coder!

 
abduraooft's Avatar
 
Join Date: Mar 2007
Location: N/A
Posts: 14,678
Thanks: 158
Thanked 2,182 Times in 2,169 Posts
abduraooft is just really niceabduraooft is just really niceabduraooft is just really niceabduraooft is just really niceabduraooft is just really nice
Have a try by putting
Code:
 <param name="wmode" value="transparent" />
inside IE's conditional comment also.
__________________
Quote:
The Dream is not what you see in sleep; Dream is the thing which doesn't let you sleep. --(Dr. APJ. Abdul Kalam)
abduraooft is offline   Reply With Quote
Old 09-21-2009, 05:50 PM   PM User | #3
imillar
New to the CF scene

 
Join Date: Sep 2009
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
imillar is an unknown quantity at this point
HI there,
OK, I've finally figured it out for both browsers.

In IE you must create a param in the OBJECT tag:
<param name="wmode" value="transparent"> 'opaque will work too.

For FF you must add wmode="transparent" to the <EMBED> tag.

This should work - if not use opaque...

Ian
imillar is offline   Reply With Quote
Old 09-22-2009, 08:07 AM   PM User | #4
abduraooft
Supreme Master coder!

 
abduraooft's Avatar
 
Join Date: Mar 2007
Location: N/A
Posts: 14,678
Thanks: 158
Thanked 2,182 Times in 2,169 Posts
abduraooft is just really niceabduraooft is just really niceabduraooft is just really niceabduraooft is just really niceabduraooft is just really nice
Quote:
Originally Posted by imillar
In IE you must create a param in the OBJECT tag:
<param name="wmode" value="transparent"> 'opaque will work too.

For FF you must add wmode="transparent" to the <EMBED> tag.
Hope you mean the reverse of that?
__________________
Quote:
The Dream is not what you see in sleep; Dream is the thing which doesn't let you sleep. --(Dr. APJ. Abdul Kalam)
abduraooft is offline   Reply With Quote
Old 01-03-2013, 09:46 AM   PM User | #5
Shagun
New to the CF scene

 
Join Date: Jan 2013
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Shagun is an unknown quantity at this point
drop down menu hidden behind flash (only in ie)

i have a dropdown menu in css, it works fine in Chrome, FireFox, but not IE8, i haven't checked it in IE6/7. but it seems hopeless. The dropdown menu is the black one and showing "false" in drop down menu and also menu is hiding of the flash header not showing on flash hader.
i have done this thing in flash-- <param name="wmode" value="transparent" />
any body help me of this problem.....
Shagun is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 05:06 AM.


Advertisement
Log in to turn off these ads.