Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

need help change as3 to as3 canvas For contact with php

New Here ,
Jan 06, 2017 Jan 06, 2017

this original as3 code


function sendGame(e){

   var variables:URLVariables = new URLVariables();

   variables.my_id = myidCard;

   variables.my_course = mycourse;

   variables.my_time = mytime;

   variables.my_score = myscore;

           

   var urlloader:URLLoader = new URLLoader();

           

   var urlrequest:URLRequest = new URLRequest("http://www/EL/phpCheck/sendActivity.php");

   urlrequest.method = URLRequestMethod.POST;

   urlrequest.data = variables;

   urlloader.dataFormat = URLLoaderDataFormat.TEXT;//VARIABLES

           

   urlloader.load(urlrequest);

}

thankyou^^

TOPICS
ActionScript
216
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jan 06, 2017 Jan 06, 2017

google ajax for that.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jan 08, 2017 Jan 08, 2017

thankyou^^

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jan 09, 2017 Jan 09, 2017
LATEST

you're welcome.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines