ActionScript 2.0 is a scripting language used by the Adobe Flash software, introduced in Flash MX 2004.
I am having real confusion with some flash banners I'm creating and making the button into a clickable object which …
actionscript-2I am trying to enable communication between Javascript and Flash via ExternalInterface across domains. The Javascript works great when it …
javascript flash actionscript-2 externalinterfaceHI i have a main class //main.as package { public class main { public var testGlobal:string = "testValue"; } } //pop.as package { …
flash actionscript-3 actionscript actionscript-2I know this is a simple question, but I haven't worked much with ActionScript... I know how to create a …
flash actionscript-3 actionscript-2 textinputHi all i want to know what is dispatchEvent in AS3. I didn't get any idea while Googling it. :( So …
flash actionscript-3 actionscript actionscript-2In ActionScript, how can you test if an object is defined, that is, not null?
actionscript-3 actionscript actionscript-2What are the main differences between the versions?
actionscript-3 actionscript actionscript-2I'm talking about an action game with no upper score limit and no way to verify the score on the …
php actionscript-3 security actionscript actionscript-2I've got an AS3 SWF that I'm going to be loading other SWFs into. These child SWFs all take a …
actionscript-3 url actionscript-2 paramsIm trying to use JS to send data to my Flash AS2.0 music player with ExternalInterface, except there are no …
javascript flash actionscript-2 externalinterface