Hi,
We have couple of flash online games with smartfox server as backend technology.
Can I have your email-id, where I can send you the details?
Thanks,
Rohit
Search found 31 matches
- 07 Nov 2012, 06:12
- Forum: Job offers and requests
- Topic: Games for sale?
- Replies: 2
- Views: 8526
- 22 Mar 2011, 10:27
- Forum: The Gallery
- Topic: [Beta] Alphabetem - a multiplayer word search game
- Replies: 1
- Views: 23588
[Beta] Alphabetem - a multiplayer word search game
Happy and proud to announce ALPHABETEM, a multiplayer word search game on facebook. Play against time or Play against another user.
http://apps.facebook.com/alphabetem
And please dont forget to provide your feedback.
http://apps.facebook.com/alphabetem
And please dont forget to provide your feedback.
- 21 Dec 2010, 11:07
- Forum: SmartFoxServer 1.x Discussions and Help
- Topic: Question about creating Zones?
- Replies: 1
- Views: 4534
Question about creating Zones?
Hi,
I am facing a dilemma in creating one zone and too many rooms or different zones with limited number of rooms.
In my application, I have the following scenario :-
i) There is a world view which consists of 150 cities.
ii) Each city has 18 game rooms where users can come and play the game ...
I am facing a dilemma in creating one zone and too many rooms or different zones with limited number of rooms.
In my application, I have the following scenario :-
i) There is a world view which consists of 150 cities.
ii) Each city has 18 game rooms where users can come and play the game ...
- 24 Jun 2010, 05:22
- Forum: Job offers and requests
- Topic: Dislike Button
- Replies: 2
- Views: 7267
Dislike Button
Hi All,
I tried looking for it on this forum but could not find one.
From past few weeks, couple of posts have been posted on this forum citing job opportunities in different fields which are nowhere related to this forum like tele centre calling, data operator etc.
These posts certainly demeans ...
I tried looking for it on this forum but could not find one.
From past few weeks, couple of posts have been posted on this forum citing job opportunities in different fields which are nowhere related to this forum like tele centre calling, data operator etc.
These posts certainly demeans ...
- 19 Apr 2010, 09:26
- Forum: SmartFoxServer 1.x Discussions and Help
- Topic: Room Delete issue with 1.6.7 api
- Replies: 2
- Views: 5854
Room Delete issue with 1.6.7 api
Hi,
When a user is in a game room, he does not get a roomdelete event when another game room gets deleted.
Now if the user comes back to lobby, his client side room list will still have the deleted room.
To overcome this issue, I started calling getRoomList() whenever I come back to lobby to get ...
When a user is in a game room, he does not get a roomdelete event when another game room gets deleted.
Now if the user comes back to lobby, his client side room list will still have the deleted room.
To overcome this issue, I started calling getRoomList() whenever I come back to lobby to get ...
- 03 Dec 2009, 12:17
- Forum: Server Side Extension Development
- Topic: Issue with modifying room variables in java extension
- Replies: 2
- Views: 5466
Issue with modifying room variables in java extension
Hi,
I am facing this issue while modifying room variables in my java extension :-
i) I have a set of variables which I first set while the room is being created.
ii) In between I am trying to modify one of the variable "tt" as follows :-
Hashmap vars = room.getVariables();
vars.put ("vtt ...
I am facing this issue while modifying room variables in my java extension :-
i) I have a set of variables which I first set while the room is being created.
ii) In between I am trying to modify one of the variable "tt" as follows :-
Hashmap vars = room.getVariables();
vars.put ("vtt ...
- 15 Nov 2009, 08:51
- Forum: Server Side Extension Development
- Topic: Error handling while calling _server.joinRoom()
- Replies: 2
- Views: 5875
- 11 Nov 2009, 06:43
- Forum: Server Side Extension Development
- Topic: Error handling while calling _server.joinRoom()
- Replies: 2
- Views: 5875
Error handling while calling _server.joinRoom()
Hi,
In my application, the join room procedure consists of sending a add_user message to server and then, after few checks I call _server.joinroom().
i) The AS1 api says that the result of _server.joinroom() is a boolean.
If the process fails and the boolean result is false, will the client ...
In my application, the join room procedure consists of sending a add_user message to server and then, after few checks I call _server.joinroom().
i) The AS1 api says that the result of _server.joinroom() is a boolean.
If the process fails and the boolean result is false, will the client ...
- 09 Nov 2009, 11:04
- Forum: SmartFoxServer 1.x Discussions and Help
- Topic: Adding custom code in SFS client side API
- Replies: 1
- Views: 4371
Adding custom code in SFS client side API
Hi,
Inside onUserLeaveRoom event currently we only receive userName, userId and roomId. Since its a client side code and we dont need to interact with server, is there a reason for not sending the complete user object?
In my application, I am performing some action on user leaving which depends ...
Inside onUserLeaveRoom event currently we only receive userName, userId and roomId. Since its a client side code and we dont need to interact with server, is there a reason for not sending the complete user object?
In my application, I am performing some action on user leaving which depends ...
- 23 Oct 2009, 09:14
- Forum: SmartFoxServer 1.x Discussions and Help
- Topic: User coming null in onUserVariablesUpdate event
- Replies: 7
- Views: 10943
- 22 Oct 2009, 14:38
- Forum: SmartFoxServer 1.x Discussions and Help
- Topic: User coming null in onUserVariablesUpdate event
- Replies: 7
- Views: 10943
- 20 Oct 2009, 10:29
- Forum: SmartFoxServer 1.x Discussions and Help
- Topic: User coming null in onUserVariablesUpdate event
- Replies: 7
- Views: 10943
- 05 Oct 2009, 06:52
- Forum: SmartFoxServer 1.x Discussions and Help
- Topic: User coming null in onUserVariablesUpdate event
- Replies: 7
- Views: 10943
User coming null in onUserVariablesUpdate event
Hi,
We are facing a random problem where the user object is coming null while we are capturing the onUserVariablesUpdate event.
i) The version used is 1.6.6.
ii) The error comes at random times but the occurence is always when I come out of a game room to the lobby which is a non-game room.
iii ...
We are facing a random problem where the user object is coming null while we are capturing the onUserVariablesUpdate event.
i) The version used is 1.6.6.
ii) The error comes at random times but the occurence is always when I come out of a game room to the lobby which is a non-game room.
iii ...
- 29 Sep 2009, 05:45
- Forum: Features Wish List
- Topic: Setting server owned room variables from client side
- Replies: 0
- Views: 6368
Setting server owned room variables from client side
Hi,
Currently the room variables set by a client are active only till the client is logged in the zone (when persistent attribute is true). Now, in a game room, we want certain variables to be active till the room is alive. But, there is no
direct option for that.
Only option that I know is to ...
Currently the room variables set by a client are active only till the client is logged in the zone (when persistent attribute is true). Now, in a game room, we want certain variables to be active till the room is alive. But, there is no
direct option for that.
Only option that I know is to ...
- 15 Jul 2009, 04:26
- Forum: Server Side Extension Development
- Topic: Buddy variables across multiple servers
- Replies: 3
- Views: 6646