Properties

Methods

FaderURL class

FaderURL

 

 

 

Overview

Description

FaderURL used as stack to store the URLS Returns the URL by index

Properties

 

URLArr

Usage

private var URLArr:Array

Description

Holds the Array of external asset URLS (Image/SWF).

Default

[]

Methods

 

addURL

Usage

public function addURL( _object:String ):void

Description

addURL Push the item in stack Validates the string against length and Null Object

Returns

Nothing
 

getURL

Usage

public function getURL( _index:Number ):String

Description

Retrieves a fileURL, by index.

Returns

A URL
 

getLength

Usage

public function getLength():Number

Description

Gets the number of URLS

Returns

The number of URL