Top "Actionscript-3" questions

ActionScript 3 (AS3) is the open source object oriented programming (OOP) language of the Adobe Flash and AIR Platforms.

Change stage background color in AS3?

I am using pure AS3 to build my project. I was wondering if there are anyways to change the stage …

flash actionscript-3 background-color
Understanding Array::splice in ActionScript 3

I am trying to remove an object from an array, but for some reason it's not working. I am under …

flash actionscript-3 actionscript flash-cs4
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
Getters/setters in Java

I'm new to Java, but have some OOP experience with ActionScript 3, so I'm trying to migrate relying on stuff I …

java actionscript-3 setter getter accessor
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
Regex to check if first 2 characters in a string are Alphabets

I'm new to actionscript and i cant seem to get the regex syntax right in actionscript3. The task is straight …

regex flash apache-flex actionscript-3
Getting started with text input and dynamic text fields with ActionScript 2.0 or 3.0

I know this is a simple question, but I haven't worked much with ActionScript... I know how to create a …

flash actionscript-3 actionscript-2 textinput
Dynamic stageWidth and Height in Flash AS3

This seems like it would be a really easy thing to do, but its been giving me all kinds of …

flash actionscript-3 web-applications stage
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
How to resize dynamically loaded image into flash (as3)

Am struggling to find the right as3 code to resize an image once it is dynamically called into the stage …

actionscript-3 flash-cs4 image-scaling image-resizing