I am opening a new browser window using the following command:
ExternalInterface.call("open", "testcase.html", "_blank");Is it possible to call a function in Flex from testcase.html? Thanks
I am opening a new browser window using the following command:
ExternalInterface.call("open", "testcase.html", "_blank");Is it possible to call a function in Flex from testcase.html? Thanks