http://www.youtube.com/smartFoxServer/# ... B7Yfbain1M
For quick referrence here's the config.xml
Code: Select all
<SmartFoxConfig>
<ip>127.0.0.1</ip>
<port>5050</port>
<zone>EMZProductions</zone>
<debug>true</debug>
<httpPort>8080</httpPort>
</SmartFoxConfig>And it is in my /src folder.
Now the video says it's supposed to try a connection attempt when it loads but it doesn't seem to be doing that? I can get my SFSEvents to work if I using the connect function but yea |: I don't think it's loading my config in the first place
Any reasons why this is?
btw,
_sfs.loadConfig('config.xml')
is what have for loading it.