Catching exceptions in global$init?

When I load some external SWFs using Loader, they sometimes raise exceptions from global$init. I want to catch these exceptions. I don’t have control over these external SWFs and Loader.uncaughtErrorEvents doesn’t report exceptions thrown from global$init.

Is there anyway to catch these exceptions or at least be notified that an exception occurred? Without the debug player, the application just continues to appear to run “normally” and the user doesn’t know that anything went wrong.

Thanks in advance!

Alexander