Here is my situation in a nutshell: there is a flash program built and it's being embedded into different site pages. There is no ability to change the flash program and I want a small add-on (let's name it add-on) so it would extend the functionality of the flash program a little bit. Example: my flash program asks for a quote from the main server, I need to display some additional information regarding the quote requested.
The data is being returned by my server json-serialized and I can add any data to it, but as the flash program does not display additional information, I'd like it to show in a window, in a widget on the page or something alike.
Prerequisites: a) Windows OS b) Http traffic (req/resp) should be read as is by the addon and the addon will make necessary calculations/actions and (probably) additional requests if needed c) The ability to show calculated results in any way so the end user could see d) Preferably the add-on should be invoked only when certain requests are fired (for example http://url/get/quote/1234) e) I'd prefer not doing any extra requests; getting extra data from http response being fetched by flash program is fine with me.
The options I believe are:
Firebug has a net panel which can track http(s) requests sent even by embedded Flash apps. See if that is what you want. It shows you the request and response headers POST content (if any) and the response content.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With