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) On Sat, Jan 16, 2016 at 1:13 PM, Alex Harui <[email protected]> wrote: > > > On 1/15/16, 10:41 PM, "Maxim Solodovnik" <[email protected]> wrote: > > >I tried the following: > > > >I open up jquery-ui dialog with another swf file asking for the > >permissions, then close it > >Unfortunately granted permissions were not "in effect", main application > >later asks for the permissions :( > >Maybe this need to be done somehow different? > > Well, the workaround I saw said you have folks use "Global Settings" to > allow a domain to use camera and mic. I'm not sure a single SWF can give > permission to another SWF. > > There might be a workaround where you load the SWF with wmode=window in > one part of the HTML page and with wmode=transparent/opaque in another > part of the page and use ExternalInterface and JS to control which SWF > gets seen and use the wmode=window to get permissions. > > -Alex > > -- WBR Maxim aka solomax
