Combobox and menu dropdowns displaying behind flash object

  • I'm building an application using extjs and flash. I have an Ext.Toolbar at the top of my page, and immediately below it I have a flash object. My problem is that when I click the dropdown arrow on the combo box, or the menu dropdowns, the dropdowns are displayed behind the flash object even though the z-index on the dropdown is set to "11000" by default. Does anyone know of a workaround for this?

    Thanks,
    Phil


  • That works great thanks!

    I added wmode="opaque" to my embed tag and solved my problem


  • have you tried setting wmode transparent or opaque in for your flash object?