API Documentation for: 1.1.23
Show:

MediaLoaderResult Class

Defined in: MediaLoaderResult:8
Namespace: cloudkid

The return result of the MediaLoader load

Constructor

MediaLoaderResult

(
  • content
  • url
  • loader
)

Defined in MediaLoaderResult:8

Parameters:

  • content

    The dynamic content loaded

  • url String

    The url that was loaded

  • loader createjs.LoadQueue

    The LoadQueue that performed the load

Item Index

Methods

Properties

Methods

destroy

() public

Defined in destroy:58

Destroy this result

toString

() String public

Defined in toString:47

A to string method

Returns:

String:

A string rep of the object

Properties

content

public

Defined in content:26

The contents of the load

loader

createjs.LoaderQueue public

Defined in loader:40

Reference to the preloader object

url

String public

Defined in url:33

The url of the load