Copy link to clipboard
Copied
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
Have something to add?
Find more inspiration, events, and resources on the new Adobe Community
Explore Now