When building applications in Flash you sometimes find yourself running into problems that are very Flash-specific and unpredictable, in that you probably didn’t see the problem coming when you started the project. This tutorial shows you how to resolve it
The Tween class is used to create smooth animations using ActionScript by providing us with various controls for changing the value of any object properties over a period of time or frames.
Flash video tutorials
A huge rande of tutorials for actionscript.
Wide range of flash tutorials
range of flash tutorials
Great range of flash tutorials
This tutorial is more than just a tutorial on how to achieve a specific effect in Flash. Rather, it is intended to introduce you to a broader topic. Specifically, you'll learn how to alter the properties of a movie clip dynamically according to where your mouse cursor is on the stage. You'll create a movie clip that fades away as the user moves his cursor to the left side of the stage and then fades back into view as you move your mouse back to the right.
Lots of free flash video tutorials
* Capture images from a video * Show this screenshots, applying different filters (DropShadowFilter, BlurFilter and ColorMatrixFilter) * Pass the source screenshot (without the filter) to a PHP file that converts to a jpg image With the new BitmapData class this is not a difficult task at all. We begin importing necessary classes