Flash Player 6 (6.0 79.0).
Flash MX 2004.
on(hide){
...
}
listenerObject = new Object();
listenerObject.hide = function(eventObject){
...
}
componentInstance.addEventListener("hide", listenerObject)
Event; broadcast when the object's visible property is changed from true to false.
The following handler displays a message in the Output panel when the object it's attached to becomes invisible.
on(hide) {
trace("I've become invisible.");
}
RSS feed | Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/flash/mx2004/main_7_2/00002939.html
Comments
No screen name said on Feb 17, 2006 at 12:09 PM :