Search found 77 matches

by sstark
30 Nov 2009, 18:47
Forum: Job offers and requests
Topic: Any java SmartfoxServer developer in Montreal CANADA?
Replies: 4
Views: 9239

I'd recommend training someone then.
by sstark
27 Nov 2009, 23:23
Forum: Job offers and requests
Topic: Any java SmartfoxServer developer in Montreal CANADA?
Replies: 4
Views: 9239

Vancouver here, is that close enough?
by sstark
20 Aug 2009, 16:22
Forum: The Gallery
Topic: Multiplayer Jump'n'Run "Jump Jupiter" !
Replies: 4
Views: 16938

that's very interesting, we also developed a physics system that works in the same way on Red5. :)

great work.
by sstark
18 Aug 2009, 17:32
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Maintain String values in a single file for Client/Server
Replies: 1
Views: 4266

Even if you were to do that, the server would still need a reset to see the changes.

You may wish to save the strings in a database, for easy management. Possibly a flat-file db, like xml?
by sstark
18 Aug 2009, 16:26
Forum: Server Side Extension Development
Topic: Can I addbuddy when one of the user is off-line
Replies: 1
Views: 4374

you have to write custom code for that. I've done it before. It ques up requests in a DB, then tries if both users are in the same zone & room.
by sstark
13 Aug 2009, 15:27
Forum: OpenSpace v1 discussions and help
Topic: Question about Avatar Assets
Replies: 4
Views: 8670

I made a master avatar manager package (.swc), and changed the Avatar swf to call the methods from my avatar manager, treating it more like an API than anything.

I hope that helps.
by sstark
11 Aug 2009, 19:23
Forum: Job offers and requests
Topic: Developer available for small to larger projects
Replies: 3
Views: 10471

Unity3D
by sstark
10 Aug 2009, 15:17
Forum: Other Client API
Topic: Can you connect with PHP
Replies: 5
Views: 21272

communicate to PHP via AMFPHP and Flash, and lease SFS communication to Flash.

so...

SFS <---> FLASH <---> AMFPHP
by sstark
30 Jul 2009, 15:41
Forum: OpenSpace v1 discussions and help
Topic: os uses id when sfs uses name?
Replies: 8
Views: 13555

thank you for taking the time to explain your process.
by sstark
29 Jul 2009, 18:42
Forum: OpenSpace v1 discussions and help
Topic: os uses id when sfs uses name?
Replies: 8
Views: 13555

perfect, thank you very much. I would still suggest the change to user name just for unification's sake. Keeping the libraries as similar as possible, to me, seems important... though not as important as efficiency. Is there a reason behind this? I am just curious. (I like taking things apart and pu...
by sstark
28 Jul 2009, 15:57
Forum: OpenSpace v1 discussions and help
Topic: os uses id when sfs uses name?
Replies: 8
Views: 13555

Bax, I think that may solve the issue, yes, IF:

those methods do not add additional server send / receive calls. If it is asking the server for the information, it defeats the purpose.
by sstark
23 Jul 2009, 16:24
Forum: .Net / Unity3D API
Topic: Redbox & Unity
Replies: 2
Views: 7393

the unity + flash integration is very limited, still in its infancy.
by sstark
23 Jul 2009, 15:39
Forum: OpenSpace v1 discussions and help
Topic: os uses id when sfs uses name?
Replies: 8
Views: 13555

Sure can! Our users are based on a mysql table, registration / session is done via RoR, and user for other areas of the website. This means that our system NEEDS to be user name based. The sfs id is actually worthless to almost all of my code, it needs the username. The user is the key in all my has...
by sstark
21 Jul 2009, 16:27
Forum: OpenSpace v1 discussions and help
Topic: os uses id when sfs uses name?
Replies: 8
Views: 13555

os uses id when sfs uses name?

in the openspace events it passes the user's id in the params, but in the smart fox events it's the username. The id is actually not useful to me, and I will have to record the named id in an indexed array so that my other systems know the correct user. for example, MySQL user id != SFS user id. Wou...
by sstark
17 Jul 2009, 17:21
Forum: OpenSpace v1 discussions and help
Topic: red screen during map transition
Replies: 6
Views: 12851

red screen during map transition

Hello, I have suspicions, but have not confirmed, that this is related to the openspace map transitions. I am curious if anyone has experienced this. When we first load a map, all is good. When we change a map, we get a red screen between the two maps. Sometimes we get two red screens. the red scree...

Go to advanced search