Search found 22668 matches

by Lapo
14 Mar 2007, 16:07
Forum: SmartFoxServer 1.x Discussions and Help
Topic: onRoomAdded / onRoomDeleted
Replies: 12
Views: 15139

Bug found and squashed! :)
Thanks for your notification. We're going to release a 1.5.x patch soon, containing various fixes and enhancements in a few days.

If you need this faster, you can drop us an email

Cheers
by Lapo
14 Mar 2007, 11:23
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Getting the examples running...
Replies: 5
Views: 6617

The game works perfectly! :shock: :) We pointed the example to your server and played a game without a single problem. You are probably doing something wrong on your side. 1st of all, your live server is version 1.4.0 ... are you sure you're using the examples coming with the same version? Are you s...
by Lapo
14 Mar 2007, 08:14
Forum: Features Wish List
Topic: HTTP Tunneling
Replies: 20
Views: 37810

We don't have a release date yet. We'll keep you updated in this board as soon as we have defined a timeline.

Support will be available for both AS 2.0 and 3.0
by Lapo
14 Mar 2007, 08:11
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Buddylist issue
Replies: 5
Views: 7816

99% there's a problem in your code. We've been using buddy lists extensively without a problem. About deleting the buddy list file, do as follows: stop the server delete the files start the server This is the only way to clear the data saved locally. If you delete them while the server is running it...
by Lapo
14 Mar 2007, 08:08
Forum: SmartFoxServer 1.x Discussions and Help
Topic: variables , performance?
Replies: 2
Views: 4913

They don't affect the speed of the server too much. But they take up more bandwidth because they need to be transmitted to every client. 50 is a pretty high number, it would be better to try to optimize them a bit. For example if you 5 variables that describe a user: nick, age, country, hobby, email...
by Lapo
14 Mar 2007, 08:04
Forum: Server Side Extension Development
Topic: Loading server side XML using HTTP
Replies: 2
Views: 6187

Here's an Actionscript snippet that may help: /** Load raw data from an http url */ function loadXml(httpUrl) { var theUrl = new java.net.URL(httpUrl); var conn = theUrl.openConnection(); // set the connection for input conn.setDoInput(true); // Please, no cache ...
by Lapo
14 Mar 2007, 06:36
Forum: Server Side Extension Development
Topic: Suppress initial room list?
Replies: 5
Views: 9850

You should use a custom login procedure. The default login system always receives the room list. By using a custom one, you can decide whether or not to send those infos N.B. = if you don't receive the list of rooms on the client side all the other default events won't work, as room ids and user lis...
by Lapo
14 Mar 2007, 06:33
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Getting the examples running...
Replies: 5
Views: 6617

I did a quick remote test with the Avatar Chat example and it worked.
Maybe you have firewall on your computer blocking the traffic on port 9339

Check your settings
by Lapo
13 Mar 2007, 16:53
Forum: SmartFoxServer 1.x Discussions and Help
Topic: New f.a.q available!
Replies: 0
Views: 3445

New f.a.q available!

Just added a new sticky about performance and scalability.
Check here
by Lapo
13 Mar 2007, 16:47
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Performance / Scalability F.A.Q
Replies: 0
Views: 20801

Performance / Scalability F.A.Q

We've published a new f.a.q. related with the performance and scalability of SmartFoxServer. It covers the most popular questions that we often get asked.

Read the f.a.q by clicking here

cheers
by Lapo
13 Mar 2007, 09:49
Forum: SmartFoxServer 1.x Discussions and Help
Topic: onRoomAdded / onRoomDeleted
Replies: 12
Views: 15139

I see.
There might be a bug there. We will investigate the problem and let you know as soon as possible.
Stay tuned.
by Lapo
13 Mar 2007, 09:25
Forum: SmartFoxServer 1.x Discussions and Help
Topic: onRoomAdded / onRoomDeleted
Replies: 12
Views: 15139

the event onRoomAdded() is called for all users in zone, including gameRooms. Deleting the room is not beeing broadcasted to gameRooms.

How do you delete the room? Manually?
by Lapo
12 Mar 2007, 10:41
Forum: Server Side Extension Development
Topic: How to get a kickstart
Replies: 6
Views: 10364

Nope its compiled code Actionscript is compiled too :) Talking specifically about the Actionscript engine we use on the server side, it compiles the AS code into Java bytecode as soon as the extension is loaded with the highest optimization level available. (there are 10) We have a large amount of ...
by Lapo
12 Mar 2007, 09:20
Forum: SmartFoxServer 1.x Discussions and Help
Topic: startup using alternative config.xml
Replies: 7
Views: 11031

I have added both requests in our todo list for the next updates. :)

Go to advanced search