URLLoaderStrategy

Kind of class:public class
Package:com.bourre.load.strategy
Inherits from:none
Implements:
Version:1.0
Author:Francis Bourre
Classpath:com.bourre.load.strategy.URLLoaderStrategy
File last modified:Monday, 24 November 2008, 11:36:47

Summary


Constructor
Constants
Class methods
Instance methods

Constructor

URLLoaderStrategy

public function URLLoaderStrategy (
dataFormat:String = null)

Constants

BINARY

public static const BINARY:String = URLLoaderDataFormat.BINARY
(read)

TEXT

public static const TEXT:String = URLLoaderDataFormat.TEXT
(read)

VARIABLES

public static const VARIABLES:String = URLLoaderDataFormat.VARIABLES
(read)

Class methods

isValidDataFormat

public static function isValidDataFormat (
dataFormat:String) : Boolean

Instance methods

getBytesLoaded

public function getBytesLoaded (
) : uint

getBytesTotal

public function getBytesTotal (
) : uint

load

public function load (
request:URLRequest = null, context:LoaderContext = null) : void

Specified by:

release

public function release (
) : void

Specified by:

setDataFormat

public function setDataFormat (
dataFormat:String) : void

setOwner

public function setOwner (
owner:Loader) : void

Specified by:

toString

public function toString (
) : String

Returns the string representation of this instance.
Returns:
  • the string representation of this instance