FileUploader.removeListener

Availability

Flash Player 8

Usage

FileUploader.removeListener( listenerObj:Object )

Parameters

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

Returns

Nothing.

Description

Method; Removes an object from the list of objects that receive event notification messages.

Example

The following example removes an event listener (listenerObject) using the removeListener method.

myFileUploader.removeListener( listenerObject );