Questions tagged [smartfoxserver]

A multiuser server platform for developing and running multiplayer games

SmartFoxServer is the core product of the SmartFox platform.

It's a comprehensive SDK for rapidly developing multiplayer games and applications with Adobe Flash/Flex/Air, Unity, HTML5, iOS, Windows Phone 8, Android, Java, Windows 8, C++ and more.

SmartFoxServer is available in three different editions:

  • Basic
  • Pro
  • 2X
114 questions
0
votes
3 answers

Sending response to multiple players in smartfox server

Guys I want to send responses to all the players in a room at the same time..say for ex:about a certain players score update etc..I do know how to send it from the server in response to an extension request..My client side is being coded in android…
AndroidMech
  • 1,676
  • 3
  • 20
  • 31
0
votes
1 answer

fatal error: 'SFS2XAPIIOS/SmartFox2XClient.h' file not found

I build a game using cocos2d and smartfox2xclient library. I try using "apportable load" to port this game to android platform but I get error like this: fatal error: 'SFS2XAPIIOS/SmartFox2XClient.h' file not found Did apportable support…
0
votes
1 answer

SmartFoxServer2x - Connection Issues

No one can connect to my smartfoxserver2x, neither LAN OR WAN (I tried to connect from 2 machines in my LAN). I'm sure I've done post-installation steps properly; I have 9933 port open and forwarded to my machine and I have a Static IP. Also, in the…
Sergiu
  • 199
  • 1
  • 11
0
votes
1 answer

How to deny the Users at Zonejoin level [Every user is entering into Zone even authentication fails]

Recently I am facing a problem that every user (valid/invalid) is joining into the room even I throw the SFSException at ZonejinRequest.. So can anyone explain how to authenticate / stop the invalid users at Zonejoin level with sample snippet. (and…
RamBen
  • 990
  • 1
  • 9
  • 17
0
votes
1 answer

Sending an array of bitmaps to SmartFoxserver

is anyone out there who can help me sending an array of bitmaps to SmartFoxServer2X? I know there is a documentation but I am new to programming and I do not get it how to solve this problem. On the client side I use JavaScript and I want to send…
CMS
  • 704
  • 3
  • 9
  • 32
0
votes
1 answer

Using addeventlistener handle another class file

I know I can use the addEventListener method to handle one: addEventListener(SFSEvent.CONNECTION, MyMethod) as I would for handling a method in another class? Like... addEventListener(SFSEvent.CONNECTION,…
0
votes
1 answer

Configuring MySQL server connection in SmartFoxServer

I have been trying to connect to mysql via JDBC in config.xml. I've changed default values to proper values like below : org.gjt.mm.mysql.Driver
Hamed Kamrava
  • 12,359
  • 34
  • 87
  • 125
0
votes
1 answer

Looking for easy way to create push notification between PHP to flash (AS3)

I'm trying to find an easy way to implement push notification between PHP and Flash (AS3). The flow is as following : i get a message to my external API -> i need to update my client regarding the changes he need to do without do pulling. I know…
Liad Livnat
  • 7,435
  • 16
  • 60
  • 98
0
votes
2 answers

does smartfoxserver2x support push?

There is not much documentation, but here is the section about writing server side extensions: http://docs2x.smartfoxserver.com/AdvancedTopics/server-side-extensions And here is the feature…
John Little
  • 10,707
  • 19
  • 86
  • 158
0
votes
2 answers

What language does SmartFoxServer 2x use on the server side?

I have downloaded and started the community version of SFSx2. I read everything on their documentation page: http://docs2x.smartfoxserver.com/DevelopmentBasics/introduction Which unfortunately only talks about flash client side code. Nothing…
John Little
  • 10,707
  • 19
  • 86
  • 158
0
votes
1 answer

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 on some icon (like home design), and it shows the…
Maddy
  • 67
  • 1
  • 12
0
votes
3 answers

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 org.slf4j.LoggerFactory; Please help me find these and…
Maddy
  • 67
  • 1
  • 12
0
votes
1 answer

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 set for each scheduleexecutor service. Looks like…
Leon
  • 79
  • 2
  • 6
0
votes
1 answer

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 my project. Here's the scenario: Server Version:…
0
votes
1 answer

Chat Issue with Smartfox Server

Hi I'm running the http://www.impactjs.com game engine with smartfox to create a multiplayer card game. I've run into an issue with the public chat api. I'm getting an error on line 158 of the API when i try to send a publicmessage request…
Prat
  • 495
  • 7
  • 19