Featured FLA
» Author: Bugra Ozden
» Title: Skatalog v9 - product catalog
» Description: Create your product catalog easly and publish on your website or Create your image gallery, documents list, portfolio. Fully XML Driven
» More by Bugra Ozden
Featured Site
» Posted in the Flash Kit Links section
» Title: Creative DW Image Show PRO
» Description: Creative DW Image Show PRO is a Dreamweaver extension which enables the user to create multimedia presentations. It combines the features of the popular Creative DW Image Show with the ability to add professional text effects to slides (similar to After Effects). The product is very customizable: the user can choose the duration of the transition effects, the slide motion start and end position, zoom and panning type for both images and texts.
Now
add three text boxes (or however many you want, I’ll cover this later).
Name
your first layer ‘toptext’.
Add
a new layer and name it ‘bottomtext’, now move this layer below
the layer ‘toptext’.
Copy
the textboxes from step 2 into this layer.
Move
these text boxes down and to the left by one pixel (you can do this using
the arrow keys).
Now
make the text box text on the layer ‘bottomtext’ lighter than
the textbox text in the ‘toptext’ layer.
Insert
a new movieclip into the movie (Ctrl+F8).
You
may need to drag this movieclip from the library onto the main movie, if so
do it now.
Now
double click this movieclip layer and add two blank keyframes.
In
the first keyframe add the following code:
var
m = this._parent.name;
this._parent.nameshadow = m;
var m2 = this._parent.email;
this._parent.emailshadow = m2;
var m3 = this._parent.message;
this._parent.messageshadow = m3;