Featured FLA
» Author: Bugra Ozden
» Title: Skatalog v9 - product catalog
» Description: Create your product catalog easly and publish on your website or Create your image gallery, documents list, portfolio. Fully XML Driven
» More by Bugra Ozden
Featured Site
» Posted in the Flash Kit Links section
» Title: Creative DW Image Show PRO
» Description: Creative DW Image Show PRO is a Dreamweaver extension which enables the user to create multimedia presentations. It combines the features of the popular Creative DW Image Show with the ability to add professional text effects to slides (similar to After Effects). The product is very customizable: the user can choose the duration of the transition effects, the slide motion start and end position, zoom and panning type for both images and texts.
Now we move to the action layer. It's time to make the loading process run by adding some action scripts. At first keyframe put the action:
total = _root.getBytesTotal();
loaded = _root.getBytesLoaded();
if (loaded>=total) {
_root.gotoAndPlay(30)
}
Go to keyframe 23, add action as follows:
_root.text.nextFrame();
At keyframe 24 (last keyframe) add action:
gotoAndPlay(1);
Action Analysis
Action at the first keyframe tells the preloader to check if the last frame of movie has loaded, and if it's loaded then play the movie.
Action at the last keyframe (24) allows to keep looping in preloader scene to the first keyframe until movie has loaded.
Action at keyframe 23 tells the dynamic text to display the next message. This dynamic text will be explained more later.
Purnawijaya Citra is a flash developer, spend most of his time for flash development. Proficient handling multimedia projects using Flash and PHP.
Experience some years in teaching flash, graphic and multimedia design.
Mimi Widjaja is basically an agronomist who has strong interest in flash and web/ multimedia design. Having experience working in graphic design for agricultural products. Fond of flashing, writing and travelling.