PDA

View Full Version : Menus quit working after flash object added to page


yellowdog
09-02-2008, 04:03 AM
I am trying to include a flash movie into a page that has a udm4 menu. The page loads fine and both the menu and the movie work fine when using FireFox or Safari (WIN XP SP2). However, the menu does not work when using MSIE 6. None of the submenus are displayed.

If I remove the flash object from the page, the menu works fine in all three browsers.

Both pages and the css validate. Does anyone have an idea of what may be causing this?

Thanks.

Here are two links to see what I am talking about:

with flash object -
http://jhsbrb2.monroemws.com/media/video/2007/jump.shtml

with flash object removed -
http://jhsbrb2.monroemws.com/media/video/2007/jump1.shtml

Admin
09-03-2008, 05:23 PM
Are you getting any javascript errors? You may want to try the following:

1) Remove any extraneous comments in your menu code
2) Remove the "no right click" script (this may be causing some problems as it usually uses event handlers that may conflict with the udm4 code).
3) Try rendering the flash object with javascript

yellowdog
09-07-2008, 08:43 PM
Thanks for looking in to this issue, and for the tips. Unfortunately, tips #1 and #2 did not seem to resolve the problem.

I am told that the menus will work when the page containing both the movie and the menus is viewed in MSIE ver 7, so this problem seems to be specific to MSIE ver 6.

Due to time constaints, I can not look in to using javascript at this time, so I will just open a menu-less version of the movie pages in a separate window/tab for now.