Published in: ActionScript 3
package { dynamic public class Blog extends ActiveRecord { staticInitializer(prototype.constructor); public function Blog() { } } }
You need to login to post a comment.
Essential ActionScript 3.0
The book focuses on the core language and object-oriented programming, but also adds a deep look at the centerpiece of Flash Player's new API: display programming. Enjoy hundreds of brand new pages covering exciting new language features, such as the DOM-based event architecture, E4X, and namespaces--all brimming with real-world sample code.
dan_mcweeney on 08/07/08
1 person has marked this snippet as a favorite
Published in: ActionScript 3
package { dynamic public class Blog extends ActiveRecord { staticInitializer(prototype.constructor); public function Blog() { } } }
You need to login to post a comment.