work in flash base company, Have a experience in Flex and ActionScript programming, Flash, Adobe AIR and love to do programming in ActionScript 3.0
Create an Adobe AIR Application in Flash
Now this application give you a quick, hands-on tutorial on how to create adobe AIR application using Flash CS3. it teaches you how to create and package a simaple Hello Adobe AIR application using Adobe Flash CS3 Professional.
Create the Hello Adobe AIR application in flash.
To test the Hello Adobe AIR application
Press Ctrl + Enter or select Control ->Test Movie to test the application with the AIR runtime.
To use the Debug Movie feature, you must add ActionScript code to the application. You can try it quickly by adding a trace statement like the following:
[as]trace("Running AIR application using Debug Movie");[/as]
Press Ctrl + Shift + Enter, or select Control->Debug Movie to run the application with Debug Movie.
Select the Commands > AIR - Applications and Installer Settings menu item to open the AIR - Application & Installer Settings dialog .
Click the Select Icon Images button and open the Icon Images dialog. You will see the Adobe custom icons here and you should notice the custom icon settings. You will also see the icons for your application here when you install your application's AIR file. The icons are not needed for this application so you can close this dialog when you're finished.
Sign the Adobe AIR package with a self-signed digital certificate:
To create the application and installer file, click the Publish button in the Application and Installer Settings dialog. Note that you must execute Test Movie or Debug Movie to create the SWF and application.xml files before creating the AIR file.
To install the application, double click the AIR file in the same folder where you saved your application.
Click the Install button in the Application Install dialog.
Review the Installation Preferences and Location settings and make sure that the 'Start application after installation' checkbox is checked. Then click Continue.
Click Finish when the Installation Completed message appears.