Archive for the ‘ActionScript’ Category

Apache Flex Installer with SDK 4.9.1

Posted on: April 18th, 2013 | No Comments

Apache Flex icon

The Apache Flex foundation has released an updated installer which includes the Flex 4.9.1 framework. You can download / install from the link below, they’ve made it super easy to get started with.

http://flex.apache.org/installer.html

Flex team posts details of a changed plan of direction.

Posted on: November 11th, 2011 |

Adobe Flex iconAdobe Flash Builder icon

Deepa and Andrew have posted more details on the direction Adobe plans to take Flex and Flash Builder, you can read the details here.

Make multiple calls from an event

Posted on: June 11th, 2011 |

Adobe Flex icon

Adobe Flex quicktip

You can call more than one function or method during an event by seperating them with a ‘;’.

For example you could make multiple calls in a creation complete event like so

creationComplete="methodA(); methodB(); functionC()"

iOS features in Adobe AIR 2.6

Posted on: March 23rd, 2011 |

Adobe AIR icon

Christian Cantrell has posted some details on AIR 2.6 iOS features, worth reading if you are looking into iOS development using the Flash platform. Adobe is doing a good job at trying to catch up the iOS feature set of AIR to match the Android features after Apple changed their rules and allowed 3rd party application development again for the iOS platform.

Read the details here.