The smartfox tag has no wiki summary.
0
votes
1answer
22 views
Timer Concept on Server Side
Here's the scenario:
I have a SmartFox server running on Amazon EC2 and using MySQL for the database. I'm using AS3 as the programming language.
I have a virtual world in which the user can click ...
0
votes
3answers
41 views
Java import error
I am trying to get a jar file with java class provided by sfs2x to store buddy list. And having troble in importing like,
import org.apache.commons.io.FileUtils;
import org.slf4j.Logger;
import ...
0
votes
1answer
21 views
Centralizing task scheduler
We are using a task scheduler in our smartfox extension and we have 6 different schedule tasks. With each extension request, smartfox' active thread count increase by the number of threadpool size we ...
0
votes
0answers
15 views
Smartfox server - session were removed when i go for a zone monitor option
i get this issue for the basic examples given in the SFS,
in the another scenario when i am trying to login the admin its again creating a new session and working fine with zone configuration alone
0
votes
0answers
28 views
SmartFoxServer not getting installed
I am using Smartfox server(sfs)2.0,i tried to installsfs 2.o from the following link
http://www.smartfoxserver.com/download/sfs2x#p=installer
Everything is working proper in installation,but after ...
1
vote
0answers
77 views
Smartfox Server Login + Facebook Single Sign On in a mobile app
Goal:
Allow users to authenticate via client side facebook login within a mobile application.
Use the access token provided by facebook login to authenticate on a SmartFox server that I am hosting.
...
0
votes
1answer
80 views
How to prevent user from leaving the current room and join the newly created room?
I'm facing a problem while working with SmartFoxServer 2X that I want to share seeking any help/advice from the community. It might be the default behaviour of SFS, but I want to do it another way for ...
0
votes
0answers
34 views
Smartfox Room Extension Firebug Logs
I have a smartfox room extension that is defined as 'Is game',
I can not seem to have any request or response logs from firebug net logs,
is there a way to see the firebug logs of requests and ...
0
votes
0answers
91 views
Make Unity-SWF-SFS Combination work
I have made my multi-player game work with Unity and SFS. Now I am trying to host the app on the web and with the Unity Web Player it works great. However, I am now asked to explore if we could make ...
1
vote
0answers
50 views
Manage Smartfox and Symfony2 sessions together
I've got an application with symfony for the backoffice and Unity3d for the front.
The front is a 3d game, and to manage multi-users we will use a SmartFox server.
I don't know how to use the ...
1
vote
0answers
142 views
No Login Request Recieved at the smartfox server
I am making a game in Unity (C#/.NET Api) using SFS 2X as the game server. When the user tries to log in, I get no trace in the log specifying that a Login Request has been made by the client-side. ...
0
votes
1answer
104 views
Server Requirements for SFS2X
I am developing a game which would be played by 1000 - 10000 users. Can SFS2X handle this range of users? If yes, what would be the server requirements, like OS, Hardware, RAM, HDD etc?
Your input ...
0
votes
0answers
81 views
Smartfox room management
Every time a new client logs in, I want it to join any existing room that has less than 10 people in it. If there are no room with less than 10 people, then it should create a new room and join it.
...
3
votes
1answer
246 views
Not working Android SmatFox Server examples
I tried to compile this example on my computer, and all apps have errors like this :
04-17 18:01:18.493: E/AndroidRuntime(271): FATAL EXCEPTION: main
04-17 18:01:18.493: E/AndroidRuntime(271): ...
2
votes
1answer
375 views
SmartFoxServer unable to connect to server
I am working in android chat application.
I used SmartFox server. I am using 10.0.2.2 as server IP address and 9933 as Port.
Whenever i run this application using emulator then works fine but when i ...
0
votes
1answer
124 views
Integrate Smartfox + heroku
i'm currently develop multiplayer game for facebook platform. and the players of the game will be over 1000
and i'm still think which hosting provider i should choose to deploy them.
i'm interest ...
2
votes
1answer
148 views
How to unit test smartfoxserver
Can anyone suggest an efficient strategy in unit testing smartfoxserver extensions? I'm interested in the latest 2x version.
0
votes
1answer
140 views
Android: SmartFox Server: check room is created or not?
I am working in android. I want to create a chat room dynamically using programming.
I am using following code for this:-
private void createNewRoom()
{
// Create a new chat Room
...
1
vote
1answer
1k views
Facebook - What is “XD Proxy”, and can I block/hide it?
I'm trying to integrate a Flash Professional/AS3 game into Facebook. The swf is hosted on a secure (https) server. The swf has to connect to a SmartFoxPro socket server on another domain.
I'm using ...
0
votes
1answer
422 views
how to login user by facebook in smartfoxserver?
i want my user to login by facebook login ,i am using this code in client side
sfsClient.login("myext", param1, ""); and in extension response i want
if (event.params.dataObj.success)
{
...
0
votes
1answer
150 views
Any open plugin similar to Smartfox - for non flash
Friend,
Kindly help me to find out some good non-flash chat-plugin(similar to what Smartfox provides) which we can integrate with the website. Here what i need group chat medium for a website ...
0
votes
0answers
206 views
can i use redbox in smartfoxserver 2x version,if yes how i can do that?
i have done previous coding in smartfoxserver pro but then i realise that in sfs 2x i will have 100 concurrent users feature comapre to pro only 20,so can anybody tell me anyway to use redbox in sfs2x
...
0
votes
1answer
352 views
AS3 Library Incompatibilities
Background:
I am writing a flash game and have encountered a problem.
I have been using Polygonal's AS3 Data Structures (http://code.google.com/p/polygonal/wiki/DataStructures) without any issues.
I ...
0
votes
2answers
962 views
error: bad class file…com/smartfofserver/openspace/OpenSpaceExtension.class … class file has wrong version 50.0, it should be 49.0
I am getting an error : "bad OpenSpaceExtention.class file which is imported from com.smartfofserver/openspace.OpenSpaceExtension; and ..... class file has wrong version 50.0, should be 49.0" ...
0
votes
1answer
833 views
Want to set Jetty to hot deploy, but there is no deployer
I'm running a SmartFox 1.6 server with included Jetty servlet container. I want to configure Jetty to automatically deploy new web apps. Normally this is as simple as adding a scanInterval to the ...