I am creating a site that uses both the FlashVideo and Video components of your controls. I have a master page which contains the ASPNet 2.0 menu control and a content page which contains the video components. When the ASPNet Video control first loads and hasn't played a video yet, the menu controls submenus are over the video window. Once the video control has played, the submenus are behind the area where the video showed.
I have set the z-index on the menu control to 100, and the z-index on the div the video control is in to -1, but this is still occuring.
When the FlashVideo plays, the menu control's submenus are always over the video player.
What can be done to fix this issue?
The code can be viewed here:
http://ec2-67-202-52-15.compute-1.amazonaws.com/default.aspxThank you,
CK Bales