Hi everyone, a couple days ago Mr. Lee Brimelow released a new video tutorial, for me one of most interesting: The first video tutorial with flash cs5 and iphone.
In this tutorial you will see the new iphone compilation featured integrated in this new version of flash. Is very incredible see how Lee Brimelow develop an application from scratch, after that compile it and the end of the video show you how to install and test in your iphone or ipod touch.
Enjoy this excellent video tutorial and prepare you for develop games or application.
1. Building Adobe Air Applications with Flash CS3 by Lee Brimelow
This is my favorite author Lee Brimelow, in this tutorial shows you how to start an AIR application in Flash CS3. He also shows how to take an existing Flash project and turn it into an AIR application. Don’t miss it this great tutorial.
2. Converting a Flash Project to AIR by Paul Burnett
This is a Flash Tutorial by Paul Burnett who have the “Flash Downunder” show in Adobe Tv. In this episode he walks you through the process of converting a project in Flash Professional CS4 into an Adobe AIR application.
3. Designing an Flash AIR application
In this episode of the the new season Paul Burnett shows you how to design a flash Air application from scratch.
4. Exporting Flash projects to Adobe AIR
This tutorial by Dan Carr an ActionScript developer, shows you how easy it is to work with AIR and Flash. He show you the file structure of an ActionScript 3 Flash sample movie and learn how to export it to an AIR application.
5. Importing video to your Flash AIR application
Learn how to add video to your Flash and Adobe AIR projects. In this Flash Professional CS4 tutorial, we continue building out an AIR application as Paul Burnett shows you how to super-charge your projects with video.
6. Flash CS3 AIR publishing options
In this tutorial we will watch the various publishing optionsand features in Flash CS3 including the latest plug-in for Adobe AIR.
7. Using motion tweens in your Flash AIR application
With this tutorial with Flash Professional CS4 Paul Burnett spices up his Adobe AIR app by adding some animation using motion tweens. Watch and learn how he does it in this.
8. Programming actions for a button in Flash AIR
Explore the joys of coding in this Adobe Flash Professional CS4 tutorial. Paul Burnett shows you that it’s nothing to be afraid of as he teaches you how to add action script to the buttons in this AIR application.
9. Explore some AIR examples
See some awesome examples of Adobe AIR applications develop and designed by the Airey Fairy himself Mr. Paul Burnett.
10. How to create a custom chrome window style for your flash AIR app
Excellent tutorial by Lee Brimelow who shows you how to create customized chrome for Adobe AIR apps with Flash CS3. Wipe out the default settings, add your own style or graphics, and design a fantastic look and feel.
As an envato member is a proud announce again that today my new tutorial “Create Your Own Adobe AIR Application with Flash” was publish in a recognized flash web site.
This tutorial is very detailed and explain how to create a simple adobe air flash application in this case a twiiter reader updates, it will see where to download the extensions and files necessary for develop the application. Also it will explain how to create a package installation for run in any operating system like windows and macintosh.
The Tween Class allows you to specify the compatible display object and property you wish to tween, the precreated easing function that will affect the property change, the beginning and finishing values of the property, the duration of the tween and f inally whether to use seconds or frames when evaluating the tween’s duration. Check this class’s constructor:
The following example creates a ball movieclip, places it at point x:100 y:100, and then creates the tween. It alters the x coordinate of the mclip using an elastic easing. It begins at position 100 and finishes at 400, and it takes 3 seconds to complete the tween, the last parameter true indicates useSeconds.