Search found 10 matches

by pilot
23 Sep 2010, 16:53
Forum: RedBox
Topic: RedBox as daemon
Replies: 0
Views: 8534

RedBox as daemon

Hi there, Having some trouble/concerns about setting RedBox up as a daemon. I figured I can just follow the same process as setting the smartfox server up: ln -s /home/john/SFS_PRO_1.3.0/Server/sfs S99sfs Instead point to the bash file for redbox like so ln -s /home/john/SFS_PRO_1.3.0/Server/RedBox/...
by pilot
11 Sep 2010, 19:24
Forum: Server Side Extension Development
Topic: Send to all in room AS extension
Replies: 3
Views: 5758

Well the silly thing is that I've written a single extension that gets used when the user first joins then when they join a room. When the person actually makes the request it IS inside a room (thus I assume it's acting as a room extension at that moment?).
by pilot
10 Sep 2010, 17:50
Forum: Server Side Extension Development
Topic: Send to all in room AS extension
Replies: 3
Views: 5758

Send to all in room AS extension

Hi there, I've written a function that most of my code depends on that sends a message to everyone in the room. Take a look: function sendToRoom(resp, fromRoom, sender, recipients) { var room = _server.getCurrentRoom(); _server.sendResponse(resp, fromRoom, sender, room.getAl...
by pilot
26 Aug 2010, 00:47
Forum: SmartFoxServer 1.x Discussions and Help
Topic: RedBox non-Flex examples
Replies: 0
Views: 2857

RedBox non-Flex examples

Hi there, I'm wondering if there are any tutorials or sample code packages out there that I can learn from for doing video chat in pure AS3.0 (no MXML or Flex). I've built a purely Flash game with Smartfox and am looking to embed a video component that would allow everyone in a room to broadcast the...
by pilot
12 Jul 2010, 12:40
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Slight confusion with sending sendXtMessage to room
Replies: 4
Views: 6548

Ah, that's what I thought the problem may have been. I thought it would first pick up the room extension then go to the zone level. Hmmm, you say Room Extension. So as soon as I point to the correct extension value this will populate correctly? Excellent. Thank you! I thought since Private was a roo...
by pilot
11 Jul 2010, 01:00
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Slight confusion with sending sendXtMessage to room
Replies: 4
Views: 6548

A response from Lapo would be nice. :-) heh. Also note that I recently patched up to 1.6.8. The other very minor thing I was wondering, in my .as extension class I'm passed a room value for each triggered message received, I'm wondering how to retrieve the room name rather than the ID since my appli...
by pilot
10 Jul 2010, 18:17
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Slight confusion with sending sendXtMessage to room
Replies: 4
Views: 6548

Slight confusion with sending sendXtMessage to room

Hi there, I've got my application creating and room and my user is moving away from the lobby (Private) to the new room. However I'm noticing when I continue sending messages to the server, instead of sending the messages through the new room my sendXtMessage request is being sent to the zone file. ...
by pilot
10 Jul 2010, 01:32
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Strange issue with joining a room
Replies: 1
Views: 3772

We can consider this a non-issue. This is what I noticed: unless you pass a maxUsers value into the room object upon creating a room, it will not allow any amount of users in. This should probably default to a certain value. The issue took 2 hours to debug because I didn't know that and the error ha...
by pilot
09 Jul 2010, 20:39
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Strange issue with joining a room
Replies: 1
Views: 3772

Strange issue with joining a room

Hi there, I seem to be having some trouble with joining a room. Here is what I'm doing: - Connecting to server - Using autoJoin to join the Private room - Communicating with an extension to determine some vital room setup details - Creating a room via the API - Assigning a person to the room This is...
by pilot
16 Jun 2010, 22:41
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Installing on linux as a service
Replies: 1
Views: 3509

Installing on linux as a service

Hi there, I'm purchased a (ve)Server solution with MediaTemple, it's basically a fully cusotmisable collocated virtualised server on CentOS. I only gain access to it via SSH. Everything is installed and working perfectly however I can't seem to get it to run as a service. I determined the runlevel o...

Go to advanced search