Search found 1673 matches

by BigFIsh
19 Sep 2011, 00:08
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Avatar Chat Errors
Replies: 22
Views: 29263

That's not really an error :) It is probably because you're not fetching the user's variable properly. 1. You need to join a room first in order to access user variables. 2. You can't access user variables in a Limbo room. Limbo room is designed to handle many many clients, so many events are supres...
by BigFIsh
19 Sep 2011, 00:02
Forum: SmartFoxServer 1.x Discussions and Help
Topic: How to create a Admin Badge?
Replies: 21
Views: 26178

Hello, I would recommend studying the tutorials (as found via the online documentation) to become more familiar with the system, then you'll be able to answer these kind of questions. As for your question, please refer to this example: http://www.smartfoxserver.com/docs/docPages/tutorials_basic/13_c...
by BigFIsh
18 Sep 2011, 23:56
Forum: SmartFoxServer 1.x Discussions and Help
Topic: SFS Stopping/Starting
Replies: 5
Views: 9203

For future reference, are you able to let us know what the problem was and how you fixed it?
by BigFIsh
17 Sep 2011, 01:43
Forum: SmartFoxServer 1.x Discussions and Help
Topic: can i sort rooms in a zone?
Replies: 6
Views: 9614

when user logout from the game, to show more people in each room. want to merge rooms and put them to single room. Can you explain more about what you want to achieve. Do you want to populate a list of all players in the entire game? Do you want to only view their stats? Only their names? Or do you...
by BigFIsh
16 Sep 2011, 00:37
Forum: Server Side Extension Development
Topic: import java in as1 (Extension) file
Replies: 7
Views: 11218

is getName a static method? If not, you need to create a new instance of HelloWorldApp then call getName.

If you're new to Java or OOP, I would suggest doing some readings as use a different approach than AS1/2.
by BigFIsh
16 Sep 2011, 00:34
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Avatar Chat Errors
Replies: 22
Views: 29263

You probably forgot to get the room list. Please consult the examples provided in the online documentation for the proper workflow which is:

1. Connect
2. Login (needs to be successful)
3. Get Room list
4. After getting the room list, join room
by BigFIsh
13 Sep 2011, 23:35
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Cross-domain policy file
Replies: 3
Views: 6652

You'll need to host your swf on your website, unless you configured your computer to run as a dedicated web server. (Using Apache) This is a complicated process, however. You can continue to work on your application locally, while other clients can access your 'production' game via the swf file loca...
by BigFIsh
13 Sep 2011, 23:24
Forum: SmartFoxServer 1.x Discussions and Help
Topic: custom messages
Replies: 1
Views: 3954

You can just simply listen to onAdminMessage SmartFoxClient event. Once triggered, you can then display your custom window with the required text.
by BigFIsh
13 Sep 2011, 00:48
Forum: SmartFoxServer 1.x Discussions and Help
Topic: 'it.gotoandplay.smartfoxserver.SmartFoxClient' Error
Replies: 4
Views: 7964

Try removing 'it' folder as found in the same directory as your .fla folder somewhere outside. Like I said, if you had '.' (period) listed in your classpath definition, it'll automatically search any subfolders of that folder where the .fla is located. I would suggest making a brand new folder, and ...
by BigFIsh
09 Sep 2011, 08:27
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Levels
Replies: 5
Views: 8108

Okay, I guess by 'text file' you're referring to the server-side extension. To do this, you'll need to enable 'custom login' for your zone to be able to handle your own login logic. See http://www.smartfoxserver.com/docs/docPages/tutorials_pro/05_loginExt/index.htm for more on custom login. As for l...
by BigFIsh
09 Sep 2011, 08:18
Forum: SmartFoxServer 1.x Discussions and Help
Topic: 'it.gotoandplay.smartfoxserver.SmartFoxClient' Error
Replies: 4
Views: 7964

It seems you are referring to the same package twice. I would suggest checking your actionscript class paths. Note, if you manually copied the it.gotoandplay.smartfoxserver folder into the same directory where your project (fla) is located, having '.' in your actionscript class path definition will ...
by BigFIsh
08 Sep 2011, 07:56
Forum: SFS2X Questions
Topic: Installing sfs2x API
Replies: 10
Views: 12492

SFS1x products/examples cannot be used with SFS2x and vice visa. Are you running SFS2x as a standalone (or service)? This is required for the SFS2x examples to work properly.
by BigFIsh
08 Sep 2011, 05:42
Forum: SFS2X Questions
Topic: Installing sfs2x API
Replies: 10
Views: 12492

Yea, there's no simpleConnect in SFS2x. There's a Connector SFS2X example which worked out of the box for me. That's a nice feature too..

Go to advanced search