Create Flash Random 3D Text Animation

For random text animation consider following example. External AS (actionscript) files are used in this example. you can modify text as required.

Read the rest of this entry »

Scrollbars In flash – Flash Content Scroll

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.

Read the rest of this entry »

Flash Mouse Effects

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

Read the rest of this entry »

Flash Hit Counter Using ActionScript and 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.

Read the rest of this entry »

Swap Depth In Flash

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.

Read the rest of this entry »

Create Flash Slide Shows Using ActionScript – Example Downloads

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.

Read the rest of this entry »