IE 6 on Windows has what I consider the correct behavior to be: The sub menus appear over the Flash movie.
Other browsers have the sub menus appearing underneath the movie. That is, the movie wipes out the sub menus.
I searched the forum and found out about Sample 14 and div hiding. I downloaded Sample 14 and did two things:
1. placed the divhider.js at the same level as new_index.html on the webserver.
2. added the call to the javascript in new_index.html as shown here:
Code: Select all
<script language=JavaScript src="divhider.js" type=text/javascript></script>
<div id=formdiv1 name=formdiv1 style="position:relative">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="610" height="195">
<param name="movie" value="English/Images/Movies/GastroRockies_Homepage_Movie.swf">
<param name="quality" value="high">
<embed src="English/Images/Movies/GastroRockies_Homepage_Movie.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="610" height="195"></embed>
</object></div>
The bad news is that none of the other browsers behaviors changed.
So, now what do I do?
Is there any way to get the sub menus (as they fly out) to appear on top of the Flash movie?
thanks,
dave