I am having difficulty getting my superfish dropdown menu to play nicely with embedded flash video. Some dropdown of my menu elements get hidden by the video. The problem can be seen here:
www.electricalassociation.com/Member-Testimonials/dutchs-electric.html
(roll over "Resources" on the navigation menu).
If my research into the problem is correct, this is not an issue with the AllVideos plugin but with embedded flash in general. I have found a fix to the problem here:
manisheriar.com/blog/flash_objects_and_z_index
. To summarize the link, I need to:
1) Wrap the flash content in a div
2) Add <param name=”wmode” value=”transparent”> to the object tag
3) Set wmode=”transparent” in the embed tag
4) Use css to set the position and z-index for your div
I need help doing the first 3 items in the list. What files do I need to change in order to add a div, change the object tag, and change the embed tag?
Thanks in advance to anyone that can help.