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.
You often encounter that you load a movie into an empty movieclip and it does not work, because in nested movieclips objects on the main timeline are referred to with _root. In order to correct this you have to enter the correct path all the time. This pathcorrector component will do it for you. Test this in the following movie where you have three options: a movie loaded by loadMovieNum in level 1 and two movies one with and one without the pathcorrector loaded into an empty movieclip using movieHolder.loadMovie("myMovie.swf");. The uploaded movie contains another movie, movie2, which has a button to regulate one of the objects in movie1. Movie2 in all cases has a pathcorrector (exactly the same as movie1 has) and the name for the empty movieclip in movie1 to upload movie2 is also "movieHolder" as in the parent movie. So in summary you are dealing here with three movies.