Create Flash Random 3D Text Animation
Oct 27, 2008 Actionscript, Adobe Flash, Random

For random text animation consider following example. External AS (actionscript) files are used in this example. you can modify text as required.
Tags: Actionscript, flash, Random
Scrollbars In flash – Flash Content Scroll
Oct 26, 2008 Actionscript, Adobe Flash, Control, Utilities
This is very important when working in flash and large amount of content. Flash movies tend to be fixed in width and height usually. If we have much content based on text or images and we have to fit that all in the same flash movie then here is what content scroll in flash will help us in doing it.
Flash Mouse Effects
Oct 26, 2008 Actionscript, Adobe Flash, Control, Tips, Utilities
In this section lets play with mouse cursor in Flash. You can do the following:
- Mouse hide, show in Flash
- Mouse Trailers in Flash
- Creating Custom Mouse Pointer in Flash
Tags: Actionscript, duplicate, flash, mouse, pointer, trailers
Flash Hit Counter Using ActionScript and PHP
Oct 26, 2008 Actionscript, Adobe Flash, Counter, Flash PHP
We can create a simple hit counter using flash and PHP script which uses text file for storing hits. I have used a blank count.txt file, and php file. Create a dynamic text field in flash movie and name it count and you are done. Name the flash movie counter.swf or whatever you like.
Tags: counting, flash, hit counter, php
Swap Depth In Flash
Oct 26, 2008 Actionscript, Adobe Flash, Basics, Control, Drag, Utilities

Swap depth is changing order of movie clips. You can bring some movie clip at top level of other movie or behind it using Swap depth. Using ActionScript here is an easy example to do it.
Tags: flash, swap depth
Create Flash Slide Shows Using ActionScript – Example Downloads
Oct 26, 2008 Actionscript, Adobe Flash, Control, Slide Shows
I have two very cool examples to share with you related to slide show in flash using ActionScript which offer smooth cross fading and sliding transition animations.
Tags: Actionscript, flash, Slide Shows