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.
This tutorial presents a step-by-step approach to building a simple component in Flash MX, complete with a custom UI and Live Preview movies. It covers how to use new features such as #initclip, registerClass, addProperty, component inheritance, Custom UI's, and Live Preview. By Jonathan Kaye
There is no built in way to instantiate your flash movie at runtime by passing in a parameter. In a command line environment when you start a program you can pass in parameters by adding them after the executable name (e.g. myProg.exe param1,param2). This provides a way of doing this in flash from an html page. By Peter Jones