Top "Actionscript-3" questions

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

What is the best way to get the minimum or maximum value from an Array of numbers?

Let's say I have an Array of numbers: [2,3,3,4,2,2,5,6,7,2] What is the best way to find the minimum or maximum value …

algorithm actionscript-3 apache-flex actionscript complexity-theory
Difference between e.target and e.currentTarget

I don't understand the difference, they both seem the same but I guess they are not. Any examples of when …

actionscript-3 events event-handling
Call AngularJS from legacy code

I'm using AngularJS to build HTML controls that interact with a legacy Flex application. All callbacks from the Flex app …

javascript actionscript-3 externalinterface angularjs
How to create and use nonces

I am running a website, and there is a scoring system that gives you points for the number of times …

php actionscript-3 cryptography nonce
Does PNG contain EXIF data like JPG?

I was wondering if PNG contains data like the following? What I did was to convert the jpg file to …

actionscript-3 png jpeg exif
How to create exit button in Flash application

I'm creating a Flash Application that will be exported in exe format and it's not going to run in browser. …

actionscript-3 flash-cs5
How can I get list of properties in an object in Actionscript?

I have a dataprovider and a filterfunction for my array that's assigned to my dataprovider. How can I get a …

actionscript-3 flex3 filterfunction
Calculate Bounding box coordinates from a rotated rectangle

I have the coordinates of the top left point of a rectangle as well as its width, height and rotation …

actionscript-3 math geometry rotation bounding-box
Getting unix timestamp in milliseconds in PHP5 and Actionscript3

In Actionscript, the Unix timestamp in milliseconds is obtainable like this: public static function getTimeStamp():uint { var now:Date = new …

php actionscript-3 unix timestamp
How to convert bytearray to image or image to bytearray ?

How to assign bytearray value to panel background image. If anybody have idea or experiance plz help me to overcome …

actionscript-3 apache-flex flex3