externalinterface
how to interact with an external script(program)
there is a script that expects keyboard input, i can call that script with os.system(\'./script\') in python,[详细]
2023-01-07 09:24 分类:问答FlashVars or ExternalInterface
I\'ve been using ExternalInterface up until now in the rare cases I needed to communicate with HTML.[详细]
2023-01-07 05:01 分类:问答Actionscript 3 Facebook API limitations
I\'m creating a Flash-based (AS3) Facebook Connect site using the Actionscript 3 API and though I\'ve got basic FB Connect functionality in place in terms of allowing users to login correctly, I\'m ru[详细]
2023-01-04 19:29 分类:问答How to call jQuery function from Flash
I have a problem only with IE: if I try to invoke a JS function from Flash using ExternalInterface I cannot get results if Flash is embedded inside a JQuery dialog. When I make the same thing from a n[详细]
2023-01-04 03:16 分类:问答ExternalInterface issue on loadup with FireFox
I have an issue with my ExternalInterface. The way it is currently set up is, on the page load up, a boolean is set to true in JavaScript and then checked by ActionScript constructors (using a timer)[详细]
2023-01-03 05:51 分类:问答Queue ExternalInterface calls to Flash Object in UpdatePanel - Needs Improvement?
A Flash (actually Flex) object is created on an ASP.Net page within an Update Panel using a modified version of the embedCallAC_FL_RunContent.js script so it can be written in dynamically.It is re-cre[详细]
2023-01-02 15:05 分类:问答Controlling the scope of a document.write call coming from a third party
I\'m writing a webpage that relies on an external javascript file (that I have no control of), which returns data by using document.write\'s. Is there any way to dynamically call the function 开发者_如[详细]
2023-01-02 14:11 分类:问答Throwing an error in ActionScript and catching it with JavaScript
I am using th开发者_如何学Ce ExternalInterface to communicate between Flash and JavaScript using callbacks and the call method. I would like to throw an exception in ActionScript 3.0 and catch it in J[详细]
2023-01-01 18:36 分类:问答IE popup an "object doesent support this propety o method" when using ExternalInterface.call
i\"m getting nuts in here. everytime i try to do even an ExternalInterface.call(\'alert\',\'abc\'); (which will work on every browser) i get an[详细]
2023-01-01 08:04 分类:问答How to call a FileReference.browse() from JavaScript?
I am trying to call the browse() method of the FileReference class from JavaScript (a user clicks on a text that uses the ExternalInterface to call a method in Flash).[详细]
2022-12-31 20:05 分类:问答