Thumbnailer.loadXML

Availability

Flash Player 6

Usage

myThumbnailer.loadXML(url:String)

Parameters

url - String. URL of the Thumbnailer's XML file

Returns

Nothing.

Description

Method; Loads XML definition from remote location.

Example

The following code will load Thumbnailer's XML file and reinitialize the component with the new data once it is loaded:

myThumbnailer.loadXML("http://www.flashloaded.com/thumbnailerDef.xml);