It works great with Safari and Firefox 3 on my Mac.
On my PC, the CSS drop-down menu is covered up by the Flash movie in IE7 and Firefox 3.
Here are somethings I have tried and is still in the code:
#flashmovie {
and
wmode="transparent"
All of those things are in the correct place, as far as I can tell.
So, can anyone with a PC please check out and see what you think the problem might be? Put your mouse over the main "buttons" and you will see what I am talking about.
http://riverchurchcharleston.com/
thanks
Flash movie overlapping CSSMenu
Flash movie overlapping CSSMenu
Last edited by areimann on Tue Oct 14, 2008 1:12 am, edited 1 time in total.
Re: Flash movie overlapping CSSMenu
I think you might want to try the object tag, is a plugin to do this and it makes it w3c compliant as I see a bunch of warnings...
Re: Flash movie overlapping CSSMenu
I installed it, but it isn't very on how to use a .swf that calls the .flv (the .flv variable is normally declared in the html). If you look at the code, that is what it is doing.
I'll keep digging though.....
I'll keep digging though.....
Re: Flash movie overlapping CSSMenu
You need an iframe behind the menus. I would use the bgiframe jquery plugin. It is easy to install and use and has a small footprint.
-
- Power Poster
- Posts: 424
- Joined: Sat Feb 02, 2008 12:42 am
Re: Flash movie overlapping CSSMenu
Try removing the z-index attributes from both styles.
Take a penny, leave a penny.
Re: Flash movie overlapping CSSMenu
I got it working.... All I did was drop this code in:
Here is the code that didn't work:
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shoc ... rogressive' ); //end AC code
Here is the code that didn't work:
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shoc ... rogressive' ); //end AC code
Re: Flash movie overlapping CSSMenu
Hello,
you can do the same using the object tag.
read the object tag help, and see how to inject params and flashvars, will always save a lot of time, and make your code compliant.
if you have any questions let me know.
Regards.
you can do the same using the object tag.
read the object tag help, and see how to inject params and flashvars, will always save a lot of time, and make your code compliant.
if you have any questions let me know.
Regards.