views:

82

answers:

0

I am very new to Flash development.

I have an asp.net mvc site that has a controller action that returns JSON.

I have a Flash Media Server setup that needs to call that controller action every 15 minutes to get the current schedule. I can get the FMS to call the site (and every 15 minutes no problem) and I am getting the JSON right now as a string, but I need to parse it from the string to objects, in order to use the data returned.

Any pointers or ideas would be very welcomed.