Search found 33 matches

by didibus
30 Oct 2007, 17:20
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Multiplayer flash games
Replies: 20
Views: 31897

Oh, about the Python server side extensions, I was wondering how does it compare with action script 3 in terms of efficiency. I guess Java is the quickest of the 3, but since AS3 has this new JIT compiler, I was wondering if it could actually outperform python?
by didibus
25 Oct 2007, 19:02
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Multi player games
Replies: 2
Views: 5118

Huh!? Isn't an MMO a Massive Multiplayer Online game. If you managed to build an MMO, adding games to it shouldn't be hard. It works the same as the rest, except you send in game specific variables to other clients in the room.
by didibus
25 Oct 2007, 18:51
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Multiplayer flash games
Replies: 20
Views: 31897

1. how efficient is smartfox for Flash games? Is it the best available solution including red5? It's really efficient and should handle all your needs. Off course, it's a solution like another, but it'll get you where you want to go no problem. 2. I have 0 experience on multiuser servers, but I can...
by didibus
25 Oct 2007, 18:40
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Getting started - Just give up?
Replies: 6
Views: 10247

Hum, so what is your problem exactly? You got the example working? That mean you think you'd be capable of making a full multilayer game that would perfectly run on your computer with the server installed on the same machine running it locally? So your only problem is you don't know how to make it p...
by didibus
19 Oct 2007, 06:18
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Security problem with the AdminTool
Replies: 2
Views: 5452

It should be by default. Just to be sure, check the SmarFoxServer config and verify that <AdminAllowedAddresses> has 127.0.0.1 If that's already done, then it's a flash security error. Which can be resolved by doing that: Make sure your flash client has allowed permission to the AdminTool swf to con...
by didibus
19 Oct 2007, 06:11
Forum: SmartFoxServer 1.x Discussions and Help
Topic: User.getName() includes a "\n" ?
Replies: 1
Views: 4414

Your surely doing something wrong, because it doesn't return a \n, at least that I know of. Maybe your text box that takes the user name input adds it. Or maybe it's the one that output it. Have a look. If you have a multi line box, try setting it single line, I know flash multi box puts a \n or at ...
by didibus
19 Oct 2007, 05:34
Forum: SmartFoxServer 1.x Discussions and Help
Topic: onPublicMessage - evt.params.sender is null
Replies: 8
Views: 11480

I don't think the problem your having is caused by the onPublicMessage function you wrote. You should check inside the AdminTool if the user successfully joined the room. Because I believe it never did, thus returning a null object because their is no user in the room. I was having a similar problem...
by didibus
14 Oct 2007, 05:32
Forum: SmartFoxServer 1.x Discussions and Help
Topic: AdmiTool will not connect
Replies: 8
Views: 12531

Hum, well First make sure that your server config file is set to connect to "127.0.0.1" on the same port you enter in the AdminTool and that AdminAllowedAddresses allows "127.0.0.1". Also just in case, make sure your login and password is set to sfs_admin sfs_pass like you were t...
by didibus
14 Oct 2007, 04:58
Forum: SmartFoxServer 1.x Discussions and Help
Topic: SmartFox on Linux and AS3
Replies: 1
Views: 3898

SmartFox on Linux and AS3

Hi, I made a chat client using Actionscipt 3 code and SmartFox server, it works on Windows, but when I try to run it from a linux machine running the latest flash client for linux and Zenwalk distro, the client can't connect to smartFox. I was wondering if it's incompatibility with the linux flash c...
by didibus
25 Sep 2007, 21:27
Forum: SmartFoxServer 1.x Discussions and Help
Topic: [UPDATE] Patch 1.5.9 available!
Replies: 14
Views: 38128

Just a little question about applying patches. Must I do them all in order, or can I just patch with the latest patch?

Thanx
by didibus
25 Sep 2007, 21:22
Forum: SmartFoxServer 1.x Discussions and Help
Topic: [SNEAK PEEK] Next generation SFS engine performance
Replies: 6
Views: 11989

That's really interesting. Will their be new functionalities added to it or just optimization improvements?

And will migration be straight forward or some changes might be required?
by didibus
25 Sep 2007, 21:17
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Simple Chat in AS3 help!
Replies: 4
Views: 7618

I'll explain the cause of the problem and the solution I found which might not be the best, but I think it's pretty close. The problem is caused by the onRoomListUpdate listener. In the simpleChat example, you split the code on 2 frames, one holds the Connect code and UI and the other holds the Chat...
by didibus
17 Sep 2007, 02:09
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Simple Chat in AS3 help!
Replies: 4
Views: 7618

Well, I found a fix to solve the problem.
So forget this thread
by didibus
14 Sep 2007, 05:06
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Simple Chat in AS3 help!
Replies: 4
Views: 7618

I think it might have something to do with event listeners. I tried changing:
sfs.addEventListener(SFSEvent.onRoomListUpdate, onRoomListUpdate); by putting it on the connect frame instead and now it works 60% of the time, but still not 100%.
by didibus
14 Sep 2007, 04:08
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Simple Chat in AS3 help!
Replies: 4
Views: 7618

Simple Chat in AS3 help!

Hi, I'm trying to port the simpleChat example from the docs to flash CS3 AS3. I'm having a very weird problem. When I click the login button, it goes to the chat frame but doesn't seem to execute the code on the layer, at least most of the time. Because some time it works, but 90% of the time it doe...

Go to advanced search