Problem accessing ExternalInterface exposed method in Google Chrome
问题 My simple ActionScript I am trying to use Flash's ExternalInterface to setup a callback so that JavaScript can call a method on my Flash object. Everything works fine in Safari, Firefox and in IE, but I cannot get Chrome working. When I try the code on Chrome, I get the following error: Uncaught TypeError: Object #<an HTMLObjectElement> has no method 'setText' Here is the example HTML I am using (again, works fine in Safari, FF and IE) <html><body> <div id="mycontent"></div> <script type=