Archive

Posts Tagged ‘AS 3.0’

Create category/subcategory uniformed listing

May 25th, 2009

This will show how you can create a category uniformed list with subcategories as checkboxes using 2 arrayCollections, a category and a subcategory. This makes use of layered repeaters.
Read more…

Flex 3 , ,

Popup a TitleWindow inside your application

February 11th, 2009

Show you how to call a TitleWindow in actionscript.

Read more…

Flex, Flex 3 , , ,

Send Data to a ColdFusion CFC in Flex 3 using actionscript 3.0

January 15th, 2009

This will show you how to send data to a ColdFusion cfc using actionscript 3.0.
Read more…

ColdFusion, Flex, Flex 3 ,

Call a function in Flex from Flash at a specific frame

December 21st, 2008

There is a well known undocumented MovieClip method called addFrameScript in AS3 that is helpful when creating flash components for flex using Flash CS3 or higher.

Read more…

Flash, Flex 3 , ,

Create a basic function in Flex 3 using Actionscript 3.0

December 19th, 2008

An explaination of a function and how it works in Actionscript 3.0.

Read more…

Flex 3 ,