Search found 3 matches

by arunesh_mobicules
27 Aug 2013, 12:57
Forum: SFS2X Questions
Topic: javascript code to send to server
Replies: 1
Views: 3976

javascript code to send to server

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 ...
by arunesh_mobicules
21 Aug 2013, 09:57
Forum: SFS2X HTML5 / JavaScript API
Topic: HRC in HTML5 Connection_resume
Replies: 3
Views: 9184

Re: HRC in HTML5 Connection_resume

Hi,

Thanks for your reply.

I hope i was not able to clarify my question very well.

Elaborating again. I am planning to make a html5 based poker game. whats the issue coming to me that when a user joins a game ( room ) and starts playing but say after some time the connection gets disconnected. I ...
by arunesh_mobicules
21 Aug 2013, 07:26
Forum: SFS2X HTML5 / JavaScript API
Topic: HRC in HTML5 Connection_resume
Replies: 3
Views: 9184

HRC in HTML5 Connection_resume

Hello,

HRC is not supported by Smartfox.
http://docs2x.smartfoxserver.com/Gettin ... eb-sockets

is there any other option on HRC?

Thanks