Event not bubbling in some Browsers when clicked on Flash

后端 未结 4 794
天命终不由人
天命终不由人 2020-12-11 17:48

Environment: Windows 7, Internet Explorer 8, Flash ActiveX 10.1.53.64, wmode=transparent

Just wrote a small test page that you can load in IE and Firefox or any othe

4条回答
  •  庸人自扰
    2020-12-11 18:11

    My solution to this problem was to position the flash object absolute and place a equally sized span element over it which catches the mouse click.

    
    
              
              
              
              
              
    
    

    Without the (transparent) background image of the overlay this wouldn't work though.

提交回复
热议问题