Skip to main content
Participant
July 25, 2016
Question

How to catch uncaught error in nested loaded movies?

  • July 25, 2016
  • 0 replies
  • 148 views

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

This topic has been closed for replies.