by on November 2nd, 2008

We will cover following essentials of javascript in this area. TOOLTIPS – Moving Tooltips – Hint Tooltip – Fade in out Tooltip – Regular Tooltip DATE & TIME – Regular Time & Date Full Script (Live) – Date Script (Month, Date, Year) – Time Script (Time(Hour,minutes,second), AM:PM) – Live Rotation – Image Rotation (Page Reload [...]

{ continue reading }

This animation can be used to create water bubbles probably as it is random and its like bubbles are creating and growing and then disappearing.

{ continue reading }

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

{ continue reading }

by on October 26th, 2008

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

{ continue reading }

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.

{ continue reading }

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.

{ continue reading }

Drag-able content is flash looks very sexy. Suppose you created a movie clip that had all the sound controls in it. You can enable it to drag freely across the main movie or within fixed parameters. I used it once at sound control panel. I had to create a movie clip that is able to [...]

{ continue reading }

by on October 26th, 2008

What is the point of counting in flash? Well if there is any point, then You can make count downs or count ups and then trigger some action on its completion. Following tutorials will guide you about how to create counters in flash using ActionScript.

{ continue reading }

by on October 26th, 2008

When you have got a movie and you want to navigate it frame by frame then this script is handy. You can write frame number to jump at that frame. Add stop button on starting frame. Create new frames and add relevant contents on them. Create an input text and name it (assign variable) goto [...]

{ continue reading }