ActionScript is a scripting language used to create Rich Internet Applications (RIA), mobiles applications, web applications, etc.
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-cs5Actionscript 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 blazedsWhat WebSockets add to raw TCP connection? Why should I use WebSockets? I'd like to hear cons and pros like: …
flash sockets html actionscript websocketWhat data type do I use in flex (flash builder) to create a "double" or "float" data type. I need …
apache-flex flash actionscript adobeI'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 intThere is an .fla file that has a sound wave in it's library. However I do not have this sound …
flash actionscript-3 actionscript[Bindable] /** * Display output of video device. */ public var videoLocal : Video; Anyone knows?
actionscripthas anyone ever tried to get the list of all the movieclips (even the nested ones) that are on Stage …
flash list actionscript movieclipIs it possible to change the stage's background through actionscript? How do I do it? (Code please.)
flash actionscript-3 actionscript flash-cs5How can I create a dynamic object from a string? Here is my current code with incorrect results: var s1:…
flash actionscript-3 actionscript