- Home
- Articles
- Product Reviews
- Creating custom controls with SPAS 3.0
Creating custom controls with SPAS 3.0
By Pascal ECHEMANN
|
Published January 27, 2009
|
Product Reviews , Intermediate , Flash , Tutorials
|
Unrated

1. Introduction
Pascal ECHEMANN
I'm an ActionScript developer in the French Riviera.I've created the Swing Package for ActionScript 3.0 (SPAS 3.0) which helps Flash developers to easily create RIAs with the Flash Platform and both Flash and Flex:
http://www.flashapi.org/ View all articles by Pascal ECHEMANN
In this tutorial we will discover the base API that you must implement to create controls. We won't see how to implement the look and feel process, this will be addressed in a future tutorial.
The code in this tutorial is based upon SPAS 3.0 alpha 1.1 release.
We assume that you are familiar with external files programming and that you already have downloaded SPAS 3.0.
You can download SPAS 3.0 alpha 1.1 release at http://www.flashapi.org/

