I want to request this URL: http://api.beatport.com/catalog/3/most-popular , which should return some JSON, and then parse certain information from it.
How do I do this in ActionScript 3? I'm more worried about how to get the data to feed to the JSON parser instead of parsing JSON, as there seem to be a lot of questions about parsing JSON. The reason I want to do this in AS3 is because I have 3D flash visualization installed and I want to get this data, analyze the corresponding bits and then display the analyzed bits in the visualization.
I am open to any other ways to do this, which integrates easily with Flash other than AS3, if there is an easier way to do this in another language.
source share