FileUploader.addListener

Availability

Flash Player 8

Usage

FileUploader.addListener( listenerObj:Object )

Parameters

listenerObj - Object; the name of the listener object that receives event notification.

Returns

Nothing.

Description

Method; Registers an object to receive event notification when a FileReference event listener is invoked.

Example

The following example registers a listenerObject to receive event notification messages from the internal FileReference object:

myFileUploader.addListener( listenerObject );