Hi,
In Admin tool , i have assign three default room name (default_0,default_1 and default_2). When client side(Flex) send the default room name default_0 using JoinRoomRequest class
var request:JoinRoomRequest = new JoinRoomRequest(default_0);
sfs.send(request);
then Java side how to find this ...
Search found 4 matches
- 05 Sep 2011, 06:30
- Forum: SFS2X Questions
- Topic: How to get default room Name in Java Side
- Replies: 1
- Views: 4226
- 23 Jul 2011, 08:42
- Forum: SFS2X ActionScript 3 API
- Topic: How to Join Second Player in dyanamic Game Room Multiplayer
- Replies: 1
- Views: 4797
How to Join Second Player in dyanamic Game Room Multiplayer
Hi,
I have do not use any UI Tag, like as sfb:Connector, sfb:ChatBox and sfb:RoomList. For Login purpose use LoginRequest class and pass the user name . After login need create one Default Room then Game room. Presently i have pass the Default room no ,group name using RoomList class. Then create ...
I have do not use any UI Tag, like as sfb:Connector, sfb:ChatBox and sfb:RoomList. For Login purpose use LoginRequest class and pass the user name . After login need create one Default Room then Game room. Presently i have pass the Default room no ,group name using RoomList class. Then create ...
- 23 Jul 2011, 04:49
- Forum: SFS2X ActionScript 3 API
- Topic: How to Create dyanamic Multiplayer Game Room
- Replies: 1
- Views: 4609
How to Create dyanamic Multiplayer Game Room
Hi,
I have do not use any UI Tag, like as sfb:Connector, sfb:ChatBox and sfb:RoomList. For Login purpose use LoginRequest class and pass the user name . After login need create one Default Room then Game room. Presently i have pass the Default room no ,group name using RoomList class. Then create ...
I have do not use any UI Tag, like as sfb:Connector, sfb:ChatBox and sfb:RoomList. For Login purpose use LoginRequest class and pass the user name . After login need create one Default Room then Game room. Presently i have pass the Default room no ,group name using RoomList class. Then create ...
- 09 Jul 2011, 04:47
- Forum: SFS2X Questions
- Topic: Create Application Whiout use Java (only Use Flex and SFS)
- Replies: 2
- Views: 6182
Create Application Whiout use Java (only Use Flex and SFS)
Hi,
I have create one Just like a tic tac toe Multiplayer game application(Same as SFSTris2X Example provided by SFS). When add any item on Board, then how to show another User client , without Using Java Commands. I have no idea about java, only i know Flex and SFS. Is this possible multilayer ...
I have create one Just like a tic tac toe Multiplayer game application(Same as SFSTris2X Example provided by SFS). When add any item on Board, then how to show another User client , without Using Java Commands. I have no idea about java, only i know Flex and SFS. Is this possible multilayer ...