How can I have HTML5 FileApi Support in Flex?
问题 I need Flex code to support HTML5 File API. Because I need to support File API feature for those browsers that did not support File API. Do you have any code or link? Thanks in advance... 回答1: I a few things to say. First most of the Flash File API is AIR only, so will not work in a browser based application. FileReference will work in a browser app, but depends on what you're trying to do explicitly. To communicate between JavaScript and ActionScript; you can use ExternalInterface. You can