Top "Actionscript-2" questions

ActionScript 2.0 is a scripting language used by the Adobe Flash software, introduced in Flash MX 2004.

on(release) {...} or myButton.onRelease = function() {...} - action script 2 issues

I am having real confusion with some flash banners I'm creating and making the button into a clickable object which …

actionscript-2
Cross Domain ExternalInterface "Error calling method on NPObject"

I am trying to enable communication between Javascript and Flash via ExternalInterface across domains. The Javascript works great when it …

javascript flash actionscript-2 externalinterface
Flash AS3 Global Variables?

HI i have a main class //main.as package { public class main { public var testGlobal:string = "testValue"; } } //pop.as package { …

flash actionscript-3 actionscript actionscript-2
Getting started with text input and dynamic text fields with ActionScript 2.0 or 3.0

I 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 textinput
what is dispatchEvent in Flash AS3?

Hi 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-2
Test if an object is defined in ActionScript

In ActionScript, how can you test if an object is defined, that is, not null?

actionscript-3 actionscript actionscript-2
What is the best way to stop people hacking the PHP-based highscore table of a Flash game

I'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-2
Load AS2 SWF Into AS3 SWF and pass vars in URL

I'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 params
Flash AS2.0 and JavaScript/jQuery (ExternalInterface) Communication

Im 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