ActionScript is a scripting language used to create Rich Internet Applications (RIA), mobiles applications, web applications, etc.
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 actionscriptWhat'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 mergeWe have an application in which the user has to enter a date who's value is no more than 30 days …
actionscript-3 actionscriptI have a menu set up that has about 20 menu items in a circle. When you mouse over each item, …
actionscript-3 actionscriptvar d:Dictionary = new Dictionary(); d["a"] = "b"; d["b"] = "z"; How to get the length/size of the dictionary (…
flash actionscript-3 actionscript dictionary hashtableI'm writing an application in Flex / ActionScript and have a number of class member variables of type Array storing data. …
apache-flex actionscript-3 actionscriptI 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-cs4I'm looking to grab cookie values for the same domain within a Flash movie. Is this possible? Let's see I …
flash actionscript cookiespublic class MyClass extends MovieClip { public function MyClass():void { my_mc.addEventListener(MouseEvent.CLICK, action); } private function action(e:MouseEvent):…
actionscript-3 actionscript flash-cs3This 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