Thanks A51.
lee
Search found 33 matches
- 16 Jan 2012, 07:33
- Forum: SmartFoxServer 1.x Discussions and Help
- Topic: Admin tool
- Replies: 4
- Views: 8090
- 15 Jan 2012, 12:33
- Forum: SmartFoxServer 1.x Discussions and Help
- Topic: Admin tool
- Replies: 4
- Views: 8090
- 15 Jan 2012, 04:32
- Forum: SmartFoxServer 1.x Discussions and Help
- Topic: Admin tool
- Replies: 4
- Views: 8090
Admin tool
Hello,
How in the world do you launch this thing?
Maybe the info is some where, but I can't find it and the documentation page titled 'The Admin Tool' doesn't have it. Maybe it should, seems like a logical place.
take care,
lee
How in the world do you launch this thing?
Maybe the info is some where, but I can't find it and the documentation page titled 'The Admin Tool' doesn't have it. Maybe it should, seems like a logical place.
take care,
lee
- 07 Jan 2010, 08:09
- Forum: SmartFoxServer 1.x Discussions and Help
- Topic: Odd connection problem
- Replies: 5
- Views: 7870
...
Hello,
Thanks.
lee
Thanks.
lee
- 06 Jan 2010, 21:52
- Forum: SmartFoxServer 1.x Discussions and Help
- Topic: Odd connection problem
- Replies: 5
- Views: 7870
Connect problem
Hello,
We have been using both.
lee
We have been using both.
lee
- 06 Jan 2010, 06:18
- Forum: SmartFoxServer 1.x Discussions and Help
- Topic: Odd connection problem
- Replies: 5
- Views: 7870
Paritial Solution
Hello,
Ok, so we figured out the problem was that the client is doing everything on a local machine, so I changed 'Local Playback Security' in the Publish settings to 'Access Network ONly'. Now it will connect, but it cannot load the local 'config.xml' file with the IP, Port and ZOne info.
take ...
Ok, so we figured out the problem was that the client is doing everything on a local machine, so I changed 'Local Playback Security' in the Publish settings to 'Access Network ONly'. Now it will connect, but it cannot load the local 'config.xml' file with the IP, Port and ZOne info.
take ...
- 06 Jan 2010, 03:00
- Forum: SmartFoxServer 1.x Discussions and Help
- Topic: sfs.connect
- Replies: 2
- Views: 5179
sfs.connect
Hello,
I have been trying to use the sfs.connect() command with no luck. Here is my code:
public function connectToSFS(pathToConfig:String = "config.xml") {
dispatchEvent (new SFSPGRevent (SFSPGRevent .SHOW_LOADER ));
ConnectionStatus_txt .text = "Connecting...";
//SFSPGRglobal .sfs ...
I have been trying to use the sfs.connect() command with no luck. Here is my code:
public function connectToSFS(pathToConfig:String = "config.xml") {
dispatchEvent (new SFSPGRevent (SFSPGRevent .SHOW_LOADER ));
ConnectionStatus_txt .text = "Connecting...";
//SFSPGRglobal .sfs ...
- 06 Jan 2010, 02:55
- Forum: SmartFoxServer 1.x Discussions and Help
- Topic: Odd connection problem
- Replies: 5
- Views: 7870
Odd connection problem
Hello,
I have a very odd situation here.
I am developing an application for a client. On my system, it connects as it should, but on his, it does not.
He is able to use the SFS examples which all connect to IP 127.0.0.1:9339, so is this application.
I know noone will be able to give me a ...
I have a very odd situation here.
I am developing an application for a client. On my system, it connects as it should, but on his, it does not.
He is able to use the SFS examples which all connect to IP 127.0.0.1:9339, so is this application.
I know noone will be able to give me a ...
- 04 Jan 2010, 10:01
- Forum: Server Side Extension Development
- Topic: Database Data
- Replies: 8
- Views: 12645
- 02 Jan 2010, 14:20
- Forum: Server Side Extension Development
- Topic: Database Data
- Replies: 8
- Views: 12645
- 02 Jan 2010, 08:58
- Forum: SmartFoxServer 1.x Discussions and Help
- Topic: Custom Login and onJoinRoom event
- Replies: 3
- Views: 6537
- 02 Jan 2010, 08:56
- Forum: SmartFoxServer 1.x Discussions and Help
- Topic: Custom Login and onJoinRoom event
- Replies: 3
- Views: 6537
- 02 Jan 2010, 08:40
- Forum: Server Side Extension Development
- Topic: Database Data
- Replies: 8
- Views: 12645
- 02 Jan 2010, 06:14
- Forum: Server Side Extension Development
- Topic: Database Data
- Replies: 8
- Views: 12645
- 01 Jan 2010, 02:23
- Forum: Server Side Extension Development
- Topic: Database Data
- Replies: 8
- Views: 12645
Database Data
Hello,
I am using the following commands to access data from a DB:
var row = query .get(0);
O.id = row.getItem("id");
As you can see, I am calling up each data item and assigning it to an Object. What I would like to do is iterate through the row data and add it to the object without having ...
I am using the following commands to access data from a DB:
var row = query .get(0);
O.id = row.getItem("id");
As you can see, I am calling up each data item and assigning it to an Object. What I would like to do is iterate through the row data and add it to the object without having ...