Archive | Flash Text Effect RSS feed for this section

Learn how to Apply gradient glow in flash CS5

January 29, 2011

6 Comments

Applying a gradient glow produces a glow look with a gradient color across the surface of the glow. The gradient glow requires one color at the beginning of the gradient with an Alpha value of 0. You cannot move the position of this color, but you can change the color. Select an object to apply [...]

Continue reading...

Learn how to use blur effect in flash CS5

January 29, 2011

2 Comments

The Blur filter softens the edges and details of objects. Applying a blur to an object can make it appear as if it is behind other objects, or make an object appear to be in motion. Select an object to apply a blur to, and select Filters. Click the Add Filter button , and select Blur. [...]

Continue reading...

Learn to Apply a drop shadow

January 29, 2011

2 Comments

The Drop Shadow filter simulates the look of an object casting a shadow onto a surface. Select the object to apply a drop shadow to. In the Filters section of the Property inspector, click the Add Filter button , and select Drop Shadow. Edit the filter settings: To set the width and height of the drop [...]

Continue reading...

Flash flip effect tutorial

November 3, 2010

1 Comment

Download Source

Step 1 Create New Flash File ActionScript 3.0 Go to Properties tab and press Edit button and set the width of your document to 800 pixels and the height to 300 pixels. Set the frame rate FPS to 30. Step 2 Change the layer name to “content” ( double click on it ). Create all [...]

Continue reading...

How to Apply a drop shadow

June 11, 2010

2 Comments

The Drop Shadow filter simulates the look of an object casting a shadow onto a surface. Text with the Drop Shadow filter applied

Continue reading...

Flash text fade tutorial

April 7, 2010

3 Comments

Step 1 Start with a black background. Type in the text you like to add this effect to with white color. Right click the text and press break apart one time to seperate the letters. Now right click each letter and convert them to seperate movie clips Select all the letters, right click and choose [...]

Continue reading...

How to Create Flash Reflected Text

March 28, 2010

1 Comment

Continue reading...

How to create custom text in Flash

March 19, 2010

1 Comment

Download project source custom-text-Flash

Continue reading...

How to Import an XML file in flash

March 14, 2010

1 Comment

After you modify an XML file, if you place it in the folder specified in the Strings panel for that language, the XML file is loaded into the Flash document (FLA file) when it opens. Regardless of where the XML file you imported was located, when you save, test, or publish the FLA file, a [...]

Continue reading...

How to Create multilingual documents

March 11, 2010

0 Comments

Create multilanguage documents using the #include action To create a document that contains multiple languages, use the #include action. Use an application that supports UTF‑8 encoding, such as Dreamweaver, to save the text file in UTF‑8 format. To identify the file as Unicode to the Flash authoring tool, include the following header as the first [...]

Continue reading...

How to Create multilanguage documents using text variables

March 11, 2010

0 Comments

To include Unicode-encoded contents in text variables, use the syntax uXXXX, where XXXX is the four-digit hexadecimal code point, or escape character, for the Unicode character. The Flash authoring tool supports Unicode escape characters through uFFFF. To find the code points for Unicode characters, see the Unicode Standard at Unicode.org. You can use Unicode escape [...]

Continue reading...

How to Find and replace text in Flash CS4

March 5, 2010

0 Comments

Select Edit > Find and Replace. Select Text from the For pop‑up menu. In the Text box, enter the text to find. In the Replace With Text box, enter the text to replace the existing text. Select options for searching text: Whole Word Searches for the specified text string as a whole word only, bounded on [...]

Continue reading...