Hello Alex, Unfortunately [1] is not the same issue :( Authors are using wmode=transparent, no such hacks are required with wmode=transparent|opaque I'm currently using wmode=direct, jquery-ui dialog is displayed as expected, BUT to display modal dialog additional veil need to be displayed. This veil by default has opacity=.8 and not being displayed at all (Ubuntu+FF only) if opacity is changed to be == 1 veil is displayed as expected
I tried to add iframe behind the veil -> no luck I tried to add "dummy" <embed> element -> same effect as with opacity == 1. It seems the only option for me is to implement "ugly" solution: use wmode=direct, in case Linux+FF detected change veil opacity to be == 1 Thanks for help :) On Tue, Jan 19, 2016 at 12:15 PM, Alex Harui <[email protected]> wrote: > > > On 1/18/16, 10:05 PM, "Maxim Solodovnik" <[email protected]> wrote: > > >displaying 2 swfs is not an option unfortunately :( > >each of them will ask for separate permissions :( > > > >It seems jquery-ui dialog might work with swf in FF under Ubuntu as > >expected, the current issue I see: div is displayed on top of swf only if > >it's opacity >= .99, is there any workaround for this? (Chrome works as > >expected) > > Is this the same issue? [1] > > HTH, > -Alex > > [1] > http://blog.marcoos.com/2006/07/21/html-div-above-a-flash-animation-on-linu > x-its-possible/ > > -- WBR Maxim aka solomax
