Hi , I have a swf loaded into another swf , is there a way to monitor the errors that accur in the loaded swf and trace them outside ?
Thanks
Hi , I have a swf loaded into another swf , is there a way to monitor the errors that accur in the loaded swf and trace them outside ?
Thanks
Assuming both SWFs are in the same security sandbox, the containing SWF can listen for events from the loaded SWF without a problem. This is probably the easiest way to implement the behavior you're looking for.