Search found 33 matches
- 03 Aug 2009, 15:17
- Forum: SmartFoxServer 1.x Discussions and Help
- Topic: Need the SFS PRO 1.5.4 APIs for AS3
- Replies: 1
- Views: 1808
Need the SFS PRO 1.5.4 APIs for AS3
Hi, I have a custom in house version of the smartfox PRO flash AS3 API version 1.5.4 and I have lost the original 1.5.4 API. I would like to make a diff on the customized code and the original to merge the changes into the current version of the API. Would it be possible to obtain the 1.5.4 API vers...
- 29 May 2009, 16:38
- Forum: Server Side Extension Development
- Topic: Accessing the BadWord List or the Config.xml
- Replies: 1
- Views: 1850
Accessing the BadWord List or the Config.xml
Hi, Is there a way to access the internal BadWordFilter list through a Java Extension. What I'm trying to do is to stop users from registering with badWords in their name. I would really like it if it could use the internal BadWordFilter, because I already use it for chat room names. Thanx in advance.
- 07 Sep 2008, 19:23
- Forum: SmartFoxServer 1.x Discussions and Help
- Topic: JSON sendXtMessage problem
- Replies: 2
- Views: 2876
- 11 Aug 2008, 20:34
- Forum: SmartFoxServer 1.x Discussions and Help
- Topic: JSON sendXtMessage problem
- Replies: 2
- Views: 2876
JSON sendXtMessage problem
Hi, I'm trying to send a params Object to my serverSideExtension using the JSON protocol and I'm getting this error: any help? thanx... Error: Error #2071: The Stage class does not implement this property or method. at Error$/throwError() at flash.display::Stage/get textSnapshot() at...
- 25 Jul 2008, 23:09
- Forum: SmartFoxServer 1.x Discussions and Help
- Topic: Changing the default path of __sfscore__ database
- Replies: 1
- Views: 1948
Changing the default path of __sfscore__ database
Me and my team are developing an application using SFS Pro. We are using the default H2 database as our main database engine for storing all our data. We are also using the BuddyList 2.0 system included in SmartFoxServer. What we would like to be able to do, is have only one H2 database for both our...
- 15 Mar 2008, 08:51
- Forum: SmartFoxServer 1.x Discussions and Help
- Topic: Multiple Rooms or not Multiple Rooms?
- Replies: 12
- Views: 7342
Multiple Rooms or not Multiple Rooms?
Strangely, I have a feeling that multiple rooms are a cause for trouble, and lots of it. You know, allowing Users to join more then one room at the same time. Now I came to a dilemma where it seems mostly logical to use multiple rooms. But do I really want to use them? So I was wondering, what's the...
- 15 Mar 2008, 07:56
- Forum: SmartFoxServer 1.x Discussions and Help
- Topic: csharpjava's official thread of n00b questions:
- Replies: 4
- Views: 4014
:arrow: from how i understand now, a smarfoxclient object CONTAINS a room and a user? No, I don't think you understood. The SmartFoxClient doesn't contain any Room or User. It handles the flow of the server-client relationship. The server actually holds the User and the Room. Well, the server alloca...
- 12 Mar 2008, 05:31
- Forum: SmartFoxServer 1.x Discussions and Help
- Topic: { NEW } SmartFoxServer 1.6.2 with RedBox final!
- Replies: 22
- Views: 31209
- 12 Mar 2008, 05:24
- Forum: SmartFoxServer 1.x Discussions and Help
- Topic: Flex Builder 3.0 / FDT
- Replies: 2
- Views: 2785
- 08 Feb 2008, 21:58
- Forum: SmartFoxServer 1.x Discussions and Help
- Topic: issue with GetVariables in as3
- Replies: 16
- Views: 8895
Not sure where your at in solving this. But are you sure your setting userVariables before trying to get them. I mean, since when you join a room, other users are already there, thus they probably already have userVariables assigned to them, which are easily accessible. When a user enters the room, ...
- 08 Feb 2008, 21:33
- Forum: SmartFoxServer 1.x Discussions and Help
- Topic: 6 second lag?
- Replies: 5
- Views: 3879
Not sure exactly what your changing, but it's pretty normal when you run the app from localhost that the lag will be pretty much non existent. As soon as you run it through the internet though, you'll start noticing lag based on connection speed, latency, etc. The specs of your computer are not real...
- 16 Nov 2007, 18:05
- Forum: SmartFoxServer 1.x Discussions and Help
- Topic: SmartFoxServer 1.6 -Status-
- Replies: 6
- Views: 5954
- 05 Nov 2007, 04:28
- Forum: SmartFoxServer 1.x Discussions and Help
- Topic: Forum has no search? + onLogin event issue
- Replies: 2
- Views: 3025
OMG, just 2 seconds after I post this, I find the problem. Well, after 1 week trying to debug this, it's a documentation typo. The Smart Fox AS3 api reference states that onLogin has a resObj but it doesn't, the returned values are all directly inside the params object, lol, the funny thing is I had...
- 05 Nov 2007, 04:18
- Forum: SmartFoxServer 1.x Discussions and Help
- Topic: Forum has no search? + onLogin event issue
- Replies: 2
- Views: 3025
Forum has no search? + onLogin event issue
Hi, First, I'm just wondering does the forum has a search feature, because I didn't find it? If it does not, I think it should. Now my real problem: So I decided to build a connection class that would handle all of the smartFoxServer commands needed to establish a connection, a login and a join or c...
- 05 Nov 2007, 03:51
- Forum: SmartFoxServer 1.x Discussions and Help
- Topic: Multiplayer flash games
- Replies: 20
- Views: 17033
Oh, ok, thanx for the clarification about SFS actually using Rhino. I'll probably settle for Python then. Oh and Starvingeyes, SmartFoxServer is not a game maker. It's here to help in the development of a multiplayer game by saving you the time it would have taken to code a server-client communicati...