View Single Post
Nutrox's Avatar Nutrox Nutrox is offline Super Moderator 17 Creative Assets 2008-11-14 #21 Old  
One thing you could do is use a local PHP file to load the data from the service, decode it, and then send the decoded data to Flash (or re-encoded it using zlib). So instead of loading the data directly from the service you do it via a PHP file. At least that way you will know exactly what Flash will be receiving.
Reply With Quote