|
![]() |
Course Course |
Packaging & Publishing
File SharingBegin by thinking about the best way to share. You'll probably want to export your project as a .swf movie so that end users will only need the Flash Player to run it. You may also want to provide a link to the Flash Player software or provide instructions for use. PreloaderConsider the load-time of your project. Many developers like to incorporate a "preloader" for projects that take a long time to download. You've probably see preloaders before, they may be a countdown page, an animated logo, or load-time bar indicating the progress of the download. Preloaders are very easy to incorporate into your project. Just insert some several frames at the very beginning of the Timeline. You need a preloader layer and keyframes in the Actions layer. On the first frame of the Action, add the following script: - P. Slater, Spring 2006 ifFrameLoaded ("finalframenumber") { Next, in a keyframe at the end of the 5-10 frames you added, place the following action: gotoAndPlay(1); Then, in the preloader layer, create a series of keyframes and input a changing image or text. An example might be "Loading." "Loading. ." "Loading . . ." Project PresentationConsider how the project is presented to the end user. Does your project have a title page or introductory graphic? Will people understand the purpose of the project or is some explanation needed? How will users access help? Is your project part of a larger website or CD program? Web-based. Many Flash projects are served on websites. The entire website may be Flash-based or Flash movies may be integrated as special features for specific purposes such as tutorials. |
|
Rather than one long Flash project, consider creating a series of quickly loading movies that can be embedded on web pages. CD/DVD. Flash projects can be shared on CD, DVD, or through network servers. Some people prefer the CD, DVD, or local server option because websites sometimes become unavailable. On the other hand, while a website is easily updated, a CD or DVD can quickly become dated.
Flash Player DetectionSome developers add the Flash components to their website, then tell users to get the Flash Player if they don't have it. Others want to automatically detect for a Flash Player. A Flash Player Detection Kit is incorporated into Flash Professional 8. To learn more about player detection, go to the Flash Player Detection Kit page at Macromedia.
|
||
Try Helen Triolo's flash-creations website contains the following wonderful short tutorials: Publish: Browser Display Options Publish: Optimizing Image and Sound Compression for Size/Quality | ||
Learn More
|
| All Rights Reserved. Created 10/05. Updated 5/06. Feedback |