Search found 9 matches

by Annecy
10 May 2005, 12:53
Forum: SmartFoxServer 1.x Discussions and Help
Topic: sending movieclip
Replies: 3
Views: 10750

sending movieclip

Can we use sendObject() to send a clip ? (the instance of the clip to send is on the root; the clip could be for exemple a square, a cercle, a line...).

How can we do exactly ? Have you an exemple somewhere ?

I'd try different methods without sucess. (creating empty clip on the receiver and attach ...
by Annecy
14 Apr 2005, 12:36
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Connections persistent
Replies: 3
Views: 12847

The MaxUserIdleTime is set to 900 (15 mn).

With netstat all the connections are also seen Established.

In fact when the MaxUserIdleTime expired, the user is removed, the TCP connection is closed by smartfox and a new connection from the same IP address with a port different is open automatically ...
by Annecy
11 Apr 2005, 09:15
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Connections persistent
Replies: 3
Views: 12847

Connections persistent

I have 2 games using SmartfoxLite. I have 500 to 1000 differents players for one day and a maximum of 20 to 30 users at the same time. On the firewall (which include a trafic analyser) installed on the server I see that every day 5 to 10 TCP connections to smartfox stay open. (for smartfox those ...
by Annecy
31 Mar 2005, 08:56
Forum: SmartFoxServer 1.x Discussions and Help
Topic: API problem when publish
Replies: 15
Views: 62086

That's fine now as you said. :D
by Annecy
30 Mar 2005, 16:05
Forum: SmartFoxServer 1.x Discussions and Help
Topic: API problem when publish
Replies: 15
Views: 62086

My target is to be able to work on project for Lite and for Basic server.

So I have put API 0.9 "decompress" in one directory (as you give in zip)and the API 0.8 "decompress" in an other directory and uninstall all smartfox API in the Extension Manager. I chose as you suggest the place of the class ...
by Annecy
30 Mar 2005, 09:47
Forum: SmartFoxServer 1.x Discussions and Help
Topic: API problem when publish
Replies: 15
Views: 62086

It seems that API lite 0.8 and API basic 0.9 could not coexist in Flash Extension Manager (even if of course I devalid one of the two to avoid conflict when compiling).
What I try with one of my game and with your smartfoxTris : I compile with API lite 0.8 valided and API basic 0.9 devalided and run ...
by Annecy
30 Mar 2005, 08:37
Forum: SmartFoxServer 1.x Discussions and Help
Topic: API problem when publish
Replies: 15
Views: 62086

Can the smartfoxlite and the smartfoxbasic API components could coexist ? Is it useful ?
Could we used smartfoxbasic components with smartfoxlite server ?

Michel
by Annecy
30 Mar 2005, 08:31
Forum: SmartFoxServer 1.x Discussions and Help
Topic: API problem when publish
Replies: 15
Views: 62086

The history with smartfox :
1 - I had installed smartfoslite 0.9.0 and his API components (0.8.0).
2 - I had installed smartfoslite 0.9.1, uninstall API components and reinstall the "new" ones (0.8.0) without knowing if there where new or not from the previous installation (because all seems work ...
by Annecy
29 Mar 2005, 15:31
Forum: SmartFoxServer 1.x Discussions and Help
Topic: API problem when publish
Replies: 15
Views: 62086

I did have exactly the same problem.
Reinstalling only the extension manager has no effect.
I uninstall and reinstall Flash MX2004 then it work.

There is a problem somewhere... :?

Just a little thing in the config.xml file :
For MaxUserIdleTime 10 minutes is 600 and not 6000 s. :wink:

Michel