User Guide
64 Flash Integration
Arguments
templateFile, templateParams, swfFileName, {gifFileName}, {pngFileName},
{jpgFileName}, {movFileName}, {generatorParams}
■ The templateFile argument is a path to a template file, which is expressed as a file://
URL. This file can be a SWT file.
■ The templateParams argument is an array of name/value pairs where the names are the
parameters in the SWT file, and the values are what you want to specify for those
parameters. For Dreamweaver to recognize a SWF file as a Flash object, the first parameter
must be
"dwType". Its value should be a string that represents the name of the object type,
such as
"Flash Text".
■ The swfFileName argument, which is expressed as a file:// URL, is the output filename of
an SWF file or an empty string to ignore.
■ The gifFileName argument, which is expressed as a file:// URL, is the output filename of
a GIF file. This argument is optional.
■ The pngFileName argument, which is expressed as a file:// URL, is the output filename of
a PNG file. This argument is optional.
■ The jpgFileName argument, which is expressed as a file:// URL, is the output filename of
a JPEG file. This argument is optional.
■ The movFileName argument, which is expressed as a file:// URL, is the output filename of
a QuickTime file. This argument is optional.
■ The generatorParams argument is an array of strings that represents optional Generator
command line flags. This argument is optional. Each flag’s data items must follow it in the
array. Some commonly used flags are listed in the following table:
Returns
A string that contains one of the following values:
■ "noError" means the call completed successfully.
■ "invalidTemplateFile" means the specified template file is invalid or not found.
■ "invalidOutputFile" means at least one of the specified output filenames is invalid.
Option Flag Data Description Example
-defaultsize
Width, height Sets the output image size to the
specified width and height
"-defaultsize",
"640", "480"
-exactFit
None Stretches the contents in the
output image to fit exactly into the
specified output size
"-exactFit"
000_DW_API_Print.book Page 64 Wednesday, July 20, 2005 11:58 AM