Search found 26 matches

by XaeroDegreaz
04 Sep 2010, 05:24
Forum: Server Side Extension Development
Topic: Questions about getCreator()
Replies: 9
Views: 12534

Nevermind, I took care of my problem server side. This is for a Java server side, room based extension. Without doing any looping, here is how I accomplished my task: @Override public void init() { helper = ExtensionHelper.instance(); zone = helper.getZone( this.getOwnerZone...
by XaeroDegreaz
04 Sep 2010, 01:53
Forum: Server Side Extension Development
Topic: Questions about getCreator()
Replies: 9
Views: 12534

:? I must be missing something. I have the newest version of SFS and I don't have a getCreator method. I wasn looking for it for a similar functionality as the OP Edit: Woops, after some more research I see that it's a Java method. Is there something like this for the AS3 client side? I can't seem t...
by XaeroDegreaz
03 Sep 2010, 20:22
Forum: Server Side Extension Development
Topic: [ TIP ] Simplify calling extension methods from client
Replies: 0
Views: 3241

[ TIP ] Simplify calling extension methods from client

SFS offers a great extension framework which allows users to send messages from the client. However, while developing, I felt that it was missing a little something: A way for the handleRequest method, in my Java extension, to directly call the desired method. Here's what I came up with: @Override p...
by XaeroDegreaz
02 Sep 2010, 19:20
Forum: SmartFoxBits for SFS 1.x
Topic: SmartFoxBits code-completion in Flash Builder
Replies: 1
Views: 10812

SmartFoxBits code-completion in Flash Builder

Hi guys! I'm having some problems getting the proper SmartFoxBits code-hints to appear in my IDE. There is a folder with an SWC located inside the SFS installation directory, but those are all packaged as com.smartfoxserver[...] whereas the Flash MXP extension uses the it.gotoandplay[...] package st...
by XaeroDegreaz
16 Jul 2008, 16:25
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Keep losing connection after 5 seconds!
Replies: 10
Views: 14247

The server is installed locally. That's when i found the problem. I then tried to install the server remotely, and still encounter the problem. I'm thinking it has something to do with my router, but I cannot explain the connection loss after exactly 5 seconds each time. I used the same configuratio...
by XaeroDegreaz
13 Jul 2008, 20:12
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Keep losing connection after 5 seconds!
Replies: 10
Views: 14247

My ISP doesn't impose bandwidth restrictions.

I have been using SFS for a long long time and have never had this problem until this upgrade.

I'll check out that forum and take a look and see if that solves my problem.
by XaeroDegreaz
10 Jul 2008, 00:13
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Keep losing connection after 5 seconds!
Replies: 10
Views: 14247

No, it's still at 300 (5 minutes I'm assuming.)
by XaeroDegreaz
09 Jul 2008, 04:32
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Keep losing connection after 5 seconds!
Replies: 10
Views: 14247

I have installed SFS on another server and I am still having the same problem maintaining connection for more than 5 seconds. Could it be something to do with my router? I have never experienced this before, even though I have had this router and used SFS with it before. It is a Netgear WPN824v2. Yo...
by XaeroDegreaz
09 Jul 2008, 02:24
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Keep losing connection after 5 seconds!
Replies: 10
Views: 14247

It's almost EXACTLY 5 seconds... From the log window: 22:17:56.734 - [ FINE ] > User [ asdasd ] logged in 22:18:01.718 - [ FINE ] > User [ asdasd ] removed I have disabled the BlueBox and the webserver thing through the configuration file. I just don't understand this and it's getting frustrated. I ...
by XaeroDegreaz
09 Jul 2008, 01:35
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Keep losing connection after 5 seconds!
Replies: 10
Views: 14247

Keep losing connection after 5 seconds!

For some reason, I keep losing connection to SFS. I think it's about 5 seconds. I start up the client and connect. Then, about 5 seconds later. I lose connection and cannot tell why. It's odd though, that the onConnectionLost handler is NOT firing when this happens. I know I'm losing connection beca...
by XaeroDegreaz
13 Dec 2007, 00:00
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Hi Smart fox on the web question
Replies: 3
Views: 6551

Are you launching it from the html file output from Flash's publish, or are you actually launching it from a web server?
by XaeroDegreaz
12 Dec 2007, 05:54
Forum: SmartFoxServer 1.x Discussions and Help
Topic: getRoomList after rejoining the default lobby
Replies: 0
Views: 3680

getRoomList after rejoining the default lobby

Ok so I have the lobby area aka "Battle Lounge" In this room, players can talk and chat and whatnot. They also see a list of game rooms. When you join one of these rooms, the whole lobby stays the same, but the room list has now changed into a Red/Blue team spot selection thing. You can st...
by XaeroDegreaz
07 Dec 2007, 15:55
Forum: SmartFoxServer 1.x Discussions and Help
Topic: how to disconnect from roomlist
Replies: 3
Views: 6745

When you create your room: roomObj = new Object(); roomObj.name = "Your game name" roomObj.password = "Your pass" roomObj.uCount = false //<--This is what you need. sfs.createRoom(roomObj) Then after your player is done playing the game and you leave the current room, be sure to ...
by XaeroDegreaz
07 Dec 2007, 15:40
Forum: Server Side Extension Development
Topic: Calling a function in another extension
Replies: 14
Views: 18241

Only thing bad about building Zone level extensions is that you need to restart the server in order for them to take affect.

On the other hand, you can continue to build, debug and modify room level extensions without restarting the server and having to disconnect all of your users :)
by XaeroDegreaz
07 Dec 2007, 04:20
Forum: Server Side Extension Development
Topic: Creating custom login and registration
Replies: 5
Views: 9598

Heheh yeah I had thought of that hard way. Thing is, I'm really wanting to make everything run straight through SFS by eliminating the middle man. Perhaps I'll just go the easy way. Seems more practical. But sure would be nice for in the next version for them to add some sort of functionality for re...

Go to advanced search