AbstractItem

Kind of class:public class
Package:com.hydrotik.queueloader
Inherits from:none
Implements:
Known subclasses:
Version:3.1.3
Author:Donovan Adams | Hydrotik | http://blog.hydrotik.com
Classpath:com.hydrotik.queueloader.AbstractItem
File last modified:Sunday, 30 November 2008, 22:56:39

Constructor

AbstractItem

public function AbstractItem (
path:URLRequest, container = *, info:Object, loaderContext:LoaderContext, fileType:int)

Instance properties

bitmap

public bitmap:Bitmap
(read)

bmArray

public bmArray:Array
(read)

bytesLoaded

public bytesLoaded:Number
(read,write)

bytesTotal

public bytesTotal:Number
(read,write)

container

public container
(read)

content

public content
(read)

fileType

public fileType:int
(read,write)

height

public height:Number
(read)

index

public index:int
(read,write)

info

public info:Object
(read,write)

isLoaded

public isLoaded:Boolean
(read,write)

isLoading

public isLoading:Boolean
(read,write)

loader

public loader
(read)

message

public message:String
(read,write)

path

public path:URLRequest
(read)

progress

public progress:Number
(read,write)

target

public target
(read)

title

public title:String
(read)

width

public width:Number
(read)

Instance methods

dispose

public function dispose (
) : void
Specified by:

load

public function load (
) : void
Specified by:

registerItem

public function registerItem (
core:QueueLoader) : void

stop

public function stop (
) : void
Specified by: