Packagecom.adobe.illustrator
Classpublic class ExportOptionsFlash
InheritanceExportOptionsFlash Inheritance IllustratorHostObject Inheritance CSHostObject Inheritance flash.utils.Proxy

Since : CS5

Options which may be supplied when exporting a document as an Flash (.SWF) file



Public Properties
 PropertyDefined By
  artboardRange : String
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 ( default: )
ExportOptionsFlash
  artClipping : ArtClippingOption
how should the arts be clipped during the output ( default: ArtClippingOption.OUTPUTARTBOUNDS )
ExportOptionsFlash
  backgroundColor : RGBColor
the background color
ExportOptionsFlash
  backgroundLayers : Object
a list of layers to be included as the static background in all exported Flash frames
ExportOptionsFlash
  blendAnimation : BlendAnimationType
controls how the blend art objects are animated when export to Flash frames ( default: BlendAnimationType.NOBLENDANIMATION )
ExportOptionsFlash
  compressed : Boolean
should the exported file be compressed ( default: false )
ExportOptionsFlash
  convertTextToOutlines : Boolean
should all text be converted to outlines ( default: false )
ExportOptionsFlash
  curveQuality : Number
how much curve information should be preserved ( 0 - 10; default: 7 )
ExportOptionsFlash
  exportAllSymbols : Boolean
should all symbol definitions in the palette be exported to the SWF File ( default: false )
ExportOptionsFlash
  exportStyle : FlashExportStyle
how should the Flash file be created ( default: FlashExportStyle.ASFLASHFILE )
ExportOptionsFlash
  exportVersion : FlashExportVersion
which version of SWF to export ( default: FlashExportVersion.FLASHVERSION9 )
ExportOptionsFlash
  frameRate : Number
when exporting layers to Flash frames ( 0.01 - 120.0; default: 12.0 )
ExportOptionsFlash
 InheritedhostObjectDelegate : HostObject
Getter for the delegate
CSHostObject
  ignoreTextKerning : Boolean
should the kerning information for text objects be ignored ( default: false )
ExportOptionsFlash
  imageFormat : FlashImageFormat
how should the images in the exported Flash file be compressed ( default: FlashImageFormat.LOSSLESS )
ExportOptionsFlash
  includeMetadata : Boolean
If true, include minimal XMP metadata in the exported file ( default: false )
ExportOptionsFlash
  jpegMethod : FlashJPEGMethod
what method to use ( default: FlashJPEGMethod.Standard )
ExportOptionsFlash
  jpegQuality : Number
level of compression ( 0 - 10; default: 3 )
ExportOptionsFlash
  layerOrder : LayerOrderType
the order in which the layers will be exported to Flash frames ( default: LayerOrderType.BOTTOMUP )
ExportOptionsFlash
  looping : Boolean
should the Flash file be set to loop when run ( default: false )
ExportOptionsFlash
 Inheritedparent : *
[read-only]
IllustratorHostObject
  playbackAccess : FlashPlaybackSecurity
what access should the SWF file have - local or network access ( default: FlashPlaybackSecurity.PlaybackLocal )
ExportOptionsFlash
  preserveAppearance : Boolean
choose whether to preserve artwork appearance or editability (default) during export ( default: false )
ExportOptionsFlash
  readOnly : Boolean
prevent the exported file from being imported by other applications ( default: false )
ExportOptionsFlash
  replacing : SaveOptions
if a file with the same name already exists, should it be replaced? ( default: SaveOptions.PROMPTTOSAVECHANGES )
ExportOptionsFlash
  resolution : Number
pixels per inch ( 72.0 - 2400.0; default: 72.0 )
ExportOptionsFlash
  saveMultipleArtboards : Boolean
All the artboards or range of the artboards will be exported ( default: false )
ExportOptionsFlash
Public Methods
 MethodDefined By
 Inherited
filterArgsForHBAPI(args:Array):Array
[static] Function to clean up the argument list and put it into a format that makes sense for HBAPI.
CSHostObject
 Inherited
filterSingleObjectForHBAPI(value:Object):Object
[static]
CSHostObject
 Inherited
getClassObjectForName(className:String):HostObject
[static] This returns a "Class" object, meaning, a HostObject that can be used to make static function calls or get static properties
CSHostObject
 Inherited
getSpecialTranslation(className:String, ho:HostObject, expectedReturnType:Class, ownerName:String):*
[static]
CSHostObject
 Inherited
hostCall(name:String, expectedReturnType:Class, rawargs:Array):*
Encapsulates a function call to the host
CSHostObject
 Inherited
hostCallStatic(className:String, methodName:String, expectedReturnType:Class, rawargs:Array):*
[static] Implements a safe call of a static method on the host
CSHostObject
 Inherited
hostGet(name:String, expectedReturnType:Class):*
Encapsulates a property get to the host
CSHostObject
 Inherited
hostGetIndex(idx:Object, expectedReturnType:Class):*
Encapsulates a indexed get to the host
CSHostObject
 Inherited
hostGetStatic(className:String, propertyName:String, expectedReturnType:Class):*
[static] Implements a safe get of a static property on the host Used by for instance, all the enum implementations.
CSHostObject
 Inherited
hostSet(name:String, rawvalue:*):void
Encapsulates a property set to the host
CSHostObject
 Inherited
hostSetStatic(className:String, propertyName:String, rawvalue:*):*
[static] Implements a safe set of a static property on the host
CSHostObject
 Inherited
isDescendedFrom(clz:Class, ancClass:Class):Boolean
[static] Efficiently determines whether or not one class descends from another in inheritance hierarchy- class relationships are cached by the ClassUtils implementation- (uses org.as3commons lib to quickly discover class hierarchy.
CSHostObject
 Inherited
replaceDefaultArgs(args:Array, defaultArgs:Array):Array
Function to tidy up arguments prior to call.
CSHostObject
 Inherited
wrapReturnedHostObject(rawObject:Object, expectedReturnType:Class, client:CSHostObject, propertyName:String):*
[static] Method used on static/normal get/ hostcalls
CSHostObject
Protected Methods
 MethodDefined By
 Inherited
createWithArgs(args:Array):void
CSHostObject
 Inherited
hostCreate(args:Array):void
CSHostObject
Property Detail
artboardRangeproperty
artboardRange:String

Since : CS5

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 ( default: )


Implementation
    public function get artboardRange():String
    public function set artboardRange(value:String):void
artClippingproperty 
artClipping:ArtClippingOption

Since : CS5

how should the arts be clipped during the output ( default: ArtClippingOption.OUTPUTARTBOUNDS )


Implementation
    public function get artClipping():ArtClippingOption
    public function set artClipping(value:ArtClippingOption):void
backgroundColorproperty 
backgroundColor:RGBColor

Since : CS5

the background color


Implementation
    public function get backgroundColor():RGBColor
    public function set backgroundColor(value:RGBColor):void
backgroundLayersproperty 
backgroundLayers:Object

Since : CS5

a list of layers to be included as the static background in all exported Flash frames


Implementation
    public function get backgroundLayers():Object
    public function set backgroundLayers(value:Object):void
blendAnimationproperty 
blendAnimation:BlendAnimationType

Since : CS5

controls how the blend art objects are animated when export to Flash frames ( default: BlendAnimationType.NOBLENDANIMATION )


Implementation
    public function get blendAnimation():BlendAnimationType
    public function set blendAnimation(value:BlendAnimationType):void
compressedproperty 
compressed:Boolean

Since : CS5

should the exported file be compressed ( default: false )


Implementation
    public function get compressed():Boolean
    public function set compressed(value:Boolean):void
convertTextToOutlinesproperty 
convertTextToOutlines:Boolean

Since : CS5

should all text be converted to outlines ( default: false )


Implementation
    public function get convertTextToOutlines():Boolean
    public function set convertTextToOutlines(value:Boolean):void
curveQualityproperty 
curveQuality:Number

Since : CS5

how much curve information should be preserved ( 0 - 10; default: 7 )


Implementation
    public function get curveQuality():Number
    public function set curveQuality(value:Number):void
exportAllSymbolsproperty 
exportAllSymbols:Boolean

Since : CS5

should all symbol definitions in the palette be exported to the SWF File ( default: false )


Implementation
    public function get exportAllSymbols():Boolean
    public function set exportAllSymbols(value:Boolean):void
exportStyleproperty 
exportStyle:FlashExportStyle

Since : CS5

how should the Flash file be created ( default: FlashExportStyle.ASFLASHFILE )


Implementation
    public function get exportStyle():FlashExportStyle
    public function set exportStyle(value:FlashExportStyle):void
exportVersionproperty 
exportVersion:FlashExportVersion

Since : CS5

which version of SWF to export ( default: FlashExportVersion.FLASHVERSION9 )


Implementation
    public function get exportVersion():FlashExportVersion
    public function set exportVersion(value:FlashExportVersion):void
frameRateproperty 
frameRate:Number

Since : CS5

when exporting layers to Flash frames ( 0.01 - 120.0; default: 12.0 )


Implementation
    public function get frameRate():Number
    public function set frameRate(value:Number):void
ignoreTextKerningproperty 
ignoreTextKerning:Boolean

Since : CS5

should the kerning information for text objects be ignored ( default: false )


Implementation
    public function get ignoreTextKerning():Boolean
    public function set ignoreTextKerning(value:Boolean):void
imageFormatproperty 
imageFormat:FlashImageFormat

Since : CS5

how should the images in the exported Flash file be compressed ( default: FlashImageFormat.LOSSLESS )


Implementation
    public function get imageFormat():FlashImageFormat
    public function set imageFormat(value:FlashImageFormat):void
includeMetadataproperty 
includeMetadata:Boolean

Since : CS5

If true, include minimal XMP metadata in the exported file ( default: false )


Implementation
    public function get includeMetadata():Boolean
    public function set includeMetadata(value:Boolean):void
jpegMethodproperty 
jpegMethod:FlashJPEGMethod

Since : CS5

what method to use ( default: FlashJPEGMethod.Standard )


Implementation
    public function get jpegMethod():FlashJPEGMethod
    public function set jpegMethod(value:FlashJPEGMethod):void
jpegQualityproperty 
jpegQuality:Number

Since : CS5

level of compression ( 0 - 10; default: 3 )


Implementation
    public function get jpegQuality():Number
    public function set jpegQuality(value:Number):void
layerOrderproperty 
layerOrder:LayerOrderType

Since : CS5

the order in which the layers will be exported to Flash frames ( default: LayerOrderType.BOTTOMUP )


Implementation
    public function get layerOrder():LayerOrderType
    public function set layerOrder(value:LayerOrderType):void
loopingproperty 
looping:Boolean

Since : CS5

should the Flash file be set to loop when run ( default: false )


Implementation
    public function get looping():Boolean
    public function set looping(value:Boolean):void
playbackAccessproperty 
playbackAccess:FlashPlaybackSecurity

Since : CS5

what access should the SWF file have - local or network access ( default: FlashPlaybackSecurity.PlaybackLocal )


Implementation
    public function get playbackAccess():FlashPlaybackSecurity
    public function set playbackAccess(value:FlashPlaybackSecurity):void
preserveAppearanceproperty 
preserveAppearance:Boolean

Since : CS5

choose whether to preserve artwork appearance or editability (default) during export ( default: false )


Implementation
    public function get preserveAppearance():Boolean
    public function set preserveAppearance(value:Boolean):void
readOnlyproperty 
readOnly:Boolean

Since : CS5

prevent the exported file from being imported by other applications ( default: false )


Implementation
    public function get readOnly():Boolean
    public function set readOnly(value:Boolean):void
replacingproperty 
replacing:SaveOptions

Since : CS5

if a file with the same name already exists, should it be replaced? ( default: SaveOptions.PROMPTTOSAVECHANGES )


Implementation
    public function get replacing():SaveOptions
    public function set replacing(value:SaveOptions):void
resolutionproperty 
resolution:Number

Since : CS5

pixels per inch ( 72.0 - 2400.0; default: 72.0 )


Implementation
    public function get resolution():Number
    public function set resolution(value:Number):void
saveMultipleArtboardsproperty 
saveMultipleArtboards:Boolean

Since : CS5

All the artboards or range of the artboards will be exported ( default: false )


Implementation
    public function get saveMultipleArtboards():Boolean
    public function set saveMultipleArtboards(value:Boolean):void