This is more a general question and not a 'help fix code' question:
Goal
Parent swf a.swf loads external child b.swf
Child swf has trace statements: [timestamp][log level][class] msg
is it possible for the parent swf to 'trap' those trace statements and use them as a string?
Purpose:
Parent swf has logging functions (outputs through to javascript for extra logging functionality), I'd love to be able to push child trace statements up through the parent.
Side Notes:
Yes, we're able to see the child's traces in the flashlog (using apps like vizzy) but I'm wondering if it's possible to 'bubble' those child trace statements to parent.
I know of debugging tools that basically 'wrap' your compiled swf for additional debugging but is this possible without those?
Thanks in advance