google-code-export / swfobject

Automatically exported from code.google.com/p/swfobject
1 stars 1 forks source link

wmode=transparent won't bind to ExternalInterface in Windows non-IE browsers #516

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Have a SWF which makes an ExternalInterface call
2. Embed it on Windows in FF, Safari or Chrome
3. The ExternalInterface call will never reach its JS function recipient

What is the expected output? What do you see instead?
One would expect the browser to bind the ExternalInterface engine properly when 
it embeds the object into the DOM. Instead, it looks as if ExternalInterface 
calls are just lost in a void

What version of the product are you using? On what operating system?
SWFObject 2.2
Windows, non-IE browser

Please provide any additional information below.

Original issue reported on code.google.com by melih.onvural@gmail.com on 10 Nov 2010 at 8:07

GoogleCodeExporter commented 9 years ago
I've just double-checked in IE6, Firefox 3.6, Google Chrome 7 (all on Win XP) 
and everything works as expected.  You've most likely encountered an 
implementation issue. Please post to the SWFObject Google Group for assistance, 
there are many folks there who will be happy to help you. 
http://groups.google.com/group/swfobject/

Original comment by platelu...@gmail.com on 11 Nov 2010 at 12:03

GoogleCodeExporter commented 9 years ago
Confirmed as much. Apologize for the bug. I didn't do a good job isolating 
between SWFObject and an application with which I was working.

Thanks.

Original comment by melih.onvural@gmail.com on 11 Nov 2010 at 2:55

GoogleCodeExporter commented 9 years ago
No problem, glad you have it resolved

Original comment by platelu...@gmail.com on 11 Nov 2010 at 3:22