Top "Actionscript" questions

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

ActionScript3: Changing button text

I have a button instance named Button that I have in my movie, this instance has a Dynamic Text object …

actionscript-3 actionscript button flash-cs5
How does [RemoteClass] work in Flex Actionscript can I use it for custom data-binding?

Actionscript supports a [RemoteClass] metadata tag that is used in BlazeDS to provide data-binding hints for marshalling AMF binary objects …

apache-flex data-binding actionscript remoting blazeds
WebSockets vs raw TCP sockets in Flash

What WebSockets add to raw TCP connection? Why should I use WebSockets? I'd like to hear cons and pros like: …

flash sockets html actionscript websocket
Double or float data type in Flex?

What data type do I use in flex (flash builder) to create a "double" or "float" data type. I need …

apache-flex flash actionscript adobe
AS3: declaring an "undefined" parameter for int, uint or Number

I'd like to implement the following logic: function setMyValue (myVar:int = undefined):void { if (myVar == undefined) { /* Generate a value for …

actionscript-3 actionscript function parameters int
extract sound from a fla

There is an .fla file that has a sound wave in it's library. However I do not have this sound …

flash actionscript-3 actionscript
What does [Bindable] mean in actionscript?

[Bindable] /** * Display output of video device. */ public var videoLocal : Video; Anyone knows?

actionscript
ActionScript 2, list of nested movieclips

has anyone ever tried to get the list of all the movieclips (even the nested ones) that are on Stage …

flash list actionscript movieclip
Use code to change background color in AS3?

Is it possible to change the stage's background through actionscript? How do I do it? (Code please.)

flash actionscript-3 actionscript flash-cs5
How to create an object form a string in actionscript 3.0 (as3)

How can I create a dynamic object from a string? Here is my current code with incorrect results: var s1:…

flash actionscript-3 actionscript