Revisiting the HTTPService Classes
Ok, So HTTPService piece of cake right? You declare it in mxml and you set the url property and when you are ready you call send() and maybe if you need to pass some parameters. Couldn’t be any easier.
Except what if you want to use the HTTPService class from ActionScript? Well its not much [...]
