Search found 5 matches

by deviator206
23 May 2011, 18:56
Forum: SFS2X Questions
Topic: Server Extension Logs Not visible - Guidance Needed
Replies: 1
Views: 4163

Server Extension Logs Not visible - Guidance Needed

Hi ,

I am using Java Extension!!

In Sfs1x i was able to check out the logs of every command that the client sends and response that the server pushes in just by simple println() in java extension.

But in sfs2x not able to check it out. Though i have put the debug statements but not able to see ...
by deviator206
19 May 2011, 17:01
Forum: SFS2X ActionScript 3 API
Topic: Urgent -- Not finding sfs.login() - for separate usernames
Replies: 3
Views: 7686

Hi ,

Lapo has answered this post the response is on following link

http://forums.smartfoxserver.com/viewtopic.php?t=11161

The issue was - SFS instals as an service and standalone as well.
though i had disconnected my standalone version my service was active coz of which i was connecting to SFS.
by deviator206
19 May 2011, 06:12
Forum: SFS2X ActionScript 3 API
Topic: SmartFox is Not ON still I am able to connect
Replies: 1
Views: 5738

SmartFox is Not ON still I am able to connect

I had posted the same in another topic continuation but got no response
http://forums.smartfoxserver.com/viewtopic.php?t=11139

so ... made up new topic --

Following are the details --

zoneName - SimpleChat (which is available by default samples)
Steps followed
1) Importing SWC in flash ...
by deviator206
19 May 2011, 00:17
Forum: SFS2X ActionScript 3 API
Topic: Urgent -- Not finding sfs.login() - for separate usernames
Replies: 3
Views: 7686

Hey Thanks -
I got going with LoginRequest

But ...

zoneName - SimpleChat (which is available by default samples)
Steps followed
1) Importing SWC in flash FLA (Targeted Flash player -9, in CS4)
2) After connection success --- > sfs.send( new LoginRequest(uName, "",zoneName) );
3) sfs.send(new ...
by deviator206
17 May 2011, 22:57
Forum: SFS2X ActionScript 3 API
Topic: Urgent -- Not finding sfs.login() - for separate usernames
Replies: 3
Views: 7686

Urgent -- Not finding sfs.login() - for separate usernames

I am late but i have now started using smartfox2x.

I was using the earlier sfs versions for application development.
As soon as i switched to SFS2x

I m finding it difficult to have custom login
sfs1.6 - had sfs.login(Zone,UsrName, passwd)

Whereas in all latest sample of sfs2x there is use of ...