I was wondering if this could be customized by displaying the
stock symbols of my choice. But I've since discovered I can use
this on our internal servers.
use the LoadVars() class to sendAndLoad() to your php script.
replace that echo statement with a print
"mostRecentTrade=$contents[1]&todaysChange=$contents[4]";
and then reconstitute that echo in flash using the string
methods.