SmartFox is Not ON still I am able to connect

Post here your questions about the Flash / Flex / Air API for SFS2X

Moderators: Lapo, Bax

Locked
deviator206
Posts: 5
Joined: 17 May 2011, 22:48

SmartFox is Not ON still I am able to connect

Post by deviator206 »

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 FLA (Targeted Flash player -9, in CS4)
2) After connection success --- > sfs.send( new LoginRequest(uName, "",zoneName) );
3) sfs.send(new ExtensionRequest("add", params))



Issue
1) I am able to login even when smartfox is not up in running on my local.
I concluded the above by looking at the following traces
[SFS - INFO] Login { Message id: 1 }
{ Dump: }
(utf_string) zn: SimpleChat
(utf_string) un: s
(short) pi: 0
(sfs_array) rl:
(sfs_array)
(int) 1
(utf_string) The Lobby
(utf_string) default
(bool) false
(bool) false
(bool) false
(short) 0
(short) 150
(sfs_array)

(short) rs: 0
(int) id: 3
[SFS - INFO] Object going out:
(byte) c: 1
(short) a: 13
(sfs_object) p:
(utf_string) c: Add
(int) r: -1
(sfs_object) p:
(int) n1: 26
(int) n2: 16


2) Even if the smartfox is on - I am not able to get any logs on sfs-2x-standalone


Wanted to know if i am missing out some steps
User avatar
Lapo
Site Admin
Posts: 23438
Joined: 21 Mar 2005, 09:50
Location: Italy

Post by Lapo »

Please: NO DOUBLE POSTS.
Of course you have a SmartFox running otherwise it wouldn't connect.
Please double check where the client is connecting to.
Then point the AdminTool to that same address and you'll find that it is actually running.
Lapo
--
gotoAndPlay()
...addicted to flash games
Locked