drop down menu over flash

Reply

Join Date: Jul 2006
Posts: 4
Reputation: eihd is an unknown quantity at this point 
Solved Threads: 0
eihd eihd is offline Offline
Newbie Poster

drop down menu over flash

 
0
  #1
Jul 28th, 2006
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.
Reply With Quote Quick reply to this message  
Join Date: Jul 2004
Posts: 166
Reputation: Lafinboy is an unknown quantity at this point 
Solved Threads: 7
Lafinboy's Avatar
Lafinboy Lafinboy is offline Offline
Junior Poster

Re: drop down menu over flash

 
1
  #2
Jul 28th, 2006
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.
If I've been a help please confirm by clicking the Add to Lafinboy's Reputation link in the header of this reply.

Lafinboy Productions
:: Website Design :: Website Development ::

Reply With Quote Quick reply to this message  
Join Date: Jul 2006
Posts: 4
Reputation: eihd is an unknown quantity at this point 
Solved Threads: 0
eihd eihd is offline Offline
Newbie Poster

Re: drop down menu over flash

 
0
  #3
Aug 3rd, 2006
Thank you. I will give it a try
Reply With Quote Quick reply to this message  
Join Date: Jun 2004
Posts: 434
Reputation: FC Jamison is on a distinguished road 
Solved Threads: 20
Team Colleague
FC Jamison's Avatar
FC Jamison FC Jamison is offline Offline
Posting Pro in Training

Re: drop down menu over flash

 
0
  #4
Aug 3rd, 2006
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.
Reply With Quote Quick reply to this message  
Join Date: Jul 2006
Posts: 5
Reputation: Sanguals is an unknown quantity at this point 
Solved Threads: 0
Sanguals Sanguals is offline Offline
Newbie Poster

Re: drop down menu over flash

 
0
  #5
Aug 8th, 2006
: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.
Reply With Quote Quick reply to this message  
Join Date: May 2006
Posts: 20
Reputation: havilah is an unknown quantity at this point 
Solved Threads: 0
havilah's Avatar
havilah havilah is offline Offline
Newbie Poster

Re: drop down menu over flash

 
0
  #6
Sep 6th, 2006
Originally Posted by Lafinboy View Post
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.
Reply With Quote Quick reply to this message  
Join Date: Jul 2005
Posts: 154
Reputation: katarey is an unknown quantity at this point 
Solved Threads: 20
katarey's Avatar
katarey katarey is offline Offline
Junior Poster

Re: drop down menu over flash

 
0
  #7
Sep 6th, 2006
Originally Posted by eihd View 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.
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
Reply With Quote Quick reply to this message  
Join Date: Jul 2007
Posts: 2
Reputation: manishbhatra is an unknown quantity at this point 
Solved Threads: 0
manishbhatra manishbhatra is offline Offline
Newbie Poster

Re: drop down menu over flash

 
0
  #8
Jul 6th, 2007
Thanks a lot. It is working.

Manish
Reply With Quote Quick reply to this message  
Join Date: Oct 2007
Posts: 2
Reputation: flashlass is an unknown quantity at this point 
Solved Threads: 0
flashlass flashlass is offline Offline
Newbie Poster

Re: drop down menu over flash

 
0
  #9
Oct 10th, 2008
Originally Posted by katarey View Post
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!!!
Reply With Quote Quick reply to this message  
Join Date: Nov 2007
Posts: 1
Reputation: aviralmsharma is an unknown quantity at this point 
Solved Threads: 0
aviralmsharma aviralmsharma is offline Offline
Newbie Poster

Re: drop down menu over flash

 
0
  #10
Dec 18th, 2008
Originally Posted by flashlass View Post
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

  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.
Reply With Quote Quick reply to this message  
Reply

Message:



Similar Threads
Other Threads in the HTML and CSS Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC