Packagecom.acleveraddress.net.multi_loader.utils
Classpublic class MultiLoaderClassExtractor

Used for extracting assets from the library in the Flash IDE



Public Methods
 MethodDefined by
  
extractBitmap(id:String, applicationDomain:ApplicationDomain = null):Bitmap
[static] Used to extract a Bitmap from the library
MultiLoaderClassExtractor
  
extractBitmapData(id:String, applicationDomain:ApplicationDomain = null):BitmapData
[static] Used to extract a BitmapData from the library
MultiLoaderClassExtractor
  
extractFont(id:String, applicationDomain:ApplicationDomain = null):Font
[static] Used to extract a Font from the library
MultiLoaderClassExtractor
  
extractMovieClip(id:String, applicationDomain:ApplicationDomain = null):MovieClip
[static] Used to extract a MovieClip from the library
MultiLoaderClassExtractor
  
extractSound(id:String, applicationDomain:ApplicationDomain = null):Sound
[static] Used to extract a Sound from the library
MultiLoaderClassExtractor
  
extractSprite(id:String, applicationDomain:ApplicationDomain = null):Sprite
[static] Used to extract a Sprite from the library
MultiLoaderClassExtractor
  
getFontName(id:String, applicationDomain:ApplicationDomain = null):String
[static] Used to get the name of a Font from the library
MultiLoaderClassExtractor
Method detail
extractBitmap()method
public static function extractBitmap(id:String, applicationDomain:ApplicationDomain = null):Bitmap

Used to extract a Bitmap from the library

Parameters
id:String — The Linkage ID of the asset
 
applicationDomain:ApplicationDomain (default = null) — The ApplicationDomain within which to load the asset

Returns
Bitmap — The asset, cast as a Bitmap object
extractBitmapData()method 
public static function extractBitmapData(id:String, applicationDomain:ApplicationDomain = null):BitmapData

Used to extract a BitmapData from the library

Parameters
id:String — The Linkage ID of the asset
 
applicationDomain:ApplicationDomain (default = null) — The ApplicationDomain within which to load the asset

Returns
BitmapData — The asset, cast as a BitmapData object
extractFont()method 
public static function extractFont(id:String, applicationDomain:ApplicationDomain = null):Font

Used to extract a Font from the library

Parameters
id:String — The Linkage ID of the asset
 
applicationDomain:ApplicationDomain (default = null) — The ApplicationDomain within which to load the asset

Returns
Font — The asset, cast as a Font object
extractMovieClip()method 
public static function extractMovieClip(id:String, applicationDomain:ApplicationDomain = null):MovieClip

Used to extract a MovieClip from the library

Parameters
id:String — The Linkage ID of the asset
 
applicationDomain:ApplicationDomain (default = null) — The ApplicationDomain within which to load the asset

Returns
MovieClip — The asset, cast as a MovieClip object
extractSound()method 
public static function extractSound(id:String, applicationDomain:ApplicationDomain = null):Sound

Used to extract a Sound from the library

Parameters
id:String — The Linkage ID of the asset
 
applicationDomain:ApplicationDomain (default = null) — The ApplicationDomain within which to load the asset

Returns
Sound — The asset, cast as a Sound object
extractSprite()method 
public static function extractSprite(id:String, applicationDomain:ApplicationDomain = null):Sprite

Used to extract a Sprite from the library

Parameters
id:String — The Linkage ID of the asset
 
applicationDomain:ApplicationDomain (default = null) — The ApplicationDomain within which to load the asset

Returns
Sprite — The asset, cast as a Sprite object
getFontName()method 
public static function getFontName(id:String, applicationDomain:ApplicationDomain = null):String

Used to get the name of a Font from the library

Parameters
id:String — The Linkage ID of the asset
 
applicationDomain:ApplicationDomain (default = null) — The ApplicationDomain within which to load the asset

Returns
String — The font's name