Class
Options which may be supplied when exporting a document as an Flash (.SWF) file.
ExportOptionsFlash
Class
Property | Type | Access | Description |
---|---|---|---|
artClipping | ArtClippingOption: ArtClippingOption.OUTPUTARTBOUNDS ArtClippingOption.OUTPUTARTBOARDBOUNDS ArtClippingOption.OUTPUTCROPRECTBOUNDS |
r/w | How should the arts be clipped during the output. (default: ArtClippingOption.OUTPUTARTBOUNDS) |
artboardRange | string | r/w | If SaveMultipleArtboards is true,this will be considered for multi-asset extraction which specifies artboard range.Empty string will extracts all the artboards.Default is empty string. |
backgroundColor | RGBColor | r/w | The background color. |
backgroundLayers | Array of Layer | r/w | A list of layers to be included as the static background in all exported Flash frames. |
blendAnimation | BlendAnimationType: BlendAnimationType.NOBLENDANIMATION BlendAnimationType.INSEQUENCE BlendAnimationType.INBUILD |
r/w | Controls how the blend art objects are animated when export to Flash frames. (default: BlendAnimationType.NOBLENDANIMATION) |
compressed | bool | r/w | Should the exported file be compressed. (default: false) |
convertTextToOutlines | bool | r/w | Should all text be converted to outlines. (default: false) |
curveQuality | Int32 (range: 0 - 10) | r/w | How much curve information should be preserved. (default: 7) |
exportAllSymbols | bool | r/w | Should all symbol definitions in the palette be exported to the SWF File. (default: false) |
exportStyle | FlashExportStyle: FlashExportStyle.ARTBOARDSTOFILES FlashExportStyle.ASFLASHFILE FlashExportStyle.LAYERSASFRAMES FlashExportStyle.LAYERSASFILES FlashExportStyle.LAYERSASSYMBOLS |
r/w | How should the Flash file be created. (default: FlashExportStyle.ASFLASHFILE) |
exportVersion | FlashExportVersion: FlashExportVersion.FLASHVERSION1 FlashExportVersion.FLASHVERSION2 FlashExportVersion.FLASHVERSION3 FlashExportVersion.FLASHVERSION4 FlashExportVersion.FLASHVERSION5 FlashExportVersion.FLASHVERSION6 FlashExportVersion.FLASHVERSION7 FlashExportVersion.FLASHVERSION8 FlashExportVersion.FLASHVERSION9 |
r/w | Which version of SWF to export. (default: FlashExportVersion.FLASHVERSION9) |
frameRate | number (range: 0.01 - 120) | r/w | When exporting layers to Flash frames. (default: 12) |
ignoreTextKerning | bool | r/w | Should the kerning information for text objects be ignored. (default: false) |
imageFormat | FlashImageFormat: FlashImageFormat.LOSSLESS FlashImageFormat.LOSSY |
r/w | How should the images in the exported Flash file be compressed. (default: FlashImageFormat.LOSSLESS) |
includeMetadata | bool | r/w | If true, include minimal XMP metadata in the exported file. (default: false) |
jpegMethod | FlashJPEGMethod: FlashJPEGMethod.Standard FlashJPEGMethod.Optimized |
r/w | What method to use. (default: FlashJPEGMethod.Standard) |
jpegQuality | Int32 (range: 0 - 10) | r/w | Level of compression. (default: 3) |
layerOrder | LayerOrderType: LayerOrderType.BOTTOMUP LayerOrderType.TOPDOWN |
r/w | The order in which the layers will be exported to Flash frames. (default: LayerOrderType.BOTTOMUP) |
looping | bool | r/w | Should the Flash file be set to loop when run. (default: false) |
playbackAccess | FlashPlaybackSecurity: FlashPlaybackSecurity.PlaybackLocal FlashPlaybackSecurity.PlaybackNetwork |
r/w | What access should the SWF file have - local or network access. (default: FlashPlaybackSecurity.PlaybackLocal) |
preserveAppearance | bool | r/w | Choose whether to preserve artwork appearance or editability (default) during export. (default: false) |
readOnly | bool | r/w | Prevent the exported file from being imported by other applications. (default: false) |
replacing | SaveOptions: SaveOptions.SAVECHANGES SaveOptions.DONOTSAVECHANGES SaveOptions.PROMPTTOSAVECHANGES |
r/w | If a file with the same name already exists, should it be replaced? (default: SaveOptions.PROMPTTOSAVECHANGES) |
resolution | number (range: 72 - 2400) | r/w | Pixels per inch. (default: 72) |
saveMultipleArtboards | bool | r/w | All the artboards or range of the artboards will be exported. (default: false) |
Jongware, 25-Nov-2012 v3.0.3i | Contents :: Index |