|
|
|||
Flash Player 8
FileUploader.addListener( listenerObj:Object )
listenerObj - Object; the name of the listener object that receives event notification.
Nothing.
Method; Registers an object to receive event notification when a FileReference event listener is invoked.
The following example registers a listenerObject to receive event notification messages from the internal FileReference object:
myFileUploader.addListener( listenerObject );