by on January 23rd, 2009

Now using javascript we can use any font in web page by using techniques such as Typeface and Facelift Image Replacement (or FLIR) or sIFR. sIFR needs flash while others do not. sIFR is for smoothness look of fonts. Instead of creating images or using flash just to show your site’s graphic text in the [...]

{ continue reading }

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 }

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 }

Here is a method to search Google from flash. AdSense users can also use this script.

{ continue reading }

by on October 26th, 2008

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.

{ 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 25th, 2008

Following example will show you how to create date and time function in flash. Read tutorial and download example. Create a dynamic text field named as Mytime or whatever you like. Create a movie clip outside of movie area (canvas), and write the following script on that and you are done.

{ continue reading }