rsrini7 / flexmonkey

Automatically exported from code.google.com/p/flexmonkey
0 stars 0 forks source link

ExternalInterface is not available in this container #18

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run a Flex 3 project in FlexMonkeyLauncher with calls ExternalInterface 
methods.

What is the expected output? What do you see instead?

Expected: FlexMonkey supports the ExternalInterface (or at least doesn't 
crash on it, so I can record & execute tests that don't use the 
ExternalInterface)

Error:

Error: Error #2067: The ExternalInterface is not available in this 
container. ExternalInterface requires Internet Explorer ActiveX, Firefox, 
Mozilla 1.7.5 and greater, or other browsers that support NPRuntime.

What version of the product are you using? On what operating system?

0.6a on Windows XP

Please provide any additional information below.

I would expect FlexMonkey to implement the ExternalInterface, or ignore 
calls to it if the first is too difficult.

Original issue reported on code.google.com by wbervo...@gmail.com on 21 Jan 2009 at 1:15

GoogleCodeExporter commented 9 years ago
You can workaround this issue by using the ExternalInterface.isAvailable() 
method. As 
not all containers need to implement this interface it's a best practice.

Original comment by wbervo...@gmail.com on 9 Feb 2009 at 12:23

GoogleCodeExporter commented 9 years ago

Original comment by mark.c...@gorillalogic.com on 24 Feb 2009 at 4:02

GoogleCodeExporter commented 9 years ago
Retiring 0.x issues

Original comment by eric.owe...@gtempaccount.com on 16 Jul 2009 at 12:51