Search found 1673 matches

by BigFIsh
06 Mar 2008, 19:38
Forum: SmartFoxServer 1.x Discussions and Help
Topic: simpleChat works during dev, but not when standalone?
Replies: 9
Views: 12982

You got pretty far after just stumbling on SmartFox 2 hours ago. It took me more than that to figure out why I couldn't connect and it was because of API cross-path.

You got an interesting problem, and it aches my brain to think what could be wrong.

This is out of my knowledge. :(
by BigFIsh
06 Mar 2008, 19:00
Forum: SmartFoxServer 1.x Discussions and Help
Topic: simpleChat works during dev, but not when standalone?
Replies: 9
Views: 12982

Got SmartFoxServer running? :lol:

I think your problem is API. Read -->>
http://www.smartfoxserver.com/docs/docP ... alling.htm
by BigFIsh
05 Mar 2008, 08:49
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Bad room Id
Replies: 8
Views: 11443

if (evtQueue.length > 0)
{
smartfox.onRoomListUpdate(evtQueue[0])
delete evtQueue
}

I forgot about that little piece of code :lol:
by BigFIsh
04 Mar 2008, 23:55
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Bad room Id
Replies: 8
Views: 11443

I found the problem...

... it's all good now...
by BigFIsh
04 Mar 2008, 22:47
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Bad room Id
Replies: 8
Views: 11443

I did some further testing.. this is very odd.. Upon joining a room, using simpleChat example, this message ">> Room [The Hall] Joined" should be shown in the chat area. The interesting thing is.. when publishing the .swf file as .html for my browser (F12), it works every 2nd time. i.e. I ...
by BigFIsh
04 Mar 2008, 22:32
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Bad room Id
Replies: 8
Views: 11443

Bad room Id

SmartFoxServer: [WARNING] > SysHandler -> Bad room id. Action: pubMsg >> java.lang.NumberFormatException: For input string: "null" This error occurs randomly. Sometimes it works, sometimes it doesn't. I'm using "simpleChat" as my Zone at the moment. I think it has to do with the ...
by BigFIsh
04 Mar 2008, 07:27
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Help Connection.
Replies: 3
Views: 7484

Have you tried testing the flash with various browsers and inside/outside the network? Sometimes error occurs when trying to connect to the flash with external ip address from the same computer that is running the fox server. Solution to this problem is to change the .swf ip address to local address...
by BigFIsh
04 Mar 2008, 03:17
Forum: SmartFoxServer 1.x Discussions and Help
Topic: about simple chat
Replies: 6
Views: 9287

i've used crimson text editor to make changes.


Were you able to make changes with crimsono text editor?
by BigFIsh
03 Mar 2008, 18:25
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Banning quitters
Replies: 12
Views: 13417

<BanDuration>120</BanDuration>

It's located in the config.xml file. If you're running smartFoxLite, you might want to add the code under server setup.

A good example is shown in smartFoxPro config.xml file.
by BigFIsh
03 Mar 2008, 09:21
Forum: SmartFoxServer 1.x Discussions and Help
Topic: about simple chat
Replies: 6
Views: 9287

I think the debugs comes from SmartFoxClient.as, it is the sole resposible for connecting and handling events. Main data is stored in ..\SmartFoxServerPro\Server\datastore\examples. nnnnn .temp.db where n is a random number - you'll need Microsoft Access or FileMaker Pro to view the data. Perhaps yo...
by BigFIsh
03 Mar 2008, 08:50
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Internet Explorer vs FireFox
Replies: 12
Views: 15455

Yup, I'm able to connect using socket mode. But, I'm not able to connect to my own .swf from the same laptop that runs the smartFoxServer for the .swf. for example.. http://www.oasisorg.com/simpleConnect.html 1. If .swf has external ip address of 203.160.125.124. I am able to connect from outside th...
by BigFIsh
03 Mar 2008, 03:50
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Internet Explorer vs FireFox
Replies: 12
Views: 15455

I found the solution.. The problem is Internet Explorer itself. This problem, however, only occurs on the computer the server is running from. When publishing .swf for html to test on a Internet browser on the same computer that runs the SmartFoxServer, make sure the ip address inside the .swf is lo...
by BigFIsh
02 Mar 2008, 04:02
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Got smart fox server working and need help with some code.
Replies: 3
Views: 6764

I dunno anything about As3 but I found this: setScrollProperties() method public function setScrollProperties(pageSize:Number, minScrollPosition:Number, maxScrollPosition:Number, pageScrollSize:Number = 0):void Language Version : ActionScript 3.0 Player Version : Flash Player 9.0.28.0 Sets the range...
by BigFIsh
02 Mar 2008, 03:42
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Connecting from outside and inside at the same time.
Replies: 8
Views: 13424

Thats it! Thanks very much. So to be clear for others- To connect to the application from the pc with the server on it I need to run a separate .swf that points at the local ip. For everyone on the outside they will run a slightly different .swf which is placed on a web page which within points to ...
by BigFIsh
28 Feb 2008, 03:57
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Internet Explorer vs FireFox
Replies: 12
Views: 15455

Not yet.. Still trying to figure that out.

Can you connect to www.oasisorg.com/simpleConnect.html? If so/not which version IE? Cheers

Go to advanced search