Title
Description
Body Using MXMLC (the MXML and ActionScript 3 stand alone, command line compiler provided with the freeĀ <a href="http://www.adobe.com/products/flex/sdk/" target="_blank">Flex 3 SDK</a>) to compile your ActionScript 3 SWFs, you can use the SWF metadata tag to set common properties in the main document class for the application. The SWF metadata tag supports 4 properties <ul> <li>width</li> <li>height</li> <li>frameRate</li> <li>backgroundColor</li> </ul> <pre><code>package { [SWF(width="800", height="600", frameRate="60", backgroundColor="#FFFFFF")] public class Main extends Sprite { } }</code></pre>
Section Tutorials Contact Journal About Home
Category Applications Design History Ideas Technology
Tags
Date
DesignProjectX | The digital sandbox of Stephen Bau