public class MyClass extends MovieClip { public function MyClass():void { my_mc.addEventListener(MouseEvent.CLICK, action);
i have saved my background as a swf file. [Embed(source=\"Back.swf\")] private var SomeClass:Class; Now inside the main class i added
I have a general Flash question. I have got 2 .SWF wrappers (Playbook and Android,that work perfectly) that takes any .SWF file and wraps it up as an application. I\'m hoping to make 1 application and
i\'ve been making an app for android in java, but i\'m curious about convering to actionscript so that i could use flash builder to port my app onto BB and iOS too
I\'m trying to grasp the best approach to saving (serializing) and restoring (deserializing) a DOM selection or range. There is a post here on stringifying a range object, but it frankly doesn\'t real
I\'d like to crossfade two AudioElements inside a SerialElement but I don\'t know where to start. Any cl开发者_StackOverflow社区ue?So far I\'ve found that the only way is to put them in a parallel ele
I use this script currently to determine the difference between two dates: // Slide开发者_如何转开发_Tracker[?].date_int are results from the built in function getTime()
I created a box in paint and loaded it onto sprite using [Embed(source=\"Colbox.png\")] var Colbox:Class;
I use the following code to set position of a DisplayObject to center. obj.x = (screen_width - obj.width) / 2;
I need to be able to compare the number of whole days between two dates in ActionScript, is this possible?