Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Page & Category Menu Bars (http://forum.bytesforall.com/forumdisplay.php?f=10)
-   -   Page Menu Drop down dissapears behind Flash, Youtube video (http://forum.bytesforall.com/showthread.php?t=4138)

aahuganda Oct 30, 2009 05:12 PM

Page Menu Drop down dissapears behind Flash, Youtube video
 
Hi. My drop down page menu disappears behind my front flash graphic and an embedded YouTube video. I am using two plug ins to insert the code: KISS YouTube for the YouTube video and Kimili Flash Embed. This problem shows up on IE, Firefox and Chrome on my Windows Vista laptop. Others report similar problems on other PCs.

Does anyone have suggestions on how to fix this?

I checked a previous thread and tried adding the suggested code to my functions.php file, but it doesn't seem to make a difference:
<?php
add_filter('the_content', 'add_opaque_to_all_flash');

function add_opaque_to_all_flash($string) {
$string = str_ireplace('<embed type="application/x-shockwave-flash"', '<param name="wmode" value="opaque"><embed type="application/x-shockwave-flash" wmode="opaque"', $string);
return $string;
}
?>

My web address is http://aahuganda.org. The front flash currently playing is a placeholder, but when I put the real one on, it will extend across the main content area. The flash is locally hosted.

Any help would be greatly appreciated! :)

juggledad Oct 31, 2009 05:08 AM

Try adding some parameters to the flash, see http://forum.bytesforall.com/showthr...=8808#post8808


All times are GMT -6. The time now is 11:47 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.