Posts marked with “actionscript”

Callbacks in ActionScript

by · June 7, 2010

4
 

What do you do when component A needs to update itself only after component B completes an asynchronous task. In Flex, it is pretty easy to solve this problem using a simple concept called Callbacks.

 

How I learned to stop worrying and love the wizard – Part 2

by · May 11, 2010

1
 

In part 1 of this article, I showed you how to create a data service using the new Data Service Wizard. While the solution is not ideal for all situations, it is helpful to use when you have the PHP classes already built or use their Sample Class feature for fast prototyping. (Emphasis on the word prototype)