javascript code to send to server
Posted: 27 Aug 2013, 12:57
Hi,
I am a flash (action script ) developer and i am sending the below code to server:
var sfso:ISFSObject = new SFSObject();
sfso.putInt("gameConfigId", configId);
this.mysfscomm.newExtensionReq("game.rowclickdata",sfso,null);
I have to use the same code in html5 , jquery and send it to smartfox server.
Can you please let me know what code should i write in place of this so that it starts working for html5 and jquery.
I am a flash (action script ) developer and i am sending the below code to server:
var sfso:ISFSObject = new SFSObject();
sfso.putInt("gameConfigId", configId);
this.mysfscomm.newExtensionReq("game.rowclickdata",sfso,null);
I have to use the same code in html5 , jquery and send it to smartfox server.
Can you please let me know what code should i write in place of this so that it starts working for html5 and jquery.