Project settings: Source

Use these settings to specify what you want to include in the application. You can include either one SWF file or a whole directory with files and subdirectories. The smart file system of Chameleon Flash allows you to include absolutely any files used by your SWF application: SWF, FLV, XML, JPG, etc. Note: Chameleon Flash Lite edition cannot compile projects consisting of many files.

Startup file
The SWF file that will be opened when the application is started.

SWF variables
Here you can enumerate variables and values that will be assigned when the startup SWF file is initiated. The ‘SWF variables’ field can be used to import root level variables to the movie. All variables are created before the first frame of the SWF is played. The format of the string is a set of name=value combinations separated by '&'. Special and/or non-printable characters can be escaped with '%' followed by a 2-digit hexadecimal value. A space can be represented by the '+' character. If you have experience working with SWF on HTML pages, this settings is the same as «<PARAM NAME=FlashVars VALUE="var1=value1&var2=value2&var3=value3">».