Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Closed Thread
Old 08-05-2009, 11:22 AM   #1 (permalink)
synergy's Avatar
 
Monster Techie

Join Date: Mar 2005

Location: Somewhere between a 1 and a 0

Posts: 1,677

synergy will become famous soon enoughsynergy will become famous soon enough

Send a message via MSN to synergy Send a message via Yahoo to synergy Send a message via Skype™ to synergy
Default DHTML menu with Flash ads

The ads look to be down now, but before the DHTML (drop-down) menus were falling behind the Flash ads. I had a similar problem on a website and found the solution in case you want to use it.

In the 'object' tags you want to add a parameter to the Flash movie. It is the "wmode" parameter and you want it to be set to "opaque" or "transparent". This way it will fall behind other dynamic content like AJAX or DHTML. So it would look like the following:
HTML Code:
<param name="wmode" value="transparent"> 
the entire code looking something like:
HTML Code:
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="300" height="300"> 
 <param name="movie" value="wmode.swf">     
 <param name="quality" value="high"> 	
 <param name="wmode" value="transparent">     
 <embed src="wmode.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="300" height="300" wmode="transparent"></embed></object> 

Here are some sites that explain more about this:
Flash content displays on top of all DHTML layers
How to make a Flash movie with a transparent background
__________________

Windows 7 Professional 64-bit
HTPC: Phenom II X4 920 | Biostar TA790GX XE mATX w/ ATI HD 3300 IGP | 4 GB Dominators DDR2 1066
LG Blu-Ray/HD-DVD ROM + DVD RW | WD Caviar 1 TB | 250 GB Cuda | Antec Veris Fusion Black HTPC Case
Logitech diNovo Edge KB | Win7 Pro 64-bit

3dMark06 23,159 | 3dMark Vantage 23,579 | TF2 Stats Page
synergy is offline  
Old 08-05-2009, 12:33 PM   #2 (permalink)
Mak213's Avatar
 

Join Date: Sep 2004

Location: C:\Windows\System32

Posts: 25,725

Mak213 is a name known to allMak213 is a name known to allMak213 is a name known to allMak213 is a name known to allMak213 is a name known to allMak213 is a name known to all

Default Re: DHTML menu with Flash ads

The Amazon ad was removed. Maybe if we try it in the future we can remember this.
__________________
R.I.P. Danny L. Trotter
14 Nov 1945 - 4 Sept 2009
Images created by CarnageX | Decaptured...Listen! | Visit Baezware!! | You've been Mak'd! | 儿做好
I do not accept support questions via EMail, PM, IM or my Spaces page! .:|:. This is what happens when an unstoppable force meets an immovable object.
Thanks to all the guys on the staff for your support in my time of need. Hefe you are my personal Hero for your contribution.



<<<< If I help you, or you just like what I said, rep me
Mak213 is offline  
 
Closed Thread

Thread Tools
Display Modes

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 On
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Giveaway of the Day - Tree Menu 2.9 Osiris Tips, Tricks & Tutorials 0 06-02-2009 08:13 AM
Installing Flash in Ubuntu 9.04 with Firefox Osiris Linux Tips and Tricks 1 05-07-2009 10:36 PM
Giveaway of the Day - DHTML Menu 9.2 Osiris Tips, Tricks & Tutorials 0 05-05-2009 08:40 AM
FlashPlayer version? ThriceLabs Windows Operating Systems and Software 1 12-24-2008 12:24 PM