Hi All,
I working one mutli player game which is required of FLEX(AS) client to communicate to FLEX(AS) server through SFS 2x. Is there any possibilites for this approach ?If anyone have idea plases let me know as soon as possible.
We were created FLEX to JAVA communication but we want to FLEX to FLEX communication with SFS 2x.
Regards,
Gopala
How to develop flex client to flex server application
-
gopala.susurla
- Posts: 31
- Joined: 15 May 2011, 16:09
- Contact:
How to develop flex client to flex server application
GopalaSusurla
-
gopala.susurla
- Posts: 31
- Joined: 15 May 2011, 16:09
- Contact:
Hi Jurekf,
Thanks for given info.But I want exactly client to client communication with SFS2x.In client side I am using AS3.
I want to develop multi player game on chess.If we can arrange pieces for player 1 and player 2.Player 1 ready for thier side and player 2 is ready for his side.So I want to display the pieces according their positions.Means Player 1 side --- player1 is visible down side and opponent is appear for up side.
Player2 side--Player 2 is appear for down side player 1 appear for up side.So please let me know is there any possibilities to communicate Client to Client communication through SFS2x
Thanks for given info.But I want exactly client to client communication with SFS2x.In client side I am using AS3.
I want to develop multi player game on chess.If we can arrange pieces for player 1 and player 2.Player 1 ready for thier side and player 2 is ready for his side.So I want to display the pieces according their positions.Means Player 1 side --- player1 is visible down side and opponent is appear for up side.
Player2 side--Player 2 is appear for down side player 1 appear for up side.So please let me know is there any possibilities to communicate Client to Client communication through SFS2x
GopalaSusurla
hi. If i understand this correctly, client to client direct communication isn.t possible, but you can achieve what you want by creating a room and joining both users there. You can check the SFS2X Tris example to see how it works
Skills: SFS Pro, SFS2X, AS2.0/AS3.0, Java, HTML5/CSS3/JS, C#
Portfolio: https://rjgtav.wordpress.com/
SFS Tutorials: http://sfs-tutor.blogspot.com/ - Discontinued. Some examples may be bugged.
Portfolio: https://rjgtav.wordpress.com/
SFS Tutorials: http://sfs-tutor.blogspot.com/ - Discontinued. Some examples may be bugged.
-
gopala.susurla
- Posts: 31
- Joined: 15 May 2011, 16:09
- Contact:
Hi Bax,
Does means I have to develop game at the starting of the game both Players are ready for their set ups.
Player 1:Player 1 set up should be appear in down side and Player 2setup is appear should be in upside.
Player2:Player 2 set up is should be appear in down side and player1 set up is appear in up side.
So I want to develop this phase with out using JAVA support(server side).
Need to develop client to client.I am using Action Script 3.You have any idea about this?
Regards,
Gopala
Does means I have to develop game at the starting of the game both Players are ready for their set ups.
Player 1:Player 1 set up should be appear in down side and Player 2setup is appear should be in upside.
Player2:Player 2 set up is should be appear in down side and player1 set up is appear in up side.
So I want to develop this phase with out using JAVA support(server side).
Need to develop client to client.I am using Action Script 3.You have any idea about this?
Regards,
Gopala
GopalaSusurla
Usually it is no recommended to create games with client-side logic only, due to security issues. Anyway SFS is indeed capable of handling such games. You simply need to have all the logic on the client.
I can't be more specific because it would require a detailed analysis.
I can't be more specific because it would require a detailed analysis.
Paolo Bax
The SmartFoxServer Team
The SmartFoxServer Team