Top "Actionscript" questions

ActionScript is a scripting language used to create Rich Internet Applications (RIA), mobiles applications, web applications, etc.

For VS Foreach on Array performance (in AS3/Flex)

Which one is faster? Why? var messages:Array = [.....] // 1 - for var len:int = messages.length; for (var i:int = 0; i &…

performance flash actionscript-3 apache-flex actionscript
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
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
Flex: Text Input that accepts number only

Need a code that only accepts numbers. Upon inputting, the code must check if it is number, if not, it …

apache-flex actionscript textinput
Flex 3 - how to support HTTP Authentication URLRequest?

I have a Flex file upload script that uses URLRequest to upload files to a server. I want to add …

apache-flex actionscript base64 http-authentication urlrequest
AS3: Checking if a variable is of the Object type

I want to do something like this in Actionscript 3: if(variable is Object) ...; else ...; Where variable could be a String(), …

actionscript-3 actionscript
Is it possible to do a traceroute in the browser?

I'm looking for a way to do a traceroute client-side, i.e. in a browser. As far as I know, …

java javascript actionscript client-side traceroute
how to find specific xml data by attribute name/value in flex / actionscript

From some xml I want to find items that have a specific attribute and value. Here is example xml: <…

xml apache-flex search actionscript