Getting started with AS3

Getting started with AS3

in API Development

Posted by: MossyStump.9461

MossyStump.9461

So, I’m relatively experienced with Actionscript 3, but I have no earthly idea where to start with something like this. I already have methods for handling the JSON, I’m just at a loss how to actually get it from the servers using the API.

Has anyone worked with the API with AS3?

Getting started with AS3

in API Development

Posted by: Khisanth.2948

Khisanth.2948

Well you would need to start with something in AS3 that will let you make HTTP requests(you could go lower but that means reimplementing HTTP and that is not a can of worms you want to open).

Something like http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/mx/rpc/http/HTTPService.html should fit the requirements but I have no idea if that fits with what you want to do.

Getting started with AS3

in API Development

Posted by: MossyStump.9461

MossyStump.9461

After a little work, (and googling), I have this

Also, Skyboy’s work