Click to See Complete Forum and Search --> : Fly out menus over Flash animation


beachshooz
12-03-2003, 01:09 PM
Crazy problem!

I have a simple Flash animation on my client's homepage. It is right next to a side nav menu that uses flyout menus. In Explorer, the flyout menus dont even come out. In Netscape, the flyout menus work fine AFTER the Flash is finished (it is nonlooping).

Is it possible to get it to all work together or should I just be safe and limit my flash to the far right side of the homepage, leaving a static graphic on the left? I could spend days on this problem.

This is the site: http://www.harveygarcia.com/net_results/htmltester/index.html

Thanks for your help.

kedrhodes
12-04-2003, 02:12 PM
Just taking a guess here...

You may have to adjust your zindex on the flyout menu. It may be rendaring below the flash... not sure though.

Um... your flyout is DHTML right?

beachshooz
12-04-2003, 02:43 PM
yep and I thought changing the zindex would take care of it. I posted the same problem in the Javascript forum and whoa, it is a very technical fix. Thanks though.

Pixelchik
12-04-2003, 04:14 PM
I had a similar problem with my JScript nav menu and a SWF animation. What I did was add a PARAM NAME="wmode" value="tranparent" and add wmode="transparent" in the EMBED section as well. It solved my problem on the SWF file hiding the flyout menu. It may be too simple a solution, but that's all I could think of.

beachshooz
12-05-2003, 03:32 PM
Life would be nice if it were that easy. It didn't work but thanks for replying. I appreciate the help.