Top "Actionscript" questions

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

How to check if two objects are of the same type in Actionscript?

I want to do this in Actionscript: typeof(control1) != typeof(control2) to test if two objects are of the same …

actionscript typeof
How to generate an SWF file from an actionscript file?

Hi I have an actionscript file which is displaying a button. I want to remove the button from my display. …

actionscript-3 actionscript flash swfloader
Accessing an ItemRenderer in a DataGrid

I have a data grid that has a checkbox item renderer in a cloumn to allow row selections: Main application: &…

apache-flex actionscript-3 actionscript flex3
What tools do I need to develop in ActionScript (in Linux)

I've never developed Flash before but I have a project where I want to use an ActionScript 3 library and I'm …

linux actionscript ubuntu
compiling actionscript from command line using MXMLC

I have a tiny actionscript "project" consisting of two files, call them foo.as and bar.as. For reasons I …

flash actionscript-3 actionscript command-line mxmlc
Align the content of a TextField, but keep its width x height

In a card game I use a TextField in the middle to display the playing table number, but also to …

actionscript-3 flash actionscript textfield center-align
Asynchronous function call in Flex

Is it possible to call a function asynchronously in Flex? I want to parse a file at regular intervals without …

apache-flex actionscript-3 actionscript asynchronous
Check if a string is empty in action script, similar to String.Empty in .net

Is there a static property in Action similar to that in the String object in .net to check if a …

actionscript-3 apache-flex actionscript
To check if an object is empty or not

I want to check in my function if a passed argument of type object is empty or not. Sometimes it …

apache-flex actionscript-3 actionscript collections flex3
What is the best standard style for a toString implementation?

We have a lot of objects for which we like to implement a simple toString to output attributes of the …

java php javascript actionscript tostring