Question
How to catch uncaught error in nested loaded movies?
Hey Folks,
is there a way to catch uncaught errors in movies that were loaded by a loaded movie?
For example:
movieA --loading--> movieB --loading--> movieC
movieA catches uncaught errors from movieB but cannot catch uncaught errors from movieC as long as movieB doesn't catch uncaught errors from movieC itself and forward the uncaught event to movieA via dispatchEvent. In case where you cannot access the movieC you would need some global catch here?!
Greets,
Sam
