I have a flash game and get updates after pressing a button. Only a table inside the flash gets updated and the changes are not shown in the html source (well, its flash after all). Logging with Fiddler shows first one encrypted package (containing all data of the table after decoding with Fiddler) followed by 16x json packages (single entry of the table).
What i want to know is how to get those single packages in Delphi.
I do not want to alter the data, i simply want to read them. I cant make any changes to anything (webserver, flash, etc).