externalinterface
Is there a way to call a Javascript class method from ExternalInterface?
I can call JS functions with ExternalInterface.call(\'func_name\',.args). OK But what if I would like to call a js class instance method instead?[详细]
2023-01-28 03:02 分类:问答How to expose the JavaScript interface for an embedded Flash object?
JavaScript and the Flash Player can exchange data via Flash\'s ExternalInterface mechanism: you register ActionScript functions that you would like to be able to be called from JavaScript.[详细]
2023-01-27 23:20 分类:问答Why would an swf break when changing its export version from Flash 6 to 7?
I need to make a small modification to an existing Flash library (Fusion Charts Free) written in AS1 with Flash 6 as its publish version.My change uses ExternalInterface, which requires Flash 8, so I[详细]
2023-01-26 02:59 分类:问答jQuery(this) and ExternalInterface
Hey Guys, I\'ve got ExternalInterface to call a javascript function. But how can I now use jQuery to target the .swf that called the function?[详细]
2023-01-25 10:16 分类:问答workaround for Flash 10 clipboard restriction
Is there a workaround for the Flash 10 clipboard restriction that will only activate the clipboard if interacting with the flash movie? More info here: http://www.adobe.com/devnet/flashplayer/art开发者[详细]
2023-01-22 10:52 分类:问答Bluetooth human device interface for reading digital input channels
An idea is to make Win Mobile phone become super alarm for car. Now I am searching for devices simalr to Velleman interface board, but I need device which[详细]
2023-01-20 01:46 分类:问答Flex 4 listen for JavaScript
I am currently using ExternalInterface to call JS functions from Flex. Is it possible to do the same the other way around: have Flex execute a function when a certain trigger i开发者_开发知识库s exec[详细]
2023-01-19 14:31 分类:问答How can I add a zoom feature to my existing Flash application?
I have a Flash application with one scene, three frames and a bunch of ActionScript code to provide a number of ExternalInterface hooks. The three frames contain a single Input Text box which, as the[详细]
2023-01-18 02:37 分类:问答Pass a callback in ExternalInterface
I want to call a Javascript function from Flash, which I can do with ExternalInterface, but the Javascript function takes a callback. Is there a way to give it a Flash callback?[详细]
2023-01-17 13:31 分类:问答How to implement this pluggable mechanism in C# and java?
Let\'s say I have three object A, B, C. B is the implementation of following interface: interface D { event EventHandler<OrderEventArgs> OrderCreated;[详细]
2023-01-15 07:32 分类:问答