In Ajax I use the javascript window.onerror event to intercept every 
error occurred on the page.
I then use XmlHttpRequest to send the error messages to a back-end 
database that collect all errors and finally I leave the error to bubble up.
I would like to do the same thing in Flex, but I don't find any 
equivalent of window.onerror.
So, how can I intercept every error ( without using a sort of global try 
catch ) before it open the Flash alert window?
 

-- 
FABIO SERRA - faser(at)faser.net
PGP available

Reply via email to