home *** CD-ROM | disk | FTP | other *** search
- stop();
- rankz_t10_send = new LoadVars();
- rankz_t10_receive = new LoadVars();
- rankz_t10_send.SU0249 = "MjU1N2olZSVhJW4lcw==";
- rankz_t10_send.flashkey = "UENSRkdxVks=";
- rankz_t10_receive.onLoad = function(success)
- {
- if(success)
- {
- _rankz_ar_ = rankz_t10_receive.top10.split("<u/*/u>");
- i = 0;
- while(i < _rankz_ar_.length)
- {
- tempv = _rankz_ar_[i].split("</*/>");
- _root["rankz_n" + (i + 1)].text = tempv[0];
- _root["rankz_v" + (i + 1)].text = tempv[1];
- i++;
- }
- }
- else
- {
- trace("ERROR");
- }
- };
- rankz_t10_send.sendAndLoad("http://rankz.armorbot.com/get/top10.php",rankz_t10_receive,"POST");
-