Tag Archives: cs5 tutorials

Controlling Sound on Android with Flash CS5

May 24, 2011

5 Comments

Sound is an area where the Android OS excels. There are three good reasons why sound is so good: The Android OS has an MP3 player built in Every Android comes with speakers Audio out (headphones) Android leverages a separate media class to handle audio. This media class can be tapped by Flash to allow [...]

Continue reading...

Flash CS5 Facebook Fan Page

January 24, 2011

0 Comments

You can embed this Flash Minisite in your facebook’s fan page. The template is suitable for your works or photography. The video is support Youtube or Vimeo. The step by step tutorial is included in the source package. Features include Driven by pure AS3 document class. XML driven content, optional XML location. Unlimited image/video can [...]

Continue reading...

Adding Adjust Color filter

June 17, 2010

9 Comments

The Adjust Color filter allows you to finely control the color attributes of the selected object, including contrast, brightness, saturation, and hue. Select an object to adjust the color for. In the Filters section of the Property inspector, click the Add Filter button , and select Adjust Color. Enter values for the color attributes. The attributes [...]

Continue reading...

CS5 drop shadow

June 15, 2010

2 Comments

Select an object/text to apply a drop shadow to, and select Filters. Click the Add Filter button , and select drop shadow.To set the width and height of the drop shadow, set the Blur X and Y values. To open the Color Picker and set the drop shadow, click the Color control. To set the sharpness [...]

Continue reading...

How to add gradient bevel filter

June 15, 2010

6 Comments

Gardient bevel effect in flash

Adding a gradient bevel produces a raised look that makes an object appear to be raised above the background, with a gradient color across the surface of the bevel. The gradient bevel filter requires one color in the middle of the gradient with an alpha value of 0. Select an object to apply a gradient [...]

Continue reading...

How to create JSFL files with Flash CS5

May 30, 2010

1 Comment

You can use Adobe Flash CS5 Professional or your preferred text editor to write and edit Flash JavaScript (JSFL) files. If you use Flash, these files have a .jsfl extension by default. To write a script, select File > New > Flash JavaScript File. You can also create a JSFL file by selecting commands in the History [...]

Continue reading...

How to Publish SWF files with TLF text

May 22, 2010

4 Comments

To function properly, all TLF text objects rely on a specific TLF ActionScript library, also called a Runtime Shared Library or RSL. During authoring, Flash provides the library. At runtime, after you have uploaded your published SWF file to a web server, the library is provided in the following ways: The local computer. Flash Player [...]

Continue reading...

How to make TLF text scrollable

May 22, 2010

2 Comments

You can make a TLF text container scrollable by adding a UIScrollBar component to the text container. The text container must have the following settings: The Text Type must be set to Editable. The Container and Flow Behavior must be set to Multiline or Multiline No Wrap. Make a TLF text container scrollable: Drag an [...]

Continue reading...

How to Create Asian text

May 22, 2010

0 Comments

To work with properties that apply to Asian text, enable the Asian Text options by doing one of the following: Choose Show Asian Options from the panel options menu in the Property inspector while TLF text is selected on the Stage. Select Show Asian Text Options in the Text section of Preferences (Edit > Preferences). [...]

Continue reading...

Flash CS5 Container and Flow properties

May 22, 2010

0 Comments

The container and Flow section of the TLF Text Property inspector controls options that affect the entire text container. These proeprties include: Behavior This option controls how the container expands as the amount of text increases. Behavior has these options: Single Line Multiline: This option is only available when the selected text is area text. [...]

Continue reading...

Flash CS5 paragraph styles

May 22, 2010

6 Comments

To set paragraph styles, you work with the Paragraph and Advanced Paragraph sections of the Text Property inspector. The Paragraph section includes the following text properties: Align This property can be used with horizontal or vertical text. Align to Start aligns the text along the starting edge of the container (the left side for left-to-right [...]

Continue reading...

Flash CS5 character styles

May 22, 2010

10 Comments

Character styles are attributes that apply to a single character or a set of characters, rather than to whole paragraphs or text containers. To set character styles, you work with the Character and Advanced Character sections of the Text Property inspector. The Character section of the Property inspector includes the following text properties: Family The [...]

Continue reading...

Flash javascript popup window

May 19, 2010

5 Comments

Download source file: flashjavascript Step 1 Create New Flash File ActionScript 3.0 Select the Selection Tool V Go to Properties tab and press Edit button and set the width of your document to 320 pixels and the height to 120 pixels. Change the layer name to background ( double click on it ). Select the [...]

Continue reading...