|
You might be able to give z-index for the flash object that is lower than the z-index of the menu.Not sure it will actually work but here is a sample CSS(assuming that your objects have ids "menu" and "flashobject")#menu{ z-index: 10;}#flashobject{ z-index: 5;}}
__________________
|