externalinterface
What are the options for passing variables from AS2 swf to AS3 swf on AS3 button press?
I have 2 swfs, one image l开发者_StackOverflowoader which I built a while ago and will eventually update to AS3 and a newer swf I built in AS3. I want to be able to \'pull\' a variable from the AS2 sw[详细]
2023-02-10 17:17 分类:问答externalinterface.call won't call the JavaScript function - Firefox 3.6
I have a function defined in JavaScript like so: function fadeBack() { alert(\"fadeBack called\"); }; I call that function from my Flash file like so:[详细]
2023-02-09 14:05 分类:问答ExternalInterface call crashes the browser
In Actionscript 3, I make a call to Javascript using: ExternalInterface.call(\'javascriptFunction\'); If in Javascript, there\'s an error or a blocking call, the entire browser will freeze. I can\'[详细]
2023-02-05 15:20 分类:问答AS3 ExternalInterface works in IE but not Firefox
I am trying to execute an AS3 function from my javascript using the ExternalInterface. Seems to work fine in IE, but firefox is always returning javascript error method undefined.[详细]
2023-02-03 07:46 分类:问答Problem with Flash and ExternalInterface on Windows
I\'m using SWFObject 2.2 to embed three Flash movies on a page, then using JavaScript\'s SetTimeout to try to play and pause the movies with ExternalInterface开发者_运维技巧. It\'s working in Firefox[详细]
2023-02-02 05:31 分类:问答handling NSStream events when using EASession in MonoTouch
Does anyone have an example of how to handle read and write NSStream events in Monotouch when working with accessories via EASession?[详细]
2023-01-31 13:26 分类:问答How to I pass Vector.<> from Flash with ExternalInterface
I have a custom container (C#) for the Flash ActiveX control and am passing data back and forth.Previously I would use ExternalInterface.call and pass an Array as a parameter. I would prefer to use th[详细]
2023-01-31 07:07 分类:问答Using ExternalInterface on Chrome Extensions background page possible?
Using ExternalInterface between SWF embed on background.html and background.html possible? When creationComplete, ExternalInterface.call(\"alert\", \"test\") is called, but nothing h开发者_运维问答ap[详细]
2023-01-31 05:02 分类:问答ExternalInterface call from flash to function in OOP javascript
I can\'t call a javascript function from flash, when the flash object is added within an OOP structure in javascript. In short the code:[详细]
2023-01-29 03:43 分类:问答ExternalInterface: cant't access some AS objects (movieclips) from a callback
basically, I have some functions in my as file. Some of them play with a mc instance. The inst开发者_StackOverflow中文版ance is not available when calling the function that uses it as callback. Is the[详细]
2023-01-28 03:38 分类:问答