Jul 26, 2008

Making Interactive Cds With Flash - My second flash tutorial for Beginners

Free Web Hosting, No Ads > CONTRIBUTE > Tutorials

free web hosting

Making Interactive Cds With Flash - My second flash tutorial for Beginners

lairz
Im back again with what i think it would be an interesting tutorial for all of you guys who wants to take flash out of the web and make really cool interactive CDS.

First of all if all of you are thinking right now: "this dude is wrong for making interactive cds you have to use macromedia Director", well you are right macromedia director it's used to build interactive cds and dvds among other things, but you can also make interactive cds with Flash, the thing is: if you want to make a simple interactive CD you can totally do it with flash, of course Director brings cool features like 3d Models handling, cool video integration (not a huge problem with flash) and some other things, but flash it's pretty capable of doing a really cool interactive cd.

Ok lets get down to business.

Basically the building of the cd it's the same as if you was building a website, you cand do the same things in the same way, but there are a few things and code you need to have mind in order to get the full potencial of flash.

First of all while making the CD you dont have to worry about the size like if you was making a website, since the purpose of the movie its to be in a cd, NOT WORRYING about sizes and loading times really gives your imagination no limits, you can use videos, all sorts of pics, and frame by frame pics animations, etc...

Knowing that, the first thing you need to do is to set the right publishing format, why do you need to that? Well if you put your swf movie directly into the cd if the user who's watching the cd dont have Flash (not flash player) installed he wont be able to see it, unless you put the swf into an html, but since you are making a CD there's no point in looking your animation in the web browser, that why you need to do this:

Go to :
1- File
2- Publish settings..
3- Check Windows Projector (.exe) option

What this does is that when you normally publish your movie like if you was doing a website, flash will generate a yourmoviename.exe , this file wont need Flash to be installed in the machine in order to be able to play it, this exe file is the one you are going to burn directly into the CD.


Now that we have the right publishing format lets take a look into some scripts that will help you to make a nice interactive cd:

and that script it's called fscommand, right now you only need to know that this script it's used to comunicate with the standalone player that goes embeded into the exe file that you generate, but this script it's a powerfull script that let you communicate with other softwares.

This are the variations of the fscommand script that i'm going to explain:

QUOTE

fscommand("fullscreen", );
fscommand("allowscale", );
fscommand("quit");
fscommand ("exec", );



Let's go one by one.

fscommand("fullscreen", );

What this variation do it's self explenatory, what it does is that make your movie fullscreen, no borders, and there two different parameters that you can put into "true" to make it fullscreen, and "false" to make the movie go back to it's normal size.

QUOTE

fscommand("fullscreen", true); // this make the movie fullscreen.
fscommand("fullscreen", false); // this make the movie go back to the normal size.

You can attach this script to a button or just put it into the first frame of the movie if you want your movie to be fullscreen from the very beginning.




fscommand("allowscale", );

Ok lets say that you used the the fullscreen command with this new variation you can tell flash how to react to the fullscreen command, you can allow flash to scale the content of your movie to the size of the screen, if your movie contains pictures they will be pixelated so it wont be a very good idea, or you can tell flash to go fullscreen but leave the content of you movie to its normal size.

QUOTE

fscommand("allowscale", true); // this allows flash to scale your content (not a good idea if you have pics in your movie)

fscommand("allowscale", false); // this tells flash to not resize your movie, just your backgroung color will be resized to fit the screen.

This script is usefull only if used the fullscreen command, so they need to be in the same frame.




fscommand("quit");

This command quit the standalone player, if you set your movie to be fullscreen, once the user is actually watching the movie, it can be a little confusing since there are no close buttons, and thats when this command become helpfull. There are no parameters in this command.

QUOTE


fscommand("quit"); // inmediatly close the standalone player

you can attach this command to a button or just put it in a frame.




fscommand ("exec", );

This particulary command it's really nice cause it gives us the oportunity to make movies communicate with other programs. Cause of hacking problems this command was restricted by flash, now you only can open exe files that are stored in a folder named :"fscommand" that you need to make it in the root folder where your movie is stored. In other words you need to make a folder named "fscommand" in the same folder where your movie is. The only parameter that you put in, is the name of the exe.

QUOTE


fscommand(“exec”,”nameof.exe”); // this will of the nameof.exe file that is in the fscommand folder.

you can attach this script to a button




Well this are the fscommand script uses, i hope you find this tutorial helpfull if you ar planning to make a interative cd with flash.

cya


 

 

 


Reply

dilipdaniel
What you should know
Before taking the tutorial, complete the seven lessons found in Flash Help. These interactive
lessons created in Flash introduce you to the concepts you need to know to complete the tutorial.
Lesson topics include the following:
• Getting Started with Flash MX
• Illustrating in Flash
• Adding and Editing Text
• Creating and Editing Symbols
• Understanding Layers
• Creating Buttons
• Creating Tweened Animatio

View the completed movie
You can open a completed version of the tutorial movie to better understand how your finished
file will appear.
In this section, you’ll accomplish the following tasks:
• Analyze the completed movie using the Property inspector and Movie Explorer
• Examine a movie clip and discern its relationship to the main movie
• View the types of assets included in the movie
1 Within your Flash MX application folder, browse to Tutorials/FlashIntro and double-click
stiletto.swf to open the completed movie in the stand-alone Flash Player.
Published Flash movies have the SWF extension; documents in the authoring environment
have the FLA extension.
2 When the movie opens, watch the three views of the car fade in and out.
You’ll create this animation by tweening bitmap effects within a movie clip.
3 Listen to the sound that plays continuously while the movie plays. This is an example of a
streaming sound.
4 Roll over the three buttons along the lower right edge of the window to view the rollover effect,
and to hear the event sounds included in each button.
5 Click a button to see where it links, then close the browser that opened and return to the SWF file.
6 After viewing the movie, click its close box.
Analyze the stiletto.fla file
It’s helpful to analyze the completed FLA file to see how the author designed the document. To
analyze the file, you can view the properties for an object, view the Timeline and Stage, look at
library assets, and use the Movie Explorer.

1 In Flash, choose File > Open. Navigate to your Flash application folder and open Tutorials/
FlashIntro/stiletto.fla.
You now see the completed tutorial movie in the authoring environment.
2 To view all layers in the main Timeline, drag down the bar that separates the Stage from
the Timeline.
3 In the Timeline, unlock the Copy layer and the Images layer.
View document properties
The Property inspector lets you view specifications for selected objects. The specifications depend
on the type of object selected. If you select a text object, for example, settings to view and modify
text attributes appear.


2 On the Stage, scroll down if necessary and select the rectangular block where descriptive text
appeared in the finished SWF file. The text does not appear in the FLA file because it loads
from an external TXT file into a dynamic text field.
In the Property inspector, you can view the size, style, and color of the text, among
other attributes.
If the Property inspector is not fully expanded, click the white triangle in lower right corner.
3 On the Stage, select the car.
Movie clip settings replace the text settings. Movie clips are symbols with their own
independent Timelines. You can think of them as movies within movies.
View the movie clip
Now you’ll open symbol-editing mode to view the Timeline for a movie clip.
1 On the Stage, double-click the movie clip of the car.
As you learned in the Creating Tweened Animation lesson, you define changes in animation in
keyframes. When you scroll around the Timeline, note which layers have keyframes in them
and which frames are keyframes.
Beginning and intermediate keyframes that include content are indicated in the Timeline by
solid circles, ending keyframes appear as small outlined rectangles.
Text box

2 In the Timeline, select the playhead and drag it slowly across the frames.
Watch how changes in action on the Stage correspond to changes in the Timeline. As you drag
the playhead, the movie plays sequentially. You can add ActionScript, the Flash scripting
language, to movies to make the playhead jump to specific frames.
3 When you finish viewing the movie clip, do one of the following to return to the main movie:
• Choose Edit > Edit Document.
• Click the Back button.
• Click Scene 1 above the Stage.
View library assets
The Library panel contains the symbols and imported objects in your document.
1 If the Library panel isn’t open, choose Window > Library.
2 Drag the Library panel to enlarge it, if necessary, to view the objects within the library.
3 If the Artwork folder is not expanded, double-click it to view the objects in the folder.
4 Click view1.png to view the image in the preview area at the top of the Library panel.
5 Expand the other folders in the Library panel to view the assets included in the document,
such as buttons and movie clips.

Analyze the movie structure with the Movie Explorer
The Movie Explorer helps you arrange, locate, and edit media. With its hierarchical tree structure,
the Movie Explorer provides information about the organization and flow of a movie, especially
useful when you analyze a movie authored by someone else.
1 If the Movie Explorer is not already open, choose Window > Movie Explorer.
2 If necessary, enlarge the Movie Explorer to view the tree structure within the pane.
The Movie Explorer filtering buttons display or hide information.

8 In the Movie Explorer, with the Car Animation category selected and expanded, expand the
View 3 Fade icon, then double-click Frame 60.
In the Timeline for the movie clip, the playhead moves to Frame 60 of the View 3 Fade layer.
To view an item listed in the hierarchical tree, click the corresponding icon. If you click a frame
icon, the playhead moves to that frame in the Timeline. If you click an asset, such as a bitmap
image, the Property inspector displays the image settings. Double-clicking an icon that
represents a symbol opens symbol-editing mode.
9 Close the Movie Explorer. To close the document, choose File > Close.
If you’ve made changes to the file, do not save them.
Define properties for a new document and create a gradient
background
To learn how to create a movie in Flash, let’s start from the very first step in the process: opening
a new file. Then, by completing this section, you’ll learn how to complete the following tasks:
• Open a new file and define document properties
• Create and transform a gradient background
Open a new file
Now you’re ready to create your own version of the tutorial movie.
1 Choose File > New.
2 Choose File > Save As.
3 Name the file mystiletto.fla and save it within your Flash MX application folder, in the
Tutorials/FlashIntro/My_Stiletto sub folder.
Note: As you complete the tutorial, remember to save your work frequently.
Define document properties
Configuring document properties is a common first step in authoring. You can use the Property
inspector and Document Properties dialog box to specify settings that affect the entire movie,
such as the frames per second (fps) playback rate, and the Stage size and background color.
1 If the Property inspector isn’t open, choose Window > Properties. In the Property inspector,
verify that 12 is the number in the Frame Rate text box.
The movie will play at 12 frames per second, an optimal frame rate for playing animations
on the Web.
Note: If the Property inspector is not fully expanded, click the white triangle in lower right corner.

2 The Background Color box indicates the color of the Stage. Click the down arrow on the
Background Color box, then move the Eyedropper tool over the color swatches to view their
hexadecimal values in the Hexadecimal text box.
3 Find and click the gray color swatch with the hexadecimal value of 999999.
4 To resize the Stage, click the Size button, which indicates the size of the Stage. In the Document
Properties dialog box, type 640 px in the first Dimensions text box and 290 px in the second
Dimensions text box. Verify that Pixels is selected in the pop-up menu, and click OK.
The Stage dimensions change to reflect the new settings of 640 x 290 pixels.
Specify grid settings
On the Stage, you can align objects along horizontal and vertical grid lines. Even when the grid is
not visible, you can snap objects to it. Now you’ll modify the distance between the horizontal and
vertical grid lines, and create a grid in alignment with the Stage borders.
1 Choose View > Grid > Edit Grid.
2 In the Grid dialog box, type 10 px in the grid width text box and 10 px in the grid height text box.
3 Select Snap to Grid and verify that Show Grid is not selected.
Objects will now snap to the grid, even when the grid is not visible.
Select this shade of gray
Hexadecimal text box
Chapter 1 14
4 Verify that Normal is selected for Snap Accuracy, and click OK.
Snap accuracy determines how close an object must be to a grid line before snapping to it.
Create a gradient background
A gradient displays subtle variations of a color, or transitions between two or more colors. In the
finished tutorial file, the background is a gradient that blends black and dark blue with a
transparent area that allows part of the gray Stage color to be displayed. You achieve this effect
using the Color Mixer.
Note: While gradients offer interesting effects in movies, overuse of gradients can adversely affect computer
processor speeds and decrease the speed at which an animation plays. When designing a movie, consider both
your artistic and performance requirements to determine the best use of gradients.
Draw a rectangle
Earlier in the tutorial, you created a grid that aligned against the Stage and allowed you to
snap objects to the grid lines. Now you’ll draw a rectangle that snaps to the area of the grid
bordering the Stage.
1 In the pop-up menu above the right side of the Stage, enter 75% to view the entire Stage.
This setting indicates your magnified or scaled-down view of the Stage. The setting does not
affect the actual size of the Stage in your movie, which you specified in the Document
Properties dialog box.

2 In the toolbox, select the Rectangle tool.
Introduction to Flash MX Tutorial 15
3 In the toolbox, click the Stroke Color control. Select No Stroke (the button with the red
diagonal line above the color palette).
The selected fill color of the shape is unimportant; you’ll soon change the color.
4 Starting from the upper left corner of the Stage, drag to the lower right corner of the Stage to
draw a rectangle that covers the Stage.
When you release the pointer, the rectangle snaps to the edges of the Stage, along the hidden grid.
Note: While completing the tutorial, you may find it useful to undo a change you’ve made. Flash can undo several
of your recent changes, depending on the number of undo levels you have set in Preferences. To undo, choose
Edit > Undo or press Control+Z (Windows) or Command+Z (Macintosh). Conversely, you can redo what you’ve
undone by choosing Edit > Redo or pressing Control+Y (Windows) or Command+Y (Macintosh).
Specify a color for the gradient
Dark blue is the first color you’ll add to your gradient.
1 In the toolbox, select the Arrow tool. On the Stage, click inside the rectangle to select the fill.
When you drew the rectangle, the Property inspector displayed properties for the Rectangle
tool. When you select a shape that has already been created, the Property inspector displays
properties for the shape.
2 If the Color Mixer is not open, choose Window > Color Mixer.
Chapter 1 16
3 To expand the Color Mixer, click the white arrow in the panel title bar.
4 If the Color Mixer is not fully expanded, click the arrow in the lower right of the panel.
5 In the Fill Style pop-up menu, select Radial.
6 Click the gradient slider to the left of the gradient bar to select it.
7 Click the color box in the upper left corner of the window to open the color palette. Use one of
the following methods to select dark blue:
• Type 000066 in the hexadecimal value text box and press Enter or Return.
Click here to expand the panel
Gradient slider
Gradient bar
Introduction to Flash MX Tutorial 17
• Move the eyedropper over the color swatches until you find the dark blue with the hexadecimal
value of 000066, then click the swatch to select it.
Change the alpha value
In the Color Mixer, the Alpha text box indicates the transparency of the color, with 0% indicating
that the color is completely transparent, and 100% indicating the color is completely opaque.
You’ll specify an alpha value of 0% to create a gradient that includes dark blue and black along
with the gray Stage color that shows through the transparent areas of the gradient.
• In the Color Mixer, either type 0 in the Alpha text box and press Enter or Return, or move the
Alpha slider to 0.
Add a second gradient color
You’ll now add black to the gradient.
1 In the Color Mixer, click the gradient slider to the right of the gradient bar to select it.
Click this shade of blue
Chapter 1 18
2 Click the color box to open the color palette and select the black with a hexadecimal
value of 000000.
Remember, you can either type the hexadecimal value in the Hexadecimal text box and press
Enter or Return, or you can find and select the color swatch with the same hexadecimal value.
Transform the gradient fill
When you transform an object, you rotate, scale, or skew it. You can transform a fill using the
Fill Transform tool.
1 In the toolbox, select the Fill Transform tool. On the Stage, click anywhere inside the rectangle.
An ellipse that indicates the shape and location of the gradient appears around the Stage.
The ellipse has controls for the location, width, scale, and rotation of the radial gradient.
Width
Scale
Rotation
Center placement
Introduction to Flash MX Tutorial 19
2 Drag the center control to the left of the Stage so that it’s approximately 1/3 of the distance
from the left edge of the Stage, as shown in the following illustration.
As you change the shape and placement of the ellipse, the shape and placement of the color
transitions on the Stage change accordingly.
3 Drag the square handle on the ellipse, which controls gradient width, to the left to make the
ellipse narrower; the approximate shape of the ellipse is shown in the following illustration.


Name and lock a layer
The gradient shape appears on Layer 1 in the Timeline, currently the only layer in your
document. In preparation for adding and moving additional objects on the Stage, you’ll
rename and lock the layer. In the next section of the tutorial, you’ll create a new layer.
As you learned in the Understanding Layers lesson, by locking the layer, you ensure that you or
other users don’t make inadvertent changes to objects on the layer.
1 In the Timeline, double-click the Layer 1 name and type Background to rename the layer.
2 Click away from the layer name, then click the padlock icon to lock the layer.
Create and mask vector art
When you draw in Flash, you create vector art, which is a mathematical representation of lines,
curves, color, and position. Vector art is resolution-independent; you can rescale the art to any size
or display it at any resolution without losing clarity. Additionally, vector art downloads faster than
comparable bitmap images.
Along with the gradient, the finished file contains background shapes. You’ll use the Oval tool to
create the shapes.
Specifically, in this section you’ll learn how to complete the following tasks:
• Add a layer
• Create and “cut out” shapes
• Mask the layer containing the shapes
To complete this section, you can either continue to work on your mystiletto.fla file, or you can
browse to your Flash MX application folder and open Tutorials/FlashIntro/stiletto2.fla. If you do
use the stiletto2.fla file, save the file with a new name in your My_Stiletto folder to maintain an
unadulterated version of the original file.
Add a layer
Rather than create the shapes on the Background layer, you’ll add a new layer on which you can
draw the shapes.
1 To add a new layer, choose Insert > Layer, or click the Insert Layer button. Name the new
layer Shapes.
2 In the toolbox, select the Oval tool.
Insert Layer button
Chapter 1 22
3 In the Property inspector, select Hairline from the Stroke Style pop-up menu. Click the Stroke
Color control. In the color palette, select the gray with a hexadecimal value of 999999.
Remember, you can either enter the hexadecimal value in the hexadecimal text box, or find and
click the color swatch with the same hexadecimal value.
4 If the Color Mixer isn’t open, choose Window > Color Mixer. In the Fill Style pop-up menu,
select Solid. Click the Fill Color control to select it. In the R (red) field, type 109. In the G
(green) and B (blue) text boxes, type 45, then press Enter or Return.
You are specifying the values for the amount of red, green, and blue within a color.
5 In the Timeline, verify that the Shapes layer is selected. On the Stage, constrain the oval to a
circle by pressing Shift as you drag, to draw a circle that extends from the canvass area above
the Stage to the canvass below the Stage.
Note: If you make a mistake, choose Edit > Undo and try again.
6 Select the Arrow tool in the toolbox, then double-click the circle on the Stage to select both the
fill and the stroke.
7 If the Transform panel isn’t open, choose Window > Transform.

Create a mask
The art that you created on the Shapes layer extends beyond the Stage, well into the canvass area.
Although the area on the canvass won’t appear in your published movie, the art beyond the Stage
can be distracting in the authoring environment. While you can erase the part of the shapes that
extend into the canvass, a better solution is to apply a mask over the Stage so that only the area
under the mask—the entire Stage, in this case—remains visible. This way, if you’d like to return
to the shapes to modify them, they will be intact.
Chapter 1 28
1 With the Shapes layer selected, add a new layer to the Timeline and name it Mask.
2 In the toolbox, select the Rectangle tool and draw a rectangle that extends from the upper left
corner of the Stage to the lower right corner.
This rectangle is the shape of your mask. Anything under the rectangle will be visible.
3 Right-click (Windows) or Control-click (Macintosh) the Mask layer name in the Timeline and
choose Mask from the context menu.
Introduction to Flash MX Tutorial 29
The layer is converted to a mask layer, indicated by a down arrow icon. The layer immediately
below it is linked to the mask layer, and its contents show throughout the filled area on the
mask. The masked layer name is indented, and its icon changes to a right-pointing arrow. The
art on the canvass is no longer visible on the Stage.
Mask layers must be locked for the Mask effect to show. To edit the shapes, you can unlock the
Mask and Background Shapes layers. When you finish editing the art, lock the layers again to
invoke masking.
4 Save your file.
Tween bitmap effects within a movie clip
In addition to creating vector art in Flash, you can import bitmap images, which use pixels to
display graphics, into your Flash movie and apply various color effects. In this section, you’ll
complete the following tasks:
• Import bitmap images
• Modify bitmap compression
• Create and edit a movie clip symbol
• Tween bitmap effects to fade views of the car in and out
To complete this section, you can either continue to work on your mystiletto.fla file, or you can
browse to your Flash MX application folder and open Tutorials/FlashIntro/stiletto3.fla. If you do
use the stiletto3.fla file, save the file

Import images into the library
When you import a file into Flash, you can import it directly into the library.
1 On the Timeline, add a new layer and name it Images.
2 Choose File > Import to Library.
When you select Import to Library rather than Import, the images must be placed on the Stage
before they will appear.
Chapter 1 30
3 Browse to your Tutorials/FlashIntro/Assets folder within your Flash MX application folder and
select view1.png, then Shift-click to add view2.png and view3.png to the selection. Click Open.
4 In the Fireworks PNG Import Settings dialog box, click Import as a Single Flattened Bitmap,
then click OK.
The three images are now in the library.
Modify bitmap compression
When you import an image, you can check and modify settings that compress the image. While
compressing images reduces the file size of your movie, compression can affect image quality; the
goal is to strike a balance between compression settings and image quality.
1 If the Library panel isn’t open, choose Window > Library. Enlarge the window, if necessary, to
see the three files you imported.
2 Double-click the view1.png file.
JPEG compression is the default selection.
3 In the Compression pop-up menu, select Lossless (PNG/GIF) for higher image quality.
4 To test how the image appears with the new setting, click Test. If necessary, drag the car into
view in the preview window. When you finish previewing the image, click OK.
Introduction to Flash MX Tutorial 31
5 Return to the Library panel. Double-click view2.png and repeat step 3, then click OK.
6 In the Library panel, double-click view3.png and specify Lossless (PNG/GIF), then click OK.
Create a movie clip symbol
In the finished file, three views of the electric car fade in and out in the opening scene. This effect
is achieved by creating a movie clip symbol that has a Timeline independent of the main
Timeline. Next, you tween the alpha transparency between three views of the car to create a fade
in/fade out effect. To begin to create the effect, you’ll create the movie clip.
1 With the Images layer still selected in the Timeline, drag the view1.png object from the Library
panel to the Stage, placing the car within the area where the gradient background is lightest.
2 Choose Insert > Convert to Symbol, or press F8.
3 In the Convert to Symbol dialog box, name the symbol Car Animation. Verify that Movie Clip
is selected and that the center square is selected in the Registration indicator, and click OK.
Bitmaps, like other Flash objects, have registration points used for positioning and
transformation. When you align the three views of the car within the movie clip, all three views
should align relative to a center registration point.
Edit a symbol
To view the Timeline of the movie clip, you must be in symbol-editing mode. You can open
symbol-editing mode by double-clicking the symbol either on the Stage or in the Library panel.
1 On the Stage, double-click the car to open symbol-editing mode.
The name of the symbol appears above the canvass area, along with a Scene 1 link that returns
you to the main movie.
In symbol-editing mode, you’re now viewing the Timeline for the movie clip rather than the
Timeline for the main movie.
2 Rename Layer 1 View 1 Fade.
Registration point
Chapter 1 32
3 The car that you see on the Stage is a bitmap image, not a symbol, within the Car Animation
symbol. Make the car a symbol by selecting it on the Stage and pressing F8.
4 In the Convert to Symbol dialog box, name the symbol View 1 Car, then verify that Movie
Clip is selected.
5 Verify that the center square is selected in the Registration indicator and click OK.
6 Scroll horizontally across the Timeline until you get to Frame 105. Select the frame and choose
Insert > Keyframe, or press F6 to add a keyframe.
The Current Frame indicator displays the selected frame.
7 Add keyframes to Frames 25 and 35.
8 Add a keyframe to Frame 34, then click anywhere on the layer between Frames 36 and 104,
and press Delete on your keyboard.
An empty keyframe appears in Frame 35, and the car does not appear on the Stage from
frame 35 on.
Note: If you make an error in adding keyframes and want to delete them, select one or more frames and rightclick
(Windows) or Control-click (Macintosh), then choose Clear Keyframe from the context menu.

Tween bitmap effects
Creating a bitmap effect tween is similar to creating a straight motion tween: you specify settings for
beginning and ending keyframes, then specify tweening for those frames and the frames in between.
Flash creates the transitional animation from the first keyframe in the animation to the last.
1 In the Car Animation Timeline, select Frame 34, then click the View 1 Car on the Stage so
that the Property inspector appears displaying movie clip properties.
Current frame
Introduction to Flash MX Tutorial 33
2 In the Color pop-up menu of the Property inspector, select Alpha. In the Alpha Amount
pop-up menu, either type 0% in the text box and press Enter or Return, or use the pop-up
slider to select 0%.
3 In the Timeline, select any frame between Frames 25 and 34. In the Property inspector, select
Motion from the Tween pop-up menu.
An arrow with a solid line spans the tweened keyframes. A dashed line between keyframes
indicates the tweening is not implemented correctly, which often occurs when a beginning or
ending keyframe is missing.
Fade in the second car
As the View 1 Car fades out, another view of the car should fade in.
1 Add a new layer to the Car Animation Timeline and name it View 2 Fade.
2 On the View 2 Fade layer, add a keyframe to Frame 25.
3 With the playhead still on Frame 25, drag view2.png from the Library panel to the Stage.
4 If the Info panel isn’t open, choose Window > Info. Verify that the center square is selected in
the Registration indicator, then type 0 in the X coordinate text box and type 0 in the Y
coordinate text box. Press Enter or Return.
The Property inspector also has X and Y text boxes; however, those coordinates are relative to a
registration point in the upper left corner of the movie clip.
Bounding rectangle
Chapter 1 34
5 Select the view2.png on the Stage and press F8 to make it a symbol. In the Convert to Symbol
dialog box, name the symbol View 2 Car. Verify that Movie Clip is selected, and click OK.
6 In the movie clip Property inspector, select Alpha in the Color pop-up menu and type 0% in
the Alpha Amount text box.
7 Add a keyframe to Frame 35 of the View 2 Fade layer.
8 On the Stage, click inside the bounding rectangle of the transparent car. In the movie clip
Property inspector, enter 100% in the Alpha Amount text box.
9 On the View 2 Fade layer, select any frame between Frame 25 and Frame 34. In the Property
inspector, select Motion from the Tween pop-up menu.
Fade out the second car
Now you’ll create the animation that fades out the second car.
1 On the View 2 Fade layer, add a keyframe to Frame 60.
2 On the View 2 Fade layer, add a keyframe to Frame 70, and another keyframe to Frame 69.
3 Select the keyframe in Frame 69 of the View 2 Fade layer. Select the View 2 Car on the Stage
and use the Property inspector to select an alpha transparency of 0%.
4 On the View 2 Fade layer, select any frame between Frames 60 and 68. In the Property
inspector, select Motion from the Tween pop-up menu.
5 Click any frame on the View 2 Fade layer between Frames 71 and 105, and press Delete.
Note: As you complete the tutorial, remember to save your work frequently.

Test the movie
At any point during authoring, you can test how your movie will play as a SWF file.
1 Save your movie and choose Control > Test Movie.
Flash exports a SWF copy of your movie.
In the SWF movie, the animation automatically plays in a continuous loop.
2 When you finish viewing the movie, close the SWF file by clicking its close box. In your Flash
document, choose Edit > Edit Document or click Scene 1 to return to the main Timeline.
Load dynamic text at runtime
In the lesson Adding and Editing Text, you practiced typing text directly on the Stage. You can
also design your movie to include text from external files. One of the easiest ways to accomplish
this is to use the loadVariables action to load text from a text file into a dynamic text field at
runtime. In the FLA file, you can specify text attributes, such as font style, size, and color, for the
dynamic text field. An advantage of keeping text in external files is that anyone who wants to
modify the text can work with the text file rather than the FLA file.
In this section, you’ll learn how to accomplish the following tasks:
• Import and align a logo
• Create a dynamic text field
• Use the Property inspector to assign a text variable name
• Use the loadVariables action to load text from an external file
To complete this section, you can either continue to work on your mystiletto.fla file, or you can
browse to your Flash MX application folder and open Tutorials/FlashIntro/stiletto4.fla. If you do
use the stiletto4.fla file, save the file with a new name in your My_Stiletto folder to maintain an
unadulterated version of the original file.
Import the logo
Before creating the dynamic text field, you’ll import the logo, a Macromedia FreeHand file for
which Flash automatically adds a layer on the Timeline.
1 In the Timeline, select the Images layer and add a new layer above it. Name the new layer Copy.
2 With the Copy layer selected, choose File > Import.
Earlier in the tutorial, you imported objects into the library. Now you’ll import the logo so that
it appears on the Stage.
3 Browse within your Flash MX application folder to the Tutorials/FlashIntro/Assets folder and
click logo.fh10, then click Open.
Introduction to Flash MX Tutorial 37
4 In the FreeHand Import dialog box, verify that Scenes, Layers, and All are selected. Also verify
that Include Background Layer and Maintain Text Blocks is selected, and then click OK.
5 In the Timeline, Flash created a layer named Logo. Drag the Logo name to move the layer
below the Copy layer.
6 You can specify Stage coordinates for the logo. In the Property inspector, with the logo
selected, type 10 in the X text box and 20 in the Y text box. Then press Enter or Return.
7 In the Timeline, lock the Logo layer.
Create a dynamic text field
Now you’ll create a dynamic text field. Instead of typing text into the field, you’ll specify the
variable text that loads into the field at runtime.
1 In the Timeline, select the Copy layer. In the toolbox, select the Text tool. In the Property
inspector, select Dynamic Text from the Text Type pop-up menu.
2 In the Font pop-up menu, select _sans.
_sans is a device font appropriate for small text that appears on multiple computer platforms.
For more information about device fonts, see “Using device fonts (horizontal text only),”
under Help > Using Flash.
3 In the Point Size text box, type 12.
4 Click the Text (fill) Color box and select yellow, with a hexadecimal value of FFCC00.
Chapter 1 38
5 In the Line Type pop-up menu, select Multiline, which is for multiple lines of text that will wrap.
6 On the Stage, click below the logo. Drag the pointer to create a text field the width of the logo
text and the approximate depth of the vertical line that’s grouped with the logo, as shown in
the following illustration.
7 In the Property inspector, type textField in the Var text box.
The text file that will load into the dynamic text field, as seen in the following illustration,
includes text that names the variable: textField=. When you enter this name in the Var text
box, you are naming the variable that the movie should load.
Line Type pop-up menu
Text Type pop-up menu
Font pop-up menu
Point size text box
Introduction to Flash MX Tutorial 39
Use the loadVariables action to load text
The loadVariables action includes a parameter to specify the path to the variable text. The text
is in a file named copy.txt, within your Tutorials/FlashIntro/Assets folder.
1 In the Timeline, add a new layer and name it Actions. If necessary, drag the Actions layer to
the top of the Timeline.
A good practice is to keep actions on the top layer in a Timeline.
2 If the Actions panel is not open, choose Window > Actions. Enlarge the Actions panel, if
necessary, by clicking the white arrow in the title bar to expand the window, and by dragging
the lower right corner of the panel to view the Actions toolbox and Script pane.
The type of Actions panel that is displayed depends on the object to which you’re adding an
action. If you’ve selected a frame, for example, the Actions panel displays actions for frames. If
you’ve selected a button, the Actions panel displays actions for buttons.
3 Click the triangle in the upper right corner of the panel title bar to display the pop-up menu.
Verify that normal mode, rather than expert mode, is selected.
Expert mode offers features useful to those experienced with ActionScript. In normal mode,
parameter fields and controls guide you in creating ActionScript.
Options menu button
Actions toolbox Script pane
Chapter 1 40
4 In the Actions toolbox, choose Actions > Browser/Network, then double-click
loadVariables.
The ActionScript is added to the Script pane. Parameters for the action appear above the
Script pane.
5 In the URL text box, type the path to the text file: ../assets/copy.txt.

Test your movie
• Save your movie, then choose Control > Test movie.
You can also press Control+Enter (Windows) or Command+Return (Macintosh).
Add animation and navigation to buttons
When you specify that a new symbol is a button, Flash creates the Timeline for the button states.
In the Creating Buttons lesson, you learned how to change the fill color of a shape within a
button state. In this section, you’ll learn more about modifying buttons, including adding
animation to a button.
Specifically, in this section you’ll learn how to complete the following tasks:
• Import a library from another FLA file
• Align buttons
• Add animation to a button state
• Add navigation to a button to link to a Web site
• Use the Enable Simple Buttons feature
• Add button navigation
Introduction to Flash MX Tutorial 41
To complete this section, you can either continue to work on your mystiletto.fla file, or you can
browse to your Flash MX application folder and open Tutorials/FlashIntro/stiletto5.fla. If you do
use the stiletto5.fla file, save the file with a new name in your My_Stiletto folder to maintain an
unadulterated version of the original file.
Import the library of another FLA file
The buttons that you’ll use in your movie reside in the library of another FLA file. To use the
buttons, you open the FLA file containing the buttons as a library.
1 With your Library panel open, choose File > Open as Library. Browse within your Flash MX
application folder to the Tutorials/FlashIntro/Assets folder and double-click buttons.fla.
The library for the buttons.fla file appears in addition to the library for your document.
Align buttons
You can align the three buttons along horizontal and vertical axes using the Align panel.
1 In the Timeline, with the Copy layer selected, add a new layer and name it Buttons. Lock all
the layers except the Buttons layer.
2 In the Stage View pop-up menu, on the right above the Stage, enter 150% to enlarge your view
of the Stage. Then scroll to the lower right side of the Stage.
Chapter 1 42
3 Drag Button 1 from the buttons.fla Library panel and place it under the lower right corner of
the dynamic text field.
When you drag a button from the buttons.fla Library panel, the button becomes part of the
library for your document.
4 Drag Button 2 and Button 3 from the buttons.fla Library panel, placing them to the left of
Button 1. Use the approximate spacing shown in the following illustration:
5 With the Arrow tool, drag to select all three buttons.
6 To open the Align panel, choose Window > Align. Verify that To Stage is not selected. You do
not want to align the buttons relative to the Stage. Click Align Vertical Center, and then click
Distribute Horizontal Center.
The buttons align on the Stage.
Align Vertical Center
Distribute Horizontal Center
To Stage
Introduction to Flash MX Tutorial 43
Enable simple buttons
When the Enable simple buttons feature is active, you can hear the sounds included with Buttons
2 and 3, and you can view the colors used for the button states. More complex button design,
such as animation, does not play.
1 Choose Control > Enable Simple Buttons, then roll over and click each button.
The right button, Button 1, is not finished. You will modify that button next.
2 When you finish testing the buttons, choose Control > Enable Simple Buttons to deselect
that feature.
Modify a button state
You’ll create a movie clip within the Over state of Button 1, then create a shape tween in the
movie clip. The shape tween creates an effect that changes the color from gray to red.
1 On the Stage, double-click the right button, Button 1, to open symbol-editing mode.
2 In the Button 1 Timeline, hide all layers except the Color layer. In the Color layer, select the
Over keyframe.
3 On the Stage, select the black oval shape for the right button. Press F8 to make the oval a
symbol. In the Convert to Symbol dialog box, name the symbol Button Animation. Select
Movie Clip, and click OK.
4 On the Stage, double-click the Button Animation symbol to open symbol-editing mode.
5 Rename Layer 1 Color Change, and add a keyframe to Frame 15.
6 With the playhead still on Frame 15, select the button shape on Stage and choose a bright
shade of red from the Fill Color pop-up menu in the toolbox.
7 In the Timeline, click any frame between Frames 1 and 13. In the Property inspector, select
Shape from the Tween pop-up menu.
Drag the playhead from frames 1 to 15 to see the color change.
Add actions to buttons
When the user clicks the button and the tweened animation plays, you want the playhead to
move to the end of the Button Animation Timeline, then stop. You use ActionScript, the Flash
scripting language, to control playhead movement in a Timeline.
1 Add a new layer to the Button Animation Timeline and name it Actions.
2 On the Actions layer, add a keyframe to Frame 15.
3 If the Actions panel is not open, choose Window > Actions. Enlarge the panel, if necessary, to
view both the Actions toolbox and the Script pane.

4 With Frame 15 of the Actions layer selected, go to the Actions > Movie Control category of the
Actions toolbox and double-click stop.
The stop action lets you specify that the playhead will stop when it reaches Frame 15.
In the Button Animation Timeline, Frame 15 of the Actions layer now displays a small a,
which indicates that an action is attached to that frame.
Note: As you complete the tutorial, remember to save your work frequently.
Add button navigation
You use the getURL action to add navigation to a button that opens a Web site.
1 Choose Edit > Edit Document or click Scene 1 to return to the main movie.
2 On the Stage, click Button 1, the right button.
3 In the Actions panel, choose Actions > Browser/Network and double-click getURL.
4 In the URL text box, type any complete URL, such as http://www.macromedia.com.
Introduction to Flash MX Tutorial 45
5 In the Window pop-up menu, select _blank to launch a new browser window when the user
clicks Button 1.
6 Save your file, then choose Control > Test movie. Click Button 1 to go to the Web site you
specified in step 4.
7 Close the browser and the SWF file, and then return to the Flash authoring environment. If
desired, you can select Button 2 on the Stage and repeat steps 3 through 7 to link it to a
different Web site, then repeat the steps for Button

Add streaming and event sounds
When a movie is downloading from an Internet source, a streaming sound can begin to play as
soon as the beginning of the sound file has downloaded. Such sounds are especially suited for
continuous background sounds.
Event sounds must download completely and load into RAM before playing; event sounds are
useful for buttons. In this section, you’ll learn how to accomplish the following tasks:
• Add a streaming sound to your movie
• Add an event sound to a button
To complete this section, you can either continue to work on your mystiletto.fla file, or you can
browse to your Flash MX application folder and open Tutorials/FlashIntro/stiletto6.fla. If you do
use the stiletto6.fla file, save the file with a new name in your My_Stiletto folder to maintain an
unadulterated version of the original file.
Chapter 1 46
Add a streaming sound
You can include sound in your movie by dragging the sound to the Stage. You’ll add background
music that streams and plays for a specified number of times.
1 In the Timeline, with the Buttons layer selected, add a new layer and name it Sounds.
2 Choose File > Import. Within your Flash MX application folder, browse to Tutorials/
FlashIntro/Assets and click track1.mp3. Control-click (Windows) or Command-click
(Macintosh) to add ping.mp3 to the selection, then click Open.
The files are imported into the library.
3 With the Sounds layer selected, drag the track1.mp3 sound from the Library panel to the Stage.
In the Timeline, a small representation of sound waves appears in the frame.
4 In the Timeline, select the first frame of the Sounds layer. In the Property inspector, type 999
in the Loop text box to specify the number of times the sound can play continuously.
Test the movie
1 Save your file, then choose Control > Test Movie to hear the sound.
2 When you finish playing the movie, click the movie’s close box.
Add an event sound to a button
In addition to dragging a sound to the Stage, you can select a sound from the Property inspector.
You will use this method to add an event sound to a button.
As you learned in the Creating Buttons lesson, when you create a button symbol, Flash creates
frames for the different button states in relation to the mouse pointer. The Over frame, for
example, represents the button’s state when the pointer is over the button. Other button frames/
states are Up, Down, and Hit.
Now you’ll add an event sound to a button, which causes the sound to play during the Over state.
Because you’re adding the sound to the button symbol in the library, not just to an instance of the
symbol, the sound will play for each instance of the button.
1 In the Library panel, double-click the Button 1 instance to open symbol-editing mode.
2 In the Timeline for Button 1, add a new layer and name the new layer Sound.
3 Select the Over frame (Frame 2) of the Sound layer and choose Insert > Keyframe or press F6.
4 To define the sound properties, click Frame 2 of the Sound layer. In the Property inspector,
select Ping.mp3 from the Sound pop-up menu. Verify that Event is selected in the Sync
pop-up menu.
5 Save your document and choose Control > Test Movie to hear the button sounds. When you
finish viewing the SWF file, close its window to return to the document.
Introduction to Flash MX Tutorial 47
Organize your Library panel
You currently have quite a few assets in your Library panel. To keep these assets organized, easy to
find, and categorized by type, you’ll create folders, then move the assets into the folders.
Tip: Keeping your library panel organized is a good practice for any movie that you author, especially because others
working on the same file can then locate assets easily.
1 If the Library panel is not open, choose Window > Library.
2 Expand and enlarge the window, as necessary, to view all the assets in the Library panel. At the
bottom of the Library panel, click the New Folder button four times, to create four new folders.
3 Double-click the name of untitled folder 1, and rename it Car Animation Movie Clips.
4 Rename the other three folders Sounds, Artwork, and Buttons.
5 Drag View 1 Car, View 2 Car, View 3 Car, and Car Animation to the Car Animation Movie
Clips folder.
6 Drag ping.mp3 and track1.mp3 to the Sounds folder.
7 Drag view1.png, view2.png, and view3.png to the Artwork folder.
Chapter 1 48
8 Drag Button 1, Button 2, and Button 3 to the Buttons folder. With the Buttons folder
selected, click New Folder again to create a subfolder with the Buttons folder.
9 Name the new folder Button Movie Clips, then drag the remaining button movie clip assets to
this folder.
10 Close the Library panel and save your document.
Test download performance and publish the movie
To complete your document, you will use the Publish command to create a Web-compatible
movie with the SWF extension.
If you use the Publish command with the default settings, Flash prepares your file for the Web.
Flash will Publish the SWF and create an HTML file with the tags necessary to display the SWF.
Once you define the necessary Publish Settings options, you can repeatedly export to all selected
formats at once by simply choosing File > Publish. Flash stores the publish settings you specify
with the document, so each movie can have its own settings.
Introduction to Flash MX Tutorial 49
In this section, you’ll learn how to complete the following tasks:
• Use the Bandwidth Profiler to test movie download performance
• Publish your movie in one step
• Review and modify publish settings
• View your movie in a Web browser
To complete this section, you can either continue to work on your mystiletto.fla file, or you can
browse to your Flash MX application folder and open Tutorials/FlashIntro/stiletto7.fla. If you do
use the stiletto7.fla file, save the file with a new name in your My_Stiletto folder to maintain an
unadulterated version of the original file.
Test movie download performance
For a Flash movie to play correctly over the Internet, a frame must download before the movie
reaches that frame. If the movie reaches a frame that hasn’t downloaded yet, it pauses until the
data arrives. The low bandwidth of Flash files promotes fast downloads.
You can use the Bandwidth Profiler to test your movie and identify where pauses might occur.
The Bandwidth Profiler graphically shows how much data is sent from each frame in the movie,
according to the selected modem speed.
1 Save your document and choose Control > Test Movie.
2 From the Debug menu, select a modem speed to determine the download rate that Flash
will simulate.
You can also choose Customize to enter a download rate.
3 Choose View > Bandwidth Profiler to see the SWF with a download performance chart.
Chapter 1 50
The shaded bar represents the first and only frame in your main movie. Movies with multiple
frames will have multiple shaded bars. The height of the bar represents the frame’s size in bytes
and kilobytes. Bars that extend above the red line, especially if the bar represents a frame other
than the first frame, indicate there could be delays in movie playback. You can optimize your
movie for faster downloads. For details, see “Optimizing movies” under Help > Using Flash.
4 When you finish viewing the Bandwidth Profiler, choose View > Bandwidth Profiler to
deselect it. Close the SWF window to return to the authoring environment.
Use the Publish command
You can publish your Flash document for Web playback in one step.
• With your document saved, choose File > Publish.
Flash publishes your movie by creating a SWF file, and possibly additional files, based on the
attributes in the Publish Settings dialog box. You’ll find the published files, by default, in the
same folder where you saved your FLA.

View publish settings
Using the Publish Settings dialog box, it’s easy to reconfigure the way your file publishes.
1 To view your publish settings, choose File > Publish Settings.
Flash is configured, by default, to create a supporting HTML file that displays the Flash movie.
When you select a format that requires additional settings, a new tab appears.
2 On the Formats tab, verify that Flash (.swf ) and HTML (.html) are selected. Click the Flash tab.
By default, the movie publishes for the Flash Player. The publishing process also applies movie
and JPEG compression.
Introduction to Flash MX Tutorial 51
3 Click the HTML tab.
By default, the publishing process creates an HTML document that inserts your SWF file in a
browser window. Settings on the HTML tab of the Publish Settings dialog box determine how
the movie appears in the browser.
Change publish settings
By default, Flash gives the SWF file the same name as the FLA file. You can tell Flash to change
the name.
1 On the Formats tab of the Publish Settings dialog box, deselect Use Default Names.
2 In the HTML (.html) text box, select the existing text and type a new name, such as
stilettoElectric.html. Then click Publish. When the Publishing status window closes, click OK
in the Publish Settings dialog box.
View your published movie in a browser
You can view the HTML file and SWF movie, which you just published, in your browser.
1 Open your browser, then open the HTML file that you created.
By default, the HTML file is in the same folder as your FLA file.
When you open the HTML file, the SWF movie plays within your browser.
2 In your browser, you can use a command such as View > Page Source or View > Source to
view the HTML.
OBJECT and EMBED tags ensure that the SWF movie is displayed within the browser.
For additional information about Flash HTML templates, see “About HTML publishing
templates” under Help > Using Flash.


The next steps
By completing all eight sections of the tutorial, you’ve learned much about creating Flash movies,
including how to complete the following tasks:
• Analyze a completed movie
• Define document properties and create a gradient
• Create and mask vector art
• Tween bitmap effects within a movie clip
• Load dynamic text
• Modify buttons and add navigation
• Add streaming and event sounds
• Test and publish a movie
Continue learning more about Flash capabilities by taking the Introduction to ActionScript
Tutorial under Help > Tutorials. Designed for ActionScript novices, the tutorial introduces you to
scripting concepts while allowing you to build a jigsaw puzzle with actions. Additionally, you can
search for articles and Tech Notes about Flash MX in the Macromedia award-winning Support
Center. To access the site, go to www.macromedia.com and click Support.

Introduction to ActionScript Tutorial
ActionScript is the scripting language of Macromedia Flash MX. A scripting language is a way to
communicate with a program; you can use it to tell Flash what to do and to ask Flash what is
happening as a movie runs. This two-way communication lets you create interactive movies. In
this tutorial, you will examine the tasks involved in creating an interactive jigsaw puzzle.
This tutorial is designed for Flash users who are ActionScript beginners but who want to work
toward advanced abilities. You should already be familiar with basic actions and know how to
assign them in the Actions panel. To get the most out of this tutorial, you should first complete
the Introduction to Flash MX Tutorial, under Help > Tutorials. You should also be comfortable
with the concepts presented in “Writing Scripts with ActionScript” and “Creating Interaction
with ActionScript,” under Help > Using Flash.
This tutorial takes approximately one hour to complete, depending upon your experience, and
will teach you how to do the following tasks:
• Initialize the movie
• Save and retrieve information
• Display information in a dynamic text box
• Write an expression
• Control the flow of the movie
• Create commands and reuse code
• Use a built-in object
• Test the movie
Chapter 2 54
View a completed movie
Before you begin work on your own movie, view a completed version of this tutorial to get an
idea of what you’ll create. Additionally, the completed tutorial lets you examine the Timeline,
Movie Explorer, Stage, and Actions panel to understand authoring practices.
1 Within your Flash MX application folder, browse to Tutorials/ActionScript/Finished.
Double-click puzzle.swf to open the completed movie in the stand-alone Flash Player.
2 In the puzzle.swf movie, click the OK button.
The puzzle pieces scramble.
3 Click all the Show/Hide buttons.
Notice how the different patterns and piece numbers are displayed to guide you in completing
the puzzle.
4 Click a puzzle piece and drag it to the solution area.
The piece snaps into place.
5 Shift-click a puzzle piece.
The piece number appears in the circle under the solution area. You can match the piece
number to its location in the piece number guide if you get stuck.
6 Alt-click (Windows) or Option-click (Macintosh) a puzzle piece.
The piece rotates clockwise.
7 When you finish viewing the SWF file, you can either close the window or leave it open to
serve as a reference.
Introduction to ActionScript Tutorial 55
Analyze the puzzle.fla file
It’s helpful to analyze the completed FLA file to determine how the author put it together and
where the ActionScript elements are located.
1 In Flash, choose File > Open. Within your Flash MX application folder, browse to Tutorials/
ActionScript/Finished and open the puzzle.fla file.
You now see the completed tutorial movie in the authoring environment.
2 To see all the contents on the Stage, choose View > Magnification > Show Frame.
The movie contains only one frame, displayed in the main Timeline of the puzzle.fla file. You
will use ActionScript to show and hide the various dialog boxes and pattern guides that appear
in the puzzle.
3 To resize the Timeline and Stage, drag the bar that separates the Stage from the Timeline up
and down. Scroll through the Timeline to see how the layers are organized.
4 To see the dialog boxes and guides on the Stage in the authoring environment, click the red X
in the Eye column to the right of a layer’s name. A red X indicates a hidden layer.
You click in the Lock column to lock a layer, which prevents it from being selected. This is
useful if you are selecting an item on the Stage that is underneath an item in another layer. The
Outline column, indicated by a square above the column, turns on outlines of all the elements
in a layer; this can make it easier to see shape edges and can cause Flash to work faster.
5 Select Frame 1 of the Actions layer.
Frame 1 has a lowercase a, which indicates actions are associated with the frame.
To add an ActionScript element to a movie, you must assign it to either a button, a frame, or a
movie clip. Frame scripts are indicated by a lowercase a on a frame in the Timeline. To locate
button and movie clip scripts, do one of the following:
• Open the Actions panel and select a script from the Jump bar—the pop-up list under the
Actions panel title bar.
Move this bar to resize the Timeline.
Chapter 2 56
• Select buttons and movie clips on the Stage with the Actions panel open.
• Use the filtering buttons or the Find text box to search for the script in the Movie Explorer.
6 To view the actions, choose Window > Actions.
The Actions panel opens. Expand the panel, if necessary, to see the actions attached to the frame.
The Actions panel has two modes, normal and expert. This tutorial explains how to add
actions in normal mode.
View actions in the Movie Explorer
1 To locate all of the actions in the movie, use the Movie Explorer. If it’s not open, select
Window > Movie Explorer.
In the Movie Explorer, deselect all the filtering buttons except the ActionScript button. In
addition to the actions in Frame 1 of the Actions layer, actions are also included in each of the
Show/Hide buttons, the buttons in the various dialogs boxes that appear, and each puzzle piece.
2 Select File > Close to close the puzzle.fla movie when you’re finished. Do not save changes to
the finished file.
Initialize the movie
All movies have an initial state. This shows how a movie looks before it runs and anyone interacts
with it. Sometimes you must set variables and movie clip properties to establish this first state. For
example, in the puzzle.fla file, certain dialog boxes and pattern guides must be hidden in the
initial state.
Each movie clip in a Flash movie has a set of qualities, or properties, that you can manipulate with
ActionScript. Each of those properties is identified by a name preceded by an underscore (_)
character. For example, each movie clip has an _xscale property, a _yscale property, and a
_rotation property, among others.
ActionScript uses variables to store information. For example, the variable myName might hold the
value "Jody Singer".

Open the starting file
Now you’re ready to create your own version of the tutorial movie.
1 Choose File > Open.
2 In the Flash MX application folder, browse to Tutorials/ActionScript/My_Puzzle and open
mypuzzle.fla.
3 If you receive a font substitution message, click Use Default.
You see a partially completed tutorial movie. The movie may look finished because all the
symbols are in place on the Stage. However, you’ll still need to add quite a few scripts to make
the movie interactive.
4 Choose File > Save As and save the file with a new and sequential name, such as mypuzzle2.fla,
in the same folder as mypuzzle.fla.
Making a copy of the file allows you or another user to complete the tutorial again using the
original mypuzzle.fla file. Additionally, if you regularly save your file with a new and sequential
name, you can revert to an earlier file if you make an error that you’re not able to resolve in
your current file.
Set movie clip properties
The puzzle.fla movie has three dialog boxes: one alerts you when the puzzle is completed, and the
other two ask if you want to scramble the puzzle pieces. Additionally, several patterns and guides
overlay the solution area to help users solve the puzzle. Each of these dialog boxes, patterns, and
guides is a movie clip.
To initialize the movie, you must hide several of the movie clips so that only the start dialog box
and the puzzle pieces are showing. You’ll do this by setting their _visible properties to false.
1 Select Frame 1 in the Actions layer. If the Actions panel isn’t open, choose Window > Actions.
The Actions panel shows actions associated with the selected frame. Text after double slashes (//)
is commented text, which offers information helpful in understanding the scripts.
Chapter 2 58
2 Click the pop-up menu in the upper right corner of the Actions panel title bar. Verify that
Normal Mode and View Line Numbers are selected.
3 In the Script pane, click line 4 to select the commented code that reads //ENTER code here.
4 From the Actions > Miscellaneous Actions category in the Actions toolbox on the left,
double-click the evaluate action to add an empty line of code ending with a semicolon.
A semicolon (wink.gif in an ActionScript statement is like a period (.) in an ordinary sentence.
5 With the insertion point in the Expression text box of the Actions panel, click the Insert
Target Path button.
The Insert Target Path dialog box appears.
6 Verify that Dots, meaning dots notation, and Absolute, meaning absolute path, are selected.
In the dialog box, you see a list of movie clips from which you can select.
7 Select the edges movie clip from the movie clip tree, then click OK.
The following code appears in the Expression text box:
_root.edges
A target path tells ActionScript the location of a movie clip within the overall structure of a
Flash movie. The _root property refers to the main Timeline and the edges movie clip lives
on the Stage of the main Timeline. Any target path that begins with _root is called an absolute
path because it gives the complete path to a movie clip from the main Timeline.


Use the Reference panel
During authoring, if you’d like additional information about the ActionScript that you enter, you
can select the action in the Actions toolbox or Script pane, then click the Reference button. The
Reference panel, a help system organized similarly to the Actions panel, displays information
about the selected action.
Test your syntax
ActionScript, like written language, depends on correct syntax. If the syntax is incorrect, the
action will not execute correctly. Flash offers a variety of ways for you to test your syntax.
1 Click the Options menu in the upper right corner of the Actions panel title bar and choose
Check Syntax.
If the syntax is correct, a message appears stating that the script contains no errors.
If the syntax is incorrect, a message appears stating the script contains errors; the Output
window opens and displays information about the error.
2 Click OK to close the syntax message.
Introduction to ActionScript Tutorial 61
In normal mode, ActionScript syntax errors appear highlighted in red in the Script pane. If you
move your mouse pointer over the error, a tooltip displays the error message. Syntax error
messages also appear highlighted along the bottom status area of the Actions panel.
Additionally, as you learned in the Introduction to Flash MX Tutorial, you can choose Control >
Test Movie throughout authoring to test if your movie plays as expected.
Save and retrieve information
To create a complex interactive Flash movie, y

 

 

 


Reply

iGuest
visual basic6.0
Making Interactive Cds With Flash

In runtime I created the folder & sub folder also,but I'm unable to make it into folder inside folders(sub folders )

-reply by RAJU

Reply



Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

(Maximum characters: 10,000)
You have characters left.
Confirm Code:

Recent Queries:-
  1. creating tutorial cds - 8.49 hr back. (1)
  2. http://www.trap17.com/index.php/making-interactive-cds-flash_t35480.html - 9.47 hr back. (1)
  3. free tutorials on making interactives using flash mx, back and next buttons - 10.28 hr back. (1)
  4. identify words puzzle.swf - 11.90 hr back. (1)
  5. create text panel to change text attributes in swishmax - 27.89 hr back. (1)
  6. cambiar imagen puzzle.fla - 28.01 hr back. (1)
  7. flash interactive cd tutorials - 48.27 hr back. (1)
  8. making an interactive cd flash - 65.20 hr back. (1)
  9. using flash for interactive cds - 83.84 hr back. (1)
  10. creating interactive tutorials cds - 85.09 hr back. (1)
  11. html "allowscale" flash embed - 103.33 hr back. (1)
  12. apply masking to html text box in flash - 104.76 hr back. (1)
  13. view1.png flash - 106.96 hr back. (1)
Similar Topics

Keywords : making, interactive, cds, flash, flash, beginners

  1. Adding Flash Music Player To Home/any Page
    How-to (put any song you want!!!) (4)
  2. Making Calculators with PHP
    Some basic calculator scripts I made. (4)
    Yes, I made some basic calculators to use for simple math problems, nothing big. I'm a newbie at
    php, so if I made something that could be short, long, I am sorry. lol Here is one for adding two
    numbers. CODE <html> <title>Adding 2 numbers </title> <body>
    <h3 align="center">Type in the two numbers you'd like to add
    together.</h3> <form action="add2.php" method="post"> <input
    type="text" name="number1" /><p>+</p> <input type="tex....
  3. How To Make An Ultimate Game List.
    If you're making a site on video games or such. (0)
    Hello. I am BuBBaG. You can call me Bubba for short. I'm going to show you how to make an
    Ultimate Game List. First off, we need to make a database, we are going to call this database
    `my_db`, leave out the `'s. Inside that database we will need to create a table
    called `ugl'(Ultimate Game List, duh). To make the table, simply enter this in the Syntax.
    CODE CREATE TABLE ugl ( System char(50), Game char(50), ) In the
    above code, it is stating we are creating a table called ugl, with two columns, System, and Gam....
  4. Ftp In Visual Basic 6.0
    Start making your FTP client using VB6 (0)
    Recently, I had a need to make a FTP client, since our webhosting FTP server was kind of exotic, and
    very restrictive, and most of uploads, even though they reach 100% would crash... File would be
    uploaded to a server, but FTP clients just froze upon completion, waiting for the 226 (OK) from FTP
    server... So, I had to make my own, one who would not wait for 226, but instead, watch the file
    pload progress... This tutorial is not fuly complete, in the sense that it does not offer COMPLETE
    FTP client functionality (for example, I ddn't write the code for FTP download, ....
  5. Making A Song In Fruity Loops Part Three
    part three precusion (1)
    ok part three now which covers the precusions setup of the small song i built for this tutorial.
    the nesecery files can be downloaded here the image below is included in the precusions folder as
    it mught not be entierly visable within this post so shold you need it its there also the images
    purpose is to enable you to see what i am refering to within this tutorial lateron. now what i
    have done above is blackd out every pattern that has nothing to do with the precusion. so the
    patterns displayed in light grey are the only patterns i will be refering to. ok lets b....
  6. Making A Song In Fruity Loops Part 2
    part 2 the second melody (0)
    ok i am going to attach the midi file againe incase you didnt get it from the first part in this
    part i will demonstright how to create and insert the second mellody ok so you have your first
    mellody wich is ecetially the comein chord as i call it. now open the midi file you put in your left
    panel during the first tutorial and drag the mellody 2 © onto the pallet but click on pattern two
    in the right site playlist box. now like in the first tutorial replace with sytrus. for this type
    of mellody use something in the leads section of the plugin.for this you need to ....
  7. Load A Another Swf Movie Into Flash Player.
    During Execution. (0)
    Load a another swf movie into Flash player. Create an empty flash document as you like. Save and
    publish it. Create a 2nd flash document as you like. Save and publish it. Note: Both are in same
    directory. Open a first empty flash document. Select the first frame and Press F9. Copy the code
    below and paste it. loadMovie("Your 2nd flash file name .swf", this); Save and run it.....
  8. Creating A Resume
    10 Tips For Making A Resume (1)
    I've been working on my Resume for months now. Here is a summary of what I've learned: 1.
    Avoid referring to yourself via 1st person or 3rd person terms. Rather than saying "I started this
    job in" just say "Began job in"... Employers expect Resumes to be professional and avoid reference
    to oneself; and instead speaking in an impersonal tone that presents
    achievements/skills/experience/education without personalization. Avoid words like "I", "my", "he",
    "she", etc. Leave out personal pronouns and only use the action words/verbs. This also includes
    your Ob....
  9. Digital Time
    Create a Digital Time in flash. (2)
    Digital Time 1.Create a Text Field and Create set them instance name = “time”. 2.Select the first
    Frame. 3.Press F9 and Copy Code Below and paste it. CODE _root.onEnterFrame =
    function() {     var time:Date = new Date();     hour =
    (time.getHours()<=12) ? time.getHours() :
    (time.getHours()-12);     hour = (hour<10) ? ["0"+hour]
    : hour;     second = time.getSeconds();     second = (second<10) ?
    ["0"+second] : second;     Minutes....
  10. Beginners Guide To Becoming A Computer Hardware Tech
    (2)
    Welcome to my Beginners Guide To Becoming a Computer Hardware Tech guide into getting started with
    computer hardware installation, upgrading and maintaining. I will be talking about various items
    you will need and point to a huge index of links. This includes tutorials on building a computer
    from scratch, tips ands tricks, myths exposed and more. If you plan to build computers from scratch
    then you will need the proper reading in order to get a good understanding of what you will be
    dealing with when you build and maintain computers. The first times on the list ar....
  11. Making A One Page Does All Website In Phph
    (2)
    Hello and Great Day or Night either one. Have you ever been to a site and seen a index page or any
    page at all control everything such as index.php?do=home&action=logout something similar to the
    above? Well I am going to show you how easy it is to make this all own your own, and only have to
    use one web template or design to make it work. Before we get started you need to go ahead and find
    the web design that you want to use. After you find the site you want to use go ahead and save
    it... and save it like this so we can work together, ok! Note* We are going to ....
  12. Making a java based program
    (3)
    Java GUI Making a Little Java Program Sec. 1: Imports and starting it off Sec. 2: Variables Sec.
    3: Frame and Stuff Sec. 4: Declaring buttons Sec. 5: Adding buttons Sec. 6: Action Listening Sec. 7:
    Using this for a learning experience Section 1 Now, let's think. What imports do we need? We
    obviously need GUI imports. We also need the action Listener. So, let's declare this at the very
    top: Code: CODE import java.awt.*; import java.awt.event.*; import javax.swing.*; That's
    all we need to get all our supplies. Now to start us off. Skip a couple lines ....
  13. Making The Popular Id Browsing For Your Site.
    (17)
    Was just sitting and being bored but then I realized I could show how to create more or less popular
    ?id=page browsing. It's actually really easy. I know two ways how to do it. First one I learned
    was checking the variable and if it's true including the text/file/anything needed and so on. It
    was ok, but sometimes I just couldn't make it work so I switched to switch() function and
    that's what I'm going to show you guys right now. So, I made a test page which contains the
    code needed and here is its source. CODE <!DOCTYPE HTML PUBLIC ....
  14. 3d Landscape In Swishmax (flash)
    some syntax differences but basically same as flash (1)
    OK! this tutorial is inspired by a game at addictinggames.com... im not sure how many of you
    have played it but here it is: God's Playing Field Its a cute little game... but when i first
    played it i though HOW DOES IT DO THAT!!! and by that i mean dot he 3d with the mouse
    and then today i finally got around to making it... I used one of the oldest tricks in the book...
    so lets educate you a lil about flash... Flash does not support 3D directly, you have to find some
    way to make your own. You could develop some complicated system for which you co....
  15. How To Make 3d Wireframes
    A Flash Actionscript tutorial (2)
    Ok to start off this tutorial, i would like to ask you to make a blank flash movie and set the stage
    to have a width of 600 and a height of 400. Now when the movie loads, we need to set some variables
    so lets start off by setting the origin QUOTE origin = new Object(); origin.x = 300; origin.y =
    200; What this does, is it defines the origin to be an object with physical properties such
    as X and Y coordinates and it then sets those coodinates to 300 and 200, which is the center of the
    movie. Now we want to set what is called the 'focalLength'. QUOT....
  16. How To Create Self-unzipping Files
    for beginners (18)
    This tutorial is based on winzip 10.0 (but it should work on other versions). Create or open the
    file you would like unzipped. Now, on the Actions menu, click make .exe file. A popup box should
    popup. Click ok. Now in the popup box that appears, type in the default folder that the program
    will unzip to. Press ok. Now another popup will tell you if you want to test the file, click yes.
    Now click ok again in the box that appears. Now press unzip. If it says - files unzipped
    succsessfully! Click ok and pat your self on the back! You have created the self-....
  17. Making A Dynamic Page On Blogspot
    Using an external server to make your pages hosted on blogspot dynamic (5)
    Good morning everyone. Have you ever wondered how to allow your visitors to edit content on your
    blog? Like adding a post straight off the page, adding a link, editing your profile etc. This will
    be extremely useful if you want your visitors to contribute to your blog besides writing comments or
    tagging. 1. Adding a post straight off the page. Go to blogger.com, login, select your blog. Go to
    settings -> email. By enabling blog email, you can now add a post by simply sending an email to the
    address you specified. The address should look something like: yourusername....
  18. Beginner's Guide To Skiing
    Based on my own experience. (4)
    I really like skiing. It is so much fun that you won't know how you could have survived until
    your first time. So here are some things you should know before you head over to your lcoal ski
    area: Dressing: You should get a few basic things: -Base layer: long underwear, especially
    thermals, keep you warm, wick moisture from the skin, keep your legs from getting irritated by your
    ski pants -Middle layer: A fleece jacket; or anything aside from wool, which is very itchy. This
    will keep you warm in cold weather. If your outer jacket or parka (see below) is insulate....
  19. Flashing Your Motherboard's Bios
    How to flash a BIOS (10)
    Hello Everyone, Let me start with reintroducing myself into this forum. My name is Michael Odo. A
    Nigerian and one of the previous most active members of this great online community. Well, I know
    that I have been off from here for quite a very long time due to some hard times but, I am back now
    and in full force . Back to the topic of my discussion . BIOS means Basic Input/Output System .
    It is a software embedded into your motherboard and which controls everything on your system.
    Flashing the BIOS is quite a risky affair and you are better adviced not to try t....
  20. Using An Actionscript In Flash For Loops
    (0)
    QUOTE When you are dealing with a lot of data, you without a doubt will run into the need to use
    loops. Lets say you would want to attach a movieClip to the stage. If its just a few clips it
    won't form a problem, but what if you wanted to attach a lot more clips? It would be impossible
    to set them up piece by piece. It would take hours of coding the same code over and over again and
    that redundancy is something you could really do without, not even talking about the time you are
    loosing. This is where loops come into action. We have a few different ones to our d....
  21. Loading Movies Technique In Flash
    (4)
    What is loading movies technique? Well for example if you are buildin a 7 section website fully
    flash animated, the whole site is flash, one option is to make the 7 sections in the same movie, but
    the result will be a huge movie, that will take a lot of time to load, and probably the user wont
    stay that long to wait. The other option is to make one main movie and 7 other movies one for every
    section and then load does movies dinamically into the main movie, in that case the user its gonna
    load the main movie and then just load the section hes gonna navigate. Now lets get....
  22. How To: Make A Simple Php Site
    Making one file show up on all pages using php (21)
    I have looked all over the site and could not find anything that was like this simple, or just like
    this at all.. For some people i know that you are using a basic HTML site...and having a big menu
    if you want to add somthing you have to go into every one of the pages and add or remove or edit
    what you want to do, but with somthing verry simple all you would have to do is edit one file, and
    all of the pages that have the PHP script on them would suddenly change to what that one file is.
    So to start off if you are planning on using this little tirck, the page that you a....
  23. Tweening In Flash Mx
    Simple tutorial for biginners. (10)
    In this tutorial you will learn how to tween in Flash MX. Motion Tween 1. Create a new
    document in flash. Any size will do. 2. Create any shape or object - just not a Flash UI. 3. On
    the time line right click on the time when you want it to stop moving. right click on a frame and
    click Insert keyframe. 4. Select it, you can use the black picture of a cursor in the toolbox
    (Arrow Tool (v)) 5. With the new Keyframe selected move the object where you want it to move it.
    6. Select the to keyframes with shift. 7. Right click and press Create Motion Tween. 8. Pr....
  24. Making And Editing A New Ipb V1.2 Skin
    IPB newbie tutorial #2. (0)
    And I welcome you all, back for IPB tutorial session #2. For this tutorial I once again target you,
    the newbie, and will assist you in the process of customizing your forum. When I first started
    playing around with Invision Power Board, I was unaware of all of its features. In fact, when I did
    learn of these features I had no clue what do to with them. So now, listen up, as I teach you the
    basics of creating and editing a new skin. Let us begin. 1. Log into your AdminCP, on the left
    side expand the Skins and Templates section, and click on Board Wrappers. Then ....
  25. Making Winrar Archives
    and adding password to winrar archives (12)
    **** This tutorial will show you how to put files into .rar Archive and pass worded (if wanted)
    **** What You Will Need Before continuing you will need a couple of thing, first of all you
    need WINRAR , which is a very powerful archive manager. It can reduce size for you email
    attachments, decompress RAR, ZIP and other types of files downloaded from the internet. You can get
    winrar at http://www.rarlabs.com The other thing is that make sure your using Windows XP because
    this is what I used to make this tutorial. I think it works with any other windows not....
  26. Tutorial: Installing D-shoutbox For Ipb V1.2
    Making your installation even easier (12)
    Over the course of the summer I have tried hard to install a shoutbox into a new forum I was
    developing. I went to the Invisionalize forums and found several mods for shoutboxes, but none of
    them seemed to work. I first tried to install the D-Shoutbox, but upon this first try, I was
    unsuccessful. Eventually, after much frustration, and trying other mods, which didn't seem to
    stack up to Dean's features, I was determined to make it work. For some, editing your files (to
    the newbie that is) can be difficult, with everything looking like a foreign language (basi....
  27. Making Shadows Without Images
    (4)
    Im going to show you very simply how to create boxes with Shadows using div tags and css, no images
    needed, meaning fat pageload times! /biggrin.gif' border='0' style='vertical-align:middle'
    alt='biggrin.gif' /> You simple need to create two layers, one behind the other, the one behind
    will have a top and left margin on 20px, the one infront 10px, set teh background colour of the one
    behing darker than teh one infront, you should end up with something like this: Here is th html
    to create this effect: CODE <div id="Layer1" style="position:....
  28. Making A Webserver Directory Listing
    Helps you organise your webserver (6)
    I recentely installed IIS with PHP and MySQL on my pc (previous I used UniServer, but that
    doesn't matter here). But I had always to go to http://localhost/websiteiwanted or I had to
    create a shortcut on my desktop for every site so I decided to create an "overviewpage". It shows
    all the websites in your wwwroot with a link to them. If you have folders you don't want to be
    included, you extense the && check (but I'll explain this lateron) Here's the total code:
    CODE <ul> <table cellpadding="3" cellspacing="3" border="....
  29. Saint Michael Css2 Tips And Tricks Issue #1
    css tips and tricks for you beginners and experts (1)
    since my htmls tips and tricks issues are hot on the forum i decided to do some css stuff so lets
    get to work all you beginners and experts. Also note to those who read this is coming from other
    websites so i am not claming any rights to this info even though some people think if they make it,
    its theirs which is bs cuz if that were true then there would not be to many websites on the
    internet now would their?. Ok the scripting im using for right now is the the actually scripting
    on the website without external linking first css trick that is sometimes good to use is....
  30. How To Format Your Flash Disk/ Diskettes
    Formatting your flash or diskette (6)
    Now sometime your flash disk or diskette might have corrupt data, don't worrry just format it.
    follow these simple steps: 1. Double click "My Computer" on your desktop. It opens a window with
    all the available disks. 2. Right-click, your "Removable Disk" or "3 1/2 Floppy" 3. Then click
    "Format" it would bring out a window 4. you can either choose "Quick Format" option to make the
    formatting faster. 5. then click the format buttooon. it formats the drive. When it finishes it
    show you the "format complete" dialog, click "ok" and it is done. you have a formatted d....

    1. Looking for making, interactive, cds, flash, flash, beginners

Searching Video's for making, interactive, cds, flash, flash, beginners
Similar
Adding Flash
Music Player
To Home/any
Page -
How-to (put
any song you
want!
3;!)
Making
Calculators
with PHP -
Some basic
calculator
scripts I
made.
How To Make
An Ultimate
Game List. -
If
you're
making a
site on
video games
or such.
Ftp In
Visual Basic
6.0 - Start
making your
FTP client
using VB6
Making A
Song In
Fruity Loops
Part Three -
part three
precusion
Making A
Song In
Fruity Loops
Part 2 -
part 2 the
second
melody
Load A
Another Swf
Movie Into
Flash
Player. -
During
Execution.
Creating A
Resume - 10
Tips For
Making A
Resume
Digital Time
- Create a
Digital Time
in flash.
Beginners
Guide To
Becoming A
Computer
Hardware
Tech
Making A One
Page Does
All Website
In Phph
Making a
java based
program
Making The
Popular Id
Browsing For
Your Site.
3d Landscape
In Swishmax
(flash) -
some syntax
differences
but
basically
same as
flash
How To Make
3d
Wireframes -
A Flash
Actionscript
tutorial
How To
Create
Self-unzippi
ng Files -
for
beginners
Making A
Dynamic Page
On Blogspot
- Using an
external
server to
make your
pages hosted
on blogspot
dynamic
Beginner'
;s Guide To
Skiing -
Based on my
own
experience.
Flashing
Your
Motherboard&
#39;s Bios -
How to flash
a BIOS
Using An
Actionscript
In Flash For
Loops
Loading
Movies
Technique In
Flash
How To: Make
A Simple Php
Site -
Making one
file show up
on all pages
using php
Tweening In
Flash Mx -
Simple
tutorial for
biginners.
Making And
Editing A
New Ipb V1.2
Skin - IPB
newbie
tutorial #2.
Making
Winrar
Archives -
and adding
password to
winrar
archives
Tutorial:
Installing
D-shoutbox
For Ipb V1.2
- Making
your
installation
even easier
Making
Shadows
Without
Images
Making A
Webserver
Directory
Listing -
Helps you
organise
your
webserver
Saint
Michael Css2
Tips And
Tricks Issue
#1 - css
tips and
tricks for
you
beginners
and experts
How To
Format Your
Flash Disk/
Diskettes -
Formatting
your flash
or diskette
advertisement



Making Interactive Cds With Flash - My second flash tutorial for Beginners



 

 

 

 

ADD REPLY / Got an Opinion! Remove these ADs! RAPID SEARCH! Free Web Hosting [X]
Express your Opinions, Thoughts or Contribute more info. to help others.
Ask your Doubts & Queries to get answers, So that "Together We can help others!"
Register FREE for AD-FREE forum, Create your own topics, Ask Questions, track topics, setup subscriptions & notifications and Get a Free Website w/ Email and FTP.