supposed i have this JSON, and supposed the properties may change...
'{"srcLocation":"pc","filename":"name","fileext":"jpg","url":""}';
first I want to get all the properties on them (srcLocation, filename etc) and using the properties I got I want to get the corresponding value..
how can I do that in action script?