资 源 简 介
This is an easy and powerfull class that allows you to convert asynchronous ActionScript 3 AS3 to a Synchronous. it can be usead in Flash Flex and Adobe AIR.
The buggest advantage of this class, is that you can understand any asynchronous code as a linear code, you can wait while an event is processing for example on a sql database query.
This class uses singleton, you can use the same instance in all your modules and classes, and you can create and use variables in executing time and share in all your codes like a global variable.
Now is a reality, you can use synchronous programming in actionscript.