|
|
|||
Flash Player 8
FileUploader.removeListener( listenerObj:Object )
listenerObj - Object; the name of the listener object that receives event notification.
Nothing.
Method; Removes an object from the list of objects that receive event notification messages.
The following example removes an event listener (listenerObject) using the removeListener method.
myFileUploader.removeListener( listenerObject );