Greetings fellow coders - The current app I'm developing needs to track http GET requests from the flash player to the server side, but flash's built in http status code handling is limited. Most sever-side information the player grabs comes from ExternalInterface / JavaScript functions in the browser that lead to java bean objects. So I have no need for xml or loadVars. However, there are a lot of images and videos that pass in and out of the player, and I'd like to monitor these GET requests. Some of these things can be tracked using onLoadComplete's http status tracking abilities in MovieClipLoader, but I want something more generic, and am hoping there might be something out there that will simply track all http GET requests ... akin to mozilla's live http headers, but for flash.
Hope this makes sense, and thanks for reading this. - Kelly _______________________________________________ [email protected] To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com

