Search found 1673 matches
- 08 Sep 2011, 05:34
- Forum: SFS2X Questions
- Topic: Installing sfs2x API
- Replies: 10
- Views: 4885
It sounds like you're using the simpleConnect example from SFS1x which isn't compatible with SFS2x. I'm in process of downloading SFS2x and its examples so that I will try out the steps described in the online documentation for AS3 flash API to determine whether or not it works. Note that you can do...
- 08 Sep 2011, 05:13
- Forum: SFS2X Questions
- Topic: Room Background Problem
- Replies: 1
- Views: 1617
This is a generic design question. I would suggest taking your time (at least one week) and learn the basic by studying the online tutorials as provided in the documentation. Then you'll be able to answer this pretty straightforward question. Also, this is more of an actionscript issue where you are...
- 08 Sep 2011, 05:10
- Forum: SFS2X Questions
- Topic: Installing sfs2x API
- Replies: 10
- Views: 4885
Please don't double post.
I would suggest reading the online documentation as found from http://docs2x.smartfoxserver.com, particularly the 'Getting started' section.
I would suggest reading the online documentation as found from http://docs2x.smartfoxserver.com, particularly the 'Getting started' section.
- 08 Sep 2011, 04:21
- Forum: SmartFoxServer 1.x Discussions and Help
- Topic: Levels
- Replies: 5
- Views: 3291
- 07 Sep 2011, 07:42
- Forum: SmartFoxServer 1.x Discussions and Help
- Topic: Levels
- Replies: 5
- Views: 3291
There's _server.writeFile method which can be used to write the data retrieved from the database to a file.
See http://www.smartfoxserver.com/docs/docPages/serverSideApi/_server/writeFile.htm
See http://www.smartfoxserver.com/docs/docPages/serverSideApi/_server/writeFile.htm
- 06 Sep 2011, 08:53
- Forum: Server Side Extension Development
- Topic: Adding, Storing Buddy Variables Server-Side
- Replies: 9
- Views: 6987
I was able to reproduce what you're seeing. The StorableBuddyItem's variable does not get updated after calling SmartFoxClient.setBuddyVariables method on client side. Same issue occurs with ExtensionHelper.setBuddyVariables method. If BuddyListPresister wasn't used, the offline variables work as ex...
- 05 Sep 2011, 06:48
- Forum: SmartFoxServer 1.x Discussions and Help
- Topic: Smartfox Clustering (terracotta)
- Replies: 1
- Views: 1601
Starting point: http://www.smartfoxserver.com/clustering/
- 04 Sep 2011, 23:41
- Forum: SmartFoxServer 1.x Discussions and Help
- Topic: Question Regarding - SFS - Avatar Chat
- Replies: 1
- Views: 1683
From the top of my head, it should be possible. Basically, you can get flash to communicate to an external PHP file (not vice visa) using AS3's URLLoader. You could basically get php to check the browser's session to determine whether or not the user have logged. Then you should be able to go from t...
- 04 Sep 2011, 23:17
- Forum: SmartFoxServer 1.x Discussions and Help
- Topic: SFS mySQL Connector and OS X Lion
- Replies: 1
- Views: 1639
- 04 Sep 2011, 23:09
- Forum: Server Side Extension Development
- Topic: Adding, Storing Buddy Variables Server-Side
- Replies: 9
- Views: 6987
- 01 Sep 2011, 04:36
- Forum: Server Side Extension Development
- Topic: get values from serverside response
- Replies: 3
- Views: 3239
- 01 Sep 2011, 04:34
- Forum: Server Side Extension Development
- Topic: (AS1) - How to get MySQL error message?
- Replies: 4
- Views: 4109
- 31 Aug 2011, 01:05
- Forum: SmartFoxServer 1.x Discussions and Help
- Topic: getRoomList() doesn't work for me
- Replies: 11
- Views: 6592
Those messages looks valid to me. Double check your customLogin internal event logic. Are you logging the user correctly into the zone using _server.loginUser() and that you are checking if the login was successful? i.e. var obj = _server.loginUser(nick, pass, chan); trace(obj.success) That's the on...
- 30 Aug 2011, 23:41
- Forum: SmartFoxServer 1.x Discussions and Help
- Topic: getRoomList() doesn't work for me
- Replies: 11
- Views: 6592
- 30 Aug 2011, 23:16
- Forum: Server Side Extension Development
- Topic: dispatchPublicMessage - Can't find method ?
- Replies: 4
- Views: 3758