943,739 Members | Top Members by Rank

Ad:
You are currently viewing page 1 of this multi-page discussion thread
Jul 28th, 2006
0

drop down menu over flash

Expand Post »
I want my drop down menu to display over a flash. It's something like this .

What methods do you use to solve this problem? Any help will be appreciated much.
Last edited by eihd; Jul 28th, 2006 at 4:01 am.
Similar Threads
Reputation Points: 10
Solved Threads: 0
Newbie Poster
eihd is offline Offline
4 posts
since Jul 2006
Jul 28th, 2006
1

Re: drop down menu over flash

Adding the following parameter to your flash object:
HTML and CSS Syntax (Toggle Plain Text)
  1. <param name=wmode value="transparent">
should work for most browsers.
Reputation Points: 16
Solved Threads: 7
Junior Poster
Lafinboy is offline Offline
166 posts
since Jul 2004
Aug 3rd, 2006
0

Re: drop down menu over flash

Thank you. I will give it a try
Reputation Points: 10
Solved Threads: 0
Newbie Poster
eihd is offline Offline
4 posts
since Jul 2006
Aug 3rd, 2006
0

Re: drop down menu over flash

You could also try absolute positioning of the menu using CSS.

Theoretically, items positioned with CSS are stacked on top of items that are not positioned with CSS.
Team Colleague
Reputation Points: 92
Solved Threads: 21
Posting Pro in Training
FC Jamison is offline Offline
436 posts
since Jun 2004
Aug 8th, 2006
0

Re: drop down menu over flash

:rolleyes:Flash menu? I dont quite understand what you mean, but i recommend you to try Sothink Tree Menu. They wrote flash programmes, aslo TreeMenu and DHTMLMenus. So i guess they are profetional in displaying drop down menu in a flash.
Reputation Points: 10
Solved Threads: 0
Newbie Poster
Sanguals is offline Offline
5 posts
since Jul 2006
Sep 6th, 2006
0

Re: drop down menu over flash

Click to Expand / Collapse  Quote originally posted by Lafinboy ...
Adding the following parameter to your flash object:
HTML and CSS Syntax (Toggle Plain Text)
  1. <param name=wmode value="transparent">
should work for most browsers.
Will this also help me display and image on my page while my flah loads? If not, how can I achieve that? Thanks in advance.
Reputation Points: 10
Solved Threads: 0
Newbie Poster
havilah is offline Offline
20 posts
since May 2006
Sep 6th, 2006
0

Re: drop down menu over flash

Click to Expand / Collapse  Quote originally posted by eihd ...
I want my drop down menu to display over a flash. It's something like this .

What methods do you use to solve this problem? Any help will be appreciated much.
http://www.daniweb.com/techtalkforums/thread15188.html

hi

To edit an existing HTML page, add the WMODE parameters to the HTML code.

1. Add the following parameter to the OBJECT tag:

<param name="wmode" value="transparent">

2. Add the following parameter to the EMBED tag:

wmode="transparent"



This Will Work With All Browsers

Rahul

http://www.katarey.com
Reputation Points: 39
Solved Threads: 23
Junior Poster
katarey is offline Offline
167 posts
since Jul 2005
Jul 6th, 2007
0

Re: drop down menu over flash

Thanks a lot. It is working.

Manish
Reputation Points: 10
Solved Threads: 0
Newbie Poster
manishbhatra is offline Offline
2 posts
since Jul 2007
Oct 10th, 2008
0

Re: drop down menu over flash

Click to Expand / Collapse  Quote originally posted by katarey ...
http://www.daniweb.com/techtalkforums/thread15188.html

hi

To edit an existing HTML page, add the WMODE parameters to the HTML code.

1. Add the following parameter to the OBJECT tag:

<param name="wmode" value="transparent">

2. Add the following parameter to the EMBED tag:

wmode="transparent"



This Will Work With All Browsers

Rahul

http://www.katarey.com
Thank you so much! I had just the first param tag in & it didn't work. Adding that line to the embed tag did it. I can't tell you how much I appreciate this. THANK YOU!!!
Reputation Points: 10
Solved Threads: 0
Newbie Poster
flashlass is offline Offline
2 posts
since Oct 2007
Dec 18th, 2008
0

Re: drop down menu over flash

Click to Expand / Collapse  Quote originally posted by flashlass ...
Thank you so much! I had just the first param tag in & it didn't work. Adding that line to the embed tag did it. I can't tell you how much I appreciate this. THANK YOU!!!
YUP YUP YUP... IT WORKS...

With few parameters, here is how the code looks like

html Syntax (Toggle Plain Text)
  1. <!-- CODE STARTS -->
  2. <object width="834" height="300">
  3. <param name="movie" value="images/home_anim.swf">
  4. <param name="wmode" value="transparent">
  5. <embed src="images/home_anim.swf" wmode="transparent" width="834" height="300">
  6. </embed>
  7. </object>
  8. <!-- CODE ENDS -->

Thanks to everyone include flashass for their contribution
Last edited by peter_budo; Dec 18th, 2008 at 3:44 pm. Reason: Keep It Organized - For easy readability, always wrap programming code within posts in [code] (code blocks) and [icode] (inline code) tags.
Reputation Points: 10
Solved Threads: 0
Newbie Poster
aviralmsharma is offline Offline
1 posts
since Nov 2007

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in HTML and CSS Forum Timeline: div tag move along with scrolling
Next Thread in HTML and CSS Forum Timeline: disable stylesheets of content loaded in iframe?





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC