|
_FlashOptions Struct Reference
Conversion and export options.
More...
#include <AIFlashPrefs.h>
List of all members.
Public Attributes |
ASUnicode | m_presetName [256] |
| SWF preset name.
|
FlashExportOption | m_exportOption |
| Export options.
|
FlashExportVersion | m_exportVersion |
| Version of the exported SWF file.
|
AIReal | m_frameRate |
| The number of frames per second that the player will use in rendering the SWF file.
|
AIBoolean | m_looping |
| When true, make a loop.
|
AIBoolean | m_readOnly |
| When true, write an SWF file that cannot be imported by other applications, but only read by the flash player for rendering.
|
FlashOutputSize | m_outputSize |
| Output area (artboard or page).
|
int | m_curveQuality |
| Curve quality, a value in the range [0..10], which controls the tolerance as cubic bezier curves are converted to quadratic curves.
|
FlashImageFormat | m_imageFormat |
| Image format (JPEG or ZLIB).
|
FlashJPEGQuality | m_jpegQuality |
| Image quality for JPEG.
|
FlashJPEGMethod | m_jpegMethod |
| Rasterization method for JPEG.
|
AIReal | m_imageResolution |
| Image resolution in pixels per inch.
|
FlashOverwriteOption | m_overwriteOption |
| Whether and how to overwrite an existing file.
|
AIBoolean | m_flattenArtwork |
| When true, flatten layers before conversion.
|
AIBoolean | m_useBackground |
| When true, m_bgLayerIndex specifies a list of layers to use as static contents in the animated SWF file.
|
ai::int32 * | m_bgLayerIndex |
| Pointer to an array of layers to use as static contents in the animated SWF file if m_useBackground is true.
|
FlashAnimateBlendOption | m_animateBlendOption |
| When animating blends, the animation method.
|
AIBoolean | m_orderLayersTopDown |
| When true, convert layers from the top down.
|
AIRGBColor | m_backgoundColor |
| The background color.
|
AIBoolean | m_exportTextAsOutlines |
| When true, export text as outlines.
|
AIBoolean | m_compressFile |
| When true, compress the output file.
|
AIBoolean | m_exportArtboardSymbols |
| When true, export all symbols in Symbols palette to the SWF File.
|
AIBoolean | m_ignoreTextKerning |
| When true, ignore kerning in the text objects.
|
FlashPlaybackSecurity | m_playbackSecurity |
| Whether the SWF file can access local files only, or network files only.
|
AIBoolean | m_includeMetadata |
| When true, include some metadata information for the SWF file (such as Author, Title, Description).
|
Detailed Description
Conversion and export options.
Member Data Documentation
Pointer to an array of layers to use as static contents in the animated SWF file if m_useBackground is true.
The contents of those layers is included in every SWF frame.
When true, compress the output file.
Curve quality, a value in the range [0..10], which controls the tolerance as cubic bezier curves are converted to quadratic curves.
0 is the highest tolerance resulting in lowest quality, 10 is the lowest tolerance resulting in highest quality.
When true, export all symbols in Symbols palette to the SWF File.
When true, export text as outlines.
Version of the exported SWF file.
When true, flatten layers before conversion.
The number of frames per second that the player will use in rendering the SWF file.
In the range [0.01..120]
When true, ignore kerning in the text objects.
Image format (JPEG or ZLIB).
Image resolution in pixels per inch.
When true, include some metadata information for the SWF file (such as Author, Title, Description).
Rasterization method for JPEG.
When true, convert layers from the top down.
Output area (artboard or page).
Whether and how to overwrite an existing file.
Whether the SWF file can access local files only, or network files only.
SWF preset name.
Set to empty string to use [Default]
When true, write an SWF file that cannot be imported by other applications, but only read by the flash player for rendering.
Corresponds to "Protect from Import" in the UI.
When true, m_bgLayerIndex specifies a list of layers to use as static contents in the animated SWF file.
The contents of those layers is included in every SWF frame.
The documentation for this struct was generated from the following file:
|