Interface FlashItem

Hierarchy

Index

Properties

Methods

Properties

public allowSmoothing: boolean

public bitRate: string

public bitmap: boolean

public bits: string

public bold: boolean

public compressionType: string

public convertStereoToMono: boolean

public embedRanges: string

public embedVariantGlyphs: boolean

public embeddedCharacters: string

public fileLastModifiedDate: string

public font: string

public isDefineFont4Symbol: boolean

public italic: boolean

public itemType: string

Read-only; a string that specifies the type of element. "undefined", "component", "movie clip", "graphic", "button", "folder", "font", "sound", "bitmap", "compiled clip", "screen", or "video"

public linkageBaseClass: string

public linkageClassName: string

public linkageExportForAS: boolean

public linkageExportForRS: boolean

public linkageExportInFirstFrame: boolean

public linkageIdentifier: string

public linkageImportForRS: boolean

public linkageURL: string

public name: string

A string that specifies the name of the library item, which includes the folder structure.

public originalCompressionType: string

public quality: string

public sampleRate: string

public scalingGrid: boolean

public scalingGridRect: FlashRectangle

public size: number

public sourceAutoUpdate: boolean

public sourceFileExists: boolean

public sourceFileIsCurrent: boolean

public sourceFilePath: string

public sourceLibraryName: string

public symbolType: string

public timeline: FlashTimeline

public useDeblocking: boolean

public useImportedJPEGQuality: boolean

public videoType: string

Methods

public addData(name: string, type: string, data: any)

Parameters

  • name: string
  • type: string
  • data: any

public convertToCompiledClip()

public exportSWC(outputURI: string)

Parameters

  • outputURI: string

public exportSWF(outputURI: string)

Parameters

  • outputURI: string

public exportToFLV(fileURI: string): boolean

Parameters

  • fileURI: string

Returns

boolean

public exportToFile(fileURI: string): boolean

Parameters

  • fileURI: string

Returns

boolean

public getData(name: string): any

Parameters

  • name: string

Returns

any

public hasData(name: string): boolean

Parameters

  • name: string

Returns

boolean

public removeData(name: string)

Parameters

  • name: string