DZone Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
Flex 3 Actionscript Swf Meta Data
// setups swf metadata including width, height, framerate, and backgroundcolor
[SWF(width="640", height="480", frameRate="30", backgroundColor="FFFFFF")]





