Search found 4602 matches

by Bax
07 Feb 2008, 14:02
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Flash CS3 AS3.0 Examples
Replies: 8
Views: 13621

There will surely be more as3 examples in the future. The reason why we often use Flex is that it lets us be faster in creating examples, as it offers a lot of enhancements over Flash (controls, code editor, etc.). But there will be surely more examples in Flash CS3. By the way, it should not be too...
by Bax
07 Feb 2008, 09:52
Forum: SmartFoxServer 1.x Discussions and Help
Topic: manually set Id??
Replies: 8
Views: 12578

If you have a single room, you can use Room.getUser(username), otherwise you could check if user is online inside the extension, and add this info to the response.
by Bax
07 Feb 2008, 09:34
Forum: SmartFoxServer 1.x Discussions and Help
Topic: manually set Id??
Replies: 8
Views: 12578

What does it means that you want to load the user object???
by Bax
07 Feb 2008, 09:17
Forum: SmartFoxServer 1.x Discussions and Help
Topic: anti flood help
Replies: 14
Views: 18037

I put AntiFlood active="false" there are problems Sorry, didn't notice this. We need some more details in order to check this problem. Which SmartFoxServer version are you using? Which version of the client API (you can find it out tracing the return value of the SmartFoxClient.getVersion...
by Bax
07 Feb 2008, 08:45
Forum: SmartFoxServer 1.x Discussions and Help
Topic: anti flood help
Replies: 14
Views: 18037

<MinMsgTime tolerance="5">1000</MinMsgTime> It's the minimum time (in milliseconds) allowed between two messages. The server will tolerate 5 messages sent below the specified rate before sending an automatic warning message to the client. <MaxRepeatedMessages>10</MaxRepeatedMessages> It's ...
by Bax
07 Feb 2008, 08:32
Forum: SmartFoxServer 1.x Discussions and Help
Topic: manually set Id??
Replies: 8
Views: 12578

Why don't you use the username as the key, instead of the SmartFoxServer id? The id changes from session to session, while in your kind of application (I suppose) the username is always the same.
by Bax
07 Feb 2008, 08:23
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Flash CS3 AS3.0 Examples
Replies: 8
Views: 13621

Check the Examples/AS3 folder in your SFS installation: you will find 4 as3 examples (3 Flex projects and 1 Flash file)
by Bax
07 Feb 2008, 07:58
Forum: SmartFoxServer 1.x Discussions and Help
Topic: easing equations
Replies: 1
Views: 4359

A little off topic in this forum... maybe you can post this in the gotoandplay.it forums. By the way, in order to achieve this you have to set a variable time in the tween, adapting it to the distance you need to cover. If, for example, your avatar speed is 150 px per second, when the user clicks on...
by Bax
06 Feb 2008, 08:48
Forum: SmartFoxServer 1.x Discussions and Help
Topic: licence problem
Replies: 1
Views: 3858

You simply have to place the license in the "Server" folder, not inside one of its subfolders (otherwise we would have told you in which one :) )
by Bax
06 Feb 2008, 08:44
Forum: SmartFoxBits for SFS 1.x
Topic: AS3
Replies: 8
Views: 24829

The as3 version of SmartFoxBits is in our todo list, just after the release of the RedBox and another "goodie" we can't talk about yet.
by Bax
05 Feb 2008, 08:01
Forum: SmartFoxServer 1.x Discussions and Help
Topic: SFS broadcast the msg to who?
Replies: 1
Views: 3745

The sender receives his own public/private messages to keep the right messages sequence.
by Bax
04 Feb 2008, 09:11
Forum: SmartFoxBits for SFS 1.x
Topic: Problem using custom login url
Replies: 1
Views: 9114

Hello, we just made a quick test using this simple php page:

Code: Select all

<?php
echo "res=OK";
?>

Everything works perfectly. If we change OK to KO, a login error is displayed in the LoginBox.
Can you post the content of your test page?
by Bax
31 Jan 2008, 07:51
Forum: Server Side Extension Development
Topic: customLogin: problems with onLogin
Replies: 10
Views: 14698

Hmm... like this? Client: ... // Login Successful _global.myName = resObj.name; _global.myUserId = resObj.userId; ... No, you should assign those values to the relevant SmartFoxClient instance properties, like this: ... // Login Successful smartfox.myUserName = resObj.name; smartfox.myUserId = resO...
by Bax
28 Jan 2008, 08:28
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Creating room not triggering SFS Basic 1.5.5
Replies: 6
Views: 8196

bax said its probably easier and more reliable to deal with concurrency on server side, but I can't really picture how would that work not being client side. I'm pretty exited in deed to migrate to Pro, but I don't know exactly how I can solve these problems using it :D If you check the extension d...
by Bax
24 Jan 2008, 09:13
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Problem with SmartFoxClient.getRoomList()
Replies: 10
Views: 14574

Hello Ross, and welcome. From your description, the application flow is not totally clear. Do you have a lobby in which users are joined after the login? When does the getRoomList stop working? After the user goes back to the lobby after playing a game? In any case, usually the roomList is received ...

Go to advanced search