Top "Actionscript" questions

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

How do I get from an instance of a class to a Class object in ActionScript 3?

How do you get an instance of the actionscript class Class from an instance of that class? In Python, this …

apache-flex flash actionscript-3 actionscript
Cleanly merge two arrays in ActionScript (3.0)?

What's a nice way to merge two sorted arrays in ActionScript (specifically ActionScript 3.0)? The resulting array should be sorted and …

actionscript-3 arrays actionscript merge
Add days to Date in ActionScript

We have an application in which the user has to enter a date who's value is no more than 30 days …

actionscript-3 actionscript
bring object to front flash actionscript 3

I have a menu set up that has about 20 menu items in a circle. When you mouse over each item, …

actionscript-3 actionscript
Get size of ActionScript 3 Dictionary

var d:Dictionary = new Dictionary(); d["a"] = "b"; d["b"] = "z"; How to get the length/size of the dictionary (…

flash actionscript-3 actionscript dictionary hashtable
Best way to remove all elements from an ActionScript Array?

I'm writing an application in Flex / ActionScript and have a number of class member variables of type Array storing data. …

apache-flex actionscript-3 actionscript
ArgumentError: Error #2015: Invalid BitmapData

I am having problems loading a bitmapData. I am getting the following error Engine Init //trace loadimage//trace ArgumentError: Error #2015: …

flash actionscript-3 actionscript flash-cs4
How do I access cookies within Flash?

I'm looking to grab cookie values for the same domain within a Flash movie. Is this possible? Let's see I …

flash actionscript cookies
How do I access a movieClip on the stage using as3 class?

public class MyClass extends MovieClip { public function MyClass():void { my_mc.addEventListener(MouseEvent.CLICK, action); } private function action(e:MouseEvent):…

actionscript-3 actionscript flash-cs3
Flex Date() constructor is mis-converting Unix time stamps argh

This is seriously killing me. I'm trying to convert a Unix timestamp (1236268800, which equates to Thu, 05 Mar 2009 16:00:00 GMT) to a …

apache-flex actionscript-3 actionscript flex3 timestamp