Flash CS3 Documentation |
|||
| ActionScript 2.0 Components Language Reference > UIEventDispatcher class > UIEventDispatcher.unload | |||
Flash Player 6 (6.0.79.0).
Flash MX Professional 2004.
listenerObject= new Object();listenerObject.unload = function(eventObject){// Insert your code here.} componentInstance.addEventListener("unload",listenerObject)
Event; broadcast to all registered listeners when a component is unloaded from Flash Player.
When the event is triggered, it automatically passes an event object (eventObject) to the handler. Each event object has properties that contain information about the event. You can use these properties to write code that handles the event.
Flash CS3
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/flash/9.0/main/00003650.html