Forum Moderators: not2easy
Eh... I've had experience with frames and unless you have special circumstances you shouldn't use frames.
Next, using flash for your menus?!
Unless people are searching for your site/page by name and everything under the sun is pointing to all the keywords you could dream of to your domain/page then DO NOT use flash for your menus!
Effective flash is used to only spice up an HTML/CSS/JS page. When you use flash for your menus spiders will not understand anything beyond, "umm, it's a flash object" and won't be able to follow the links. Some bots may have adapated to this but it's not professional to assume that they can.
If you're still going to try and troubleshoot the issue I am sorry but I have nothing constructive to suggest in that matter though I thought I'd give you my two cents from both experience and observation. :)
Others tell me that if you add this parameter to your flash object:
<param name="wmode" value="opaque">
...it places the flash object within the DOM. In addition, you might then try giving both the flash object and the iframe a z-index attribute, with the flash being a higher number than the iframe.
All this is just for IE 5.5+ -- and if it helps, it still needs to be tested on FF, Safari and so on. You've taken on a challenging combination of content here.
Thanks for all the info! I am really impressed with all the quick replies!
Unfortunately I am working on a company intranet and I do not have any say about the technoloy used. Therefore I have to make the flash menus work!
It seems like my problem is linked to the mouseover functionality, ie. when the mouse moves over the iframe, the focus shifts from the menu to the iframe, and the menu disappears. Any ideas?