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
I have a function defined in JavaScript like so: function fadeBack() { alert(\"fadeBack called\"); }; I call that function from my Flash file like so:
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\'
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.
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
Does anyone have an example of how to handle read and write NSStream events in Monotouch when working with accessories via EASession?
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
Using ExternalInterface between SWF embed on background.html and background.html possible? When creationComplete, ExternalInterface.call(\"alert\", \"test\") is called, but nothing h开发者_运维问答ap
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:
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