Hello,

We have a navigation menus in our oracle portal, which few are mouse over drop
down menus. When a flash movie is added to the page, the mouse over drop downs
doesn't work. If we remove the flash video, it works. This problem only happens
on IE6. In IE7 and firefox doesn't have this issue.

What could be the reason for this? Any help is highly appreciable because it
is very rgent, we have release by end of this week.

Thanks

Pasted below is the code


<object type="application/x-shockwave-flash" data="http://dddd.swf"
id="FlowPlayer" height="270" width="360">
<param name="movie" value="http://ddd.swf" />
<param name="quality" value="high" />
<param name="scale" value="noScale" />
<param name="wmode" value="transparent" />
<param name="flashvars" value="config={videoFile: 'http://dd/1/134263.FLV',
autoPlay: false, loop: false, showMenu: false, initialScale: 'orig' }"
/></object>