css - Forwarding mouse events to underlying flash -


what i've done have image layer on flash uses webcam take snapshot. positioned image correctly on flash position: absolute. , added wmode: transparent flash embedding. need mouse clicks forwarded flash content, users can allow webcams used. added point-events: none; overlaying image.

the situation here everything's displaying correctly cross-browsers, on chrome (windows , mac) i'm able click on "allow" button , able use webcam. on safari, firefox, ie, not letting me click on allow.

i'm wondering if there known issues point-events accessing underlying flash item, or i'm having problems flash player. since if switch flash clickable button underneath overlaying image, works fine.


Comments

Popular posts from this blog

scala - 'wrong top statement declaration' when using slick in IntelliJ -

c# - DevExpress.Wpf.Grid.InfiniteGridSizeException was unhandled -

PySide and Qt Properties: Connecting signals from Python to QML -