ActionScript is a scripting language used to create Rich Internet Applications (RIA), mobiles applications, web applications, etc.
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 actionscriptHI i have a main class //main.as package { public class main { public var testGlobal:string = "testValue"; } } //pop.as package { …
flash actionscript-3 actionscript actionscript-2Hi 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-2Need a code that only accepts numbers. Upon inputting, the code must check if it is number, if not, it …
apache-flex actionscript textinputI 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 urlrequestI want to do something like this in Actionscript 3: if(variable is Object) ...; else ...; Where variable could be a String(), …
actionscript-3 actionscriptI'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 tracerouteWhat are the main differences between the versions?
actionscript-3 actionscript actionscript-2From some xml I want to find items that have a specific attribute and value. Here is example xml: <…
xml apache-flex search actionscript