## Compiling Flash from the command line If you want to mess around with the flash-side of things, you will need to be able to compile the `.as` file into a `.swf`. Using the Flex SDK (which is free), flash movies can be compiled directly from the command line. It makes life that little bit less painful. ### Installing mxmlc 1. Download and unzip the current 'Milestone Release' 'Open Source Flex SDK' from: 2. Copy the `bin` folder to `/usr/local/bin/flex/bin/` 3. Add `/usr/local/bin/flex/bin/` to your `PATH` ### Compiling the SWF Run the following command from within the `audiojs` folder. > mxmlc audiojs.as