As you probably already know, AIR 1.5 is now available. New features include database encryption, Flash Player 10 support, and an updated version of WebKit.

I updated my Salesbuilder sample application to leverage the AIR 1.5 capabilities. Salesbuilder 1.5 leverages the new database encryption feature to allow you to secure your local database.
The first time you start Salesbuilder, the application will generate the encrypted database on your local file system. Salesbuilder implements the key generation approach described in the section Using encryption with SQL databases in the manual Developing Adobe AIR Applications. The encryption key is based on a password provided by you and a SALT generated by the system.
You can install the new version and download the source code here.
A basic script explaining how to use the application is available here.


11 Comments
Christophe!!!!!!
Really nice to hear from you again!!! It was your
examples that convinced me that I needed to know Flex. But did not hear from you for so long that I
thought you left Adobe!!!! That would be a big blow
for the Flex community. I know you are very busy but
please once a while write few lines for the devs like me who enjoy your examples and posts!!! Best regards….
Sources???
You can install the new version and download the source code here.
Hi,
I can’t compile the source code there is an error in line-1: “unable to load SWC libs”. Thanks.
Hello again,
after a long search and try I’ve found the issue. The “libs” is treated like a file not like a folder.
Delete the ‘libs’ file and create a ‘libs’ folder. What kind of issue is?.. I’m on Vista and Flex 3.
Thanks.
Hi all
Concerning this great app, I tyring to figure out how to make the viewStack go to the next container when adding a new account and clicking the save button. Any thoughts, suggestions?
Thanks.
I can’t compile the source code there is an error in line-1: “unable to load SWC libs”.
after a long search and try I’ve found the issue.
Hello Sir,
I have problem in salesbuilder, When I execute the source code nothing is happens. it shows compile process but do not show any output window.
**I am using Flex Builder3
Hello again,
after a long search and try I’ve found the issue. The “libs” is treated like a file not like a folder.
Delete the ‘libs’ file and create a ‘libs’ folder. What kind of issue is?.. I’m on Vista and Flex 3.
Thanks.
Hi,
I can’t compile the source code there is an error in line-1: “unable to load SWC libs”. Thanks
4 Trackbacks
[...] AIR 1.5 - Para los que no han descargado aún la última versión de este potente runtime, os invito a hacerlo desde acá, ahora AIR 1.5 soporta FP10, importantes mejoras en el WebKit y la opción de encriptar bases de datos (ver el ejemplo de Coenraets). [...]
[...] Learn more and download Salesbuilder 1.5 with new AIR 1.5 Database Encryption [...]
[...] been playing with the new iLog calendar component that I plan to incorporate in the next version of Salesbuilder. In the meantime, I figured I would share this simple application that shows how to use the iLog [...]
[...] care of all the boilerplate code to set up and execute SQL statements. (See the BaseDAO class in Salesbuilder for an [...]