Creating a style sheet SWF file using a command-line compiler

You can create a style sheet SWF file for use with a Guide using the command-line MXML compiler included with the Flex SDK available with Workbench.

Create a style sheet SWF file using a command-line compiler

  1. On the machine where Workbench is installed, ensure that the latest Java Runtime Environment (JRE) is installed.

  2. Click Start > Programs > Accessories > Command Prompt .

  3. Navigate to the Flex_SDK\bin subfolder of the Workbench install location. By default, the path is C:\Program Files\Adobe\Adobe LiveCycle Workbench ES2\Flex_SDK\bin.

  4. Type the following and then press Enter:

    mxmlc [sourcepath] / [filename] .css -output= [destpath] / [filename] .swf

    Where [sourcepath] is the folder location of the source CSS file, and [destpath] is the folder location for the compiled SWF file.

Add the generated SWF file to a LiveCycle ES2.5 application in Workbench. For information on adding resources to a LiveCycle ES2.5 application, see Referencing custom style sheets in a Guide .

// Ethnio survey code removed