Subscribe to KS RSS RSS Reader Reader RSS Reader Live

Flash Over Drop Down Menu Solution

 Posted by at 16:45  Add comments
 
Bookmark and Share

Flash Over Drop Down Menu Solution

flash_over_menu

In the right sidebar of this site (at the time of writing) is a Flash YouTube display with Marie Digby singing her song, “Say it Again” and just above the Flash graphic is a drop down menu, which when activated, dropped down behind the header text and Flash graphic.

This problem of the menu dropping behind the header text and Flash graphic has been ongoing since I implemented the sidebar and Flash graphic. Having downloaded the Flash graphic code directly from YouTube I presumed the code was correct and the problem was my end … but I have the solution.

I thought the original problem was to do with the z-index of the menu system, but changing this proved a pointless exercise. My reasoning for this conclusion what the fact that the menu dropped behind the header text as well as the Flash graphic, but the problem is with the flash parameters and the solutions is nice and easy.

Solution

1 Ensure the following parameter is included in the OBJECT tag:

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

2 Ensure the following parameter is included in the EMBED tag:

wmode="transparent"

For example…

<object width="..." height="...">
<param name="movie" value="..."></param>
<param name="wmode" value="transparent">
<param name="allowFullScreen" value="true"></param>
<param name="allowscriptaccess" value="always"></param>

<embed src="..."
wmode="transparent"
type="application/x-shockwave-flash"
allowscriptaccess="always" allowfullscreen="true"
width="..." height="..." >
</embed></object>

The wmode=”transparent” seems to be the more important parameter in my case.

Hope this was of interest and help, if you have a better solution, let us know…

Related Articles

  • What is WordPress, Hype or Fact?
    What is WordPress?WordPress is an Open Source Blogging platform. It was created in 2003 and since then has held it's ground claiming hundreds of milli...
  • 170 Plugin Release and Promotion (Coming soon)
    170 Plugin Releasing and Promotion After you have finished writing your awesome WordPress plugin, there are a few things to consider before releasing...
  • 150 Database (Coming soon)
    150 Database Part of the "How to Write a WordPress Plugin" Series Objectives In this lesson we will discuss and demonstrate the use of the WordPres...
  • 162 CSS Inclusion with Plugins
    162 CSS Inclusion with Plugins Part of the "How to Write a WordPress Plugin" Series Objectives In this lesson we will discuss and demonstrate the u...
  • 161 Javascript Inclusion with Plugins
    161 Javascript Inclusion with Plugins Part of the "How to Write a WordPress Plugin" Series Objectives In this lesson we will discuss a...

 Leave a Reply

(required)

(required)

Copyright © Philip King 2009 King Solutions (UK) - ClickBank - Justhost - Wishlist Member - Wishlist Member About - Contact Us - Privacy Policy - House Rules - Site Terms - Earnings and Income Disclaimer Suffusion theme by Sayontan Sinha
90 queries in 0.726 seconds (Child).