Top "Actionscript" questions

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

how do i add project references to swcs in FlashDevelop

I am trying to add a project reference or swc to papervision in FlashDevelop but intellisense isn't picking it up. …

apache-flex flash actionscript-3 actionscript flashdevelop
How can I fill an actionscript 3 polygon with a solid color?

I'm building a map editor for a project and need to draw a hexagon and fill it with a solid …

actionscript polygon fill shape uicomponents
Can't set "Content-Type" for URLRequest in as3

I'm trying to set Content-Type for URLRequest headers to "application/json". Here is the code: var request:URLRequest = new URLRequest("…

actionscript-3 json actionscript content-type urlrequest
Most useful ActionScript packages / libraries

What are some useful plug-ins, packages or source-code for ActionScript? Please include ActionScript version, name, link and description.

flash actionscript plugins packages
Why does Facebook Actionscript API init() not work?

I am calling com.facebook.graph.Facebook.init(APP_ID, loginHandler); to log in to facebook using the actionscript api (…

apache-flex facebook actionscript facebook-graph-api facebook-actionscript-api
toggle play/pause button

Im new to this flash and I am using as2 for the action script I wanted to know if there …

flash actionscript actionscript-2 flash-cs3
UDP real-time games in Flash/Flex available Open source RTMFP implementation

Are there any examples of using the Flash 10 beta RTMFP UDP based protocol to build real-time Flash games. The RTMFP …

networking actionscript udp amf
How do I allow smoothing in externally loaded images?

In Flash, I can go into the properties of an image in the library and check 'allow smoothing' to enable …

flash actionscript actionscript-2
Convert Vector.<SomeType> to Array?

Unfortunately in Actionscript, it seems like support for the Vector class isn't fully there yet. There are some scenarios where …

arrays apache-flex actionscript vector arraycollection
why overloading not support in Actionscript?

Action script is developed based on object oriented programming but why does it not support function overloading? Does Flex support …

actionscript-3 actionscript flex3