Archive

Posts Tagged ‘AS 3.2’

Error #2044: Unhandled IOErrorEvent:. text=Error #2038: File I/O Error.

May 16th, 2009

I have been getting the error ‘Error #2044: Unhandled IOErrorEvent:. text=Error #2038: File I/O Error.‘ when uploading my images for a while without any luck of what was causing my issues. Then after building a new module for a flex project I am currently working on, I finally made a breakthrough.

Read more…

ColdFusion, Flex 3 , , , ,

Dynamic icons in AdvancedDataGrid

February 11th, 2009

This shows how you can display different icons in a DataGrid/AdvancedDataGrid based on values in the data provider.

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 ,