home *** CD-ROM | disk | FTP | other *** search
/ Champak 110 / jogo-disk-110.iso / Games / ten_pin_bowling.swf / scripts / frame_31 / DoAction.as
Text File  |  2008-11-12  |  389b  |  17 lines

  1. trace("REGISTER");
  2. loadingscorestxt._visible = true;
  3. _root.myURL = "http://www.conn3ct.com/flextech/game7/";
  4. _root.myURL = "";
  5. lv = new LoadVars();
  6. lv.my_name = my_name;
  7. lv.my_email = my_email;
  8. lv.optin = 0;
  9. lv.score = gamescore;
  10. lv.tablename = "game4";
  11. lv.sendAndLoad(_root.myURL + "php/register.php",lv,"POST");
  12. lv.onLoad = function(success)
  13. {
  14.    nextFrame();
  15. };
  16. stop();
  17.