I actually entered an enhancement request for this that sounds like it may happen in a future player update (hard to decipher what the issue updates actually mean). If you want to vote for it this is the link: http://bugs.adobe.com/jira/browse/SDK-13763
As for workarounds, Alex suggested that monkey patching UIComponent may work, but a less obtrusive solution might be to set up some sort of proxy class. You could create a class (Singleton maybe) that you could make calls to that would maintain a log of listener pairs before passing along the commands to actually create/remove the listeners. HTH, Ben --- In [email protected], "sven.paavel" <[EMAIL PROTECTED]> wrote: > > How ever list all the event listeners for an object. > > I found a proposal: > http://bugs.adobe.com/jira/browse/SDK-14127 > > Any idea how to workaround this problem? > > sven- >

