BBM.net is designed to save you time and deliver the highest quality royalty-free music for your multimedia projects. Features include: over 450 Music Loop Packages from some of the best composers in the business, our music search engine to speed your selection process, alternate music versions & bonus sounds to use for rollovers or transitions, free technical support and free consulting.
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