About creating progress animations for media files
625
For information on creating progress bars to load media files, see the following topics:
■
“Creating a progress animation for loading SWF and image files” on page 625
■
“Creating a progress bar for loading MP3 files with ActionScript” on page 627
■
“Creating a progress bar for loading FLV files with ActionScript” on page 630
You can find a sample source file that uses scripted animation to create a progress bar
animation. Find tweenProgress.fla in the Samples folder on your hard disk:
■
In Windows, browse to
boot drive
\Program Files\Macromedia\Flash 8\Samples and
Tutorials\Samples\ActionScript\Tween ProgressBar.
■
On the Macintosh, browse to
Macintosh HD
/Applications/Macromedia Flash 8/Samples
and Tutorials/Samples/ActionScript/Tween ProgressBar.
Creating a progress animation for loading SWF and
image files
When you load large SWF or image files into an application, you might want to create an
animation that shows the loading progress. You might create a progress bar that shows
increases as the animation loads. You might also create an animation that changes as the file
loads. For information on loading SWF and image files, see
“Loading external SWF and
image files” on page 593
.
The following example shows how to use the MovieClipLoader class and the Drawing API to
show the loading progress of an image file.
To create a progress bar for loading image or SWF files:
1.
Create a new Flash document called
loadImage.fla
.
2.
Select Modify > Document, and type
700
into the width text box and
500
into the height
text box to change the document’s dimensions.
Содержание FLASH 8-LEARNING ACTIONSCRIPT 2.0 IN FLASH
Страница 1: ...Learning ActionScript 2 0 in Flash...
Страница 8: ...8 Contents...
Страница 18: ...18 Introduction...
Страница 30: ...30 What s New in Flash 8 ActionScript...
Страница 66: ...66 Writing and Editing ActionScript 2 0...
Страница 328: ...328 Interfaces...
Страница 350: ...350 Handling Events...
Страница 590: ...590 Creating Interaction with ActionScript...
Страница 710: ...710 Understanding Security...
Страница 730: ...730 Debugging Applications...
Страница 780: ...780 Deprecated Flash 4 operators...
Страница 830: ...830 Index...