Is there a way within ActionScript 3.0 to:
- Get all URLRequests() that are made within the application?
- Get all RTMP:// connections to a Flash Media server?
Since my application contains SWC files which were compiled by another developer, I cannot directly access the ActionScript which creates the URL requests and RTMP connections.
Thank your for your time.