Building on the code here, I wanted to put together a demo widget for the Chumby to display mint statistics from my site.
The widget hits a PHP script that returns a JSON object which Flash Lite uses to output the hourly metrics for the past 24 hours.
Code:
var reply_lv = new LoadVars(); var send_lv = new LoadVars(); var […]

