Search found 4 matches

by laysz
27 May 2010, 02:40
Forum: SmartFoxServer 1.x Discussions and Help
Topic: error windows 7
Replies: 7
Views: 12410

worked great

Hi,


It might not have worked for the other dude but worked for me. Thanks a ton!!!
by laysz
12 Apr 2010, 02:16
Forum: SmartFoxServer 1.x Discussions and Help
Topic: How to put php on jetty for facebook set up
Replies: 1
Views: 4397

How to put php on jetty for facebook set up

Hi,

I am trying to set up the php client of facebook on jetty. I have done this on apache. I have some quesitons. I know Jetty is liscened under the Apache open source so does this mean it works similar in terms of setting up php? Are there any links that you have that will help me do this? I'm ...
by laysz
22 Feb 2010, 08:43
Forum: RedBox
Topic: as2 avchat returning error
Replies: 2
Views: 8029

One more thing

This is what I use to connect to SF server instead of the mc_connector. The .AS example does not use the mc_connector as well.

var ip:String = "127.0.0.1" //"99.244.61.79"
var port:Number = 9339
var zone:String = "sftris"

var smartfox:SmartFoxClient = new SmartFoxClient()
smartfox.onConnection ...
by laysz
22 Feb 2010, 08:26
Forum: RedBox
Topic: as2 avchat returning error
Replies: 2
Views: 8029

as2 avchat returning error

Hi,

The RedBox AS2 API require an instance of the SmartFoxBits Connector to work properly.

I am trying to implement a web cam into the tic tac toe game but what if I do not want to use the mc_connector. Can I sitll use the AVChatManager? If I can't use this, what is the easiest way I can set up a ...