Featured FLA
» Author: Nick Kouvaris
» Title: Znax
» Description: Znax is a board game. Click 4 tiles of the same color and form squares as big as you can. You will erase all the tiles inside the square and collect points. Get maximum score if you make a square with game edges.
» More by:Nick Kouvaris
Featured Site
» Author Agence WOP Digital Agency
» Title: Electricdrum
» Description: French WOP Agency, 3D websites, Flash (Papervision, Away 3D), event or institutional projects. The agency operates on all digital projects: consulting, design, graphic design, development, online communication. The WOP agency follows you on the implementation of original, creative and optimized digital projects.
How to load an external flash movie in the right place. Useful for chunking up pieces of data to decrease loading time and improve interactivity, for instance, loading text and pictures separately. By Mindaugas
Using this simple trick, you can reference the labels of objects in an external .swf that are marked for 'Export for Actionscript' in your main movie WITHOUT the usual limitation of having to only attach the movies INSIDE the loaded .swf. In other words, you can use them any way you please - as if they were exported in the main movie.
Useful for such object oriented techniques such as: having separate .swfs for sound objects, graphic elements, images, and animations, which you can import at will into any movie that needs to reference those objects. Useful for very large projects. By FreshLaundry