Search found 92 matches

by mixart
08 Apr 2012, 19:37
Forum: SFS2X Questions
Topic: SFS2 docs down (backup?)
Replies: 3
Views: 5757

SFS2 docs down (backup?)

Seems the SFSx2 docs have been down for a while - very frustrating.

Is there any way to package these and make them downloadable for times when they're either down or am working offline with no internet?
by mixart
02 Apr 2012, 10:58
Forum: SFS2X Questions
Topic: Extensions not showing up in Zone Configurator > Extensions
Replies: 17
Views: 23029

Re: Extensions not showing up in Zone Configurator > Extensi

Had this problem also and found the solution on another thread: You MUST save your extension's jar with a name ending in Extension (myExtension for example). I don't think this is made obvious enough anywhere... the video and documentation should make this very clear as it is a roadblock if you miss...
by mixart
06 Jul 2011, 02:45
Forum: SFS2X Questions
Topic: HTML5 client-side option?
Replies: 6
Views: 9231

Thanks for the detailed reply bax. Points all totally make sense and I understand the frustrations many dev companies have supporting a technology that is not yet stable/standard. Only thing I would like to add is not to underestimate the opportunities HTML5 holds even though it's early days... the ...
by mixart
03 Jul 2011, 16:14
Forum: SFS2X Questions
Topic: HTML5 client-side option?
Replies: 6
Views: 9231

HTML5 client-side option?

Not sure if this is feasible or if there are security concerns with the exposed-source nature of HTML5, but it would be really awesome if a HTML5 front-end could be used instead of Flash with SFSX2. This would open up many opportunities including easy deployment of an app that would work on iPads an...
by mixart
03 Jul 2011, 04:56
Forum: SFS2X Questions
Topic: Error #2035 - Following error occurred when...
Replies: 5
Views: 8988

I had this error also - the solution for me was to make sure the http server was running (I had it disabled initially because I did not need it). Anyone know if there is a way to keep the admin console working but turn off the webserver? Are my assumptions correct that the webserver needs to be turn...
by mixart
09 May 2011, 06:39
Forum: SFS2X Questions
Topic: converting actionscript SFSPro extension to JAR
Replies: 3
Views: 5361

Thanks Lapo. Might I strongly suggestion you update or find better ways to make this documention more obvious? The two places I looked were: > Support > Documentation (went to old docs) > Docs (went to old docs) - actually this link doesn't even exist on the homepage, only when going via the nav in ...
by mixart
06 May 2011, 11:18
Forum: SFS2X Questions
Topic: converting actionscript SFSPro extension to JAR
Replies: 3
Views: 5361

converting actionscript SFSPro extension to JAR

Not done any Java development before, and finding documentation really unorganized on this site, especially WRT server-side java dev (why is there not even a server-side/extension forum category in the SFS2X focums?). Any suggestions where a non-java developer can get up to speed with upgrading a si...
by mixart
01 Nov 2010, 07:39
Forum: SFS2X Questions
Topic: Running SFS2 while SFS1.x is still running
Replies: 1
Views: 4253

Running SFS2 while SFS1.x is still running

I could not find any notes/posts on this topic...
Is it possible to run the SFS2 RC1 simultaneously with SFS1.x? I want to keep my existing SFS app running while I test and develop with SFS2.

- Do the two work independently?
- Can they share the same port number?

Anything else I need to know?
by mixart
20 Oct 2010, 06:50
Forum: Features Wish List
Topic: Server-side AS3
Replies: 1
Views: 11385

This has been asked for several times and the answer is no (some technical reasons I think). Also, SFS2 will only support java on the server-side (not even AS2 or AS1). This may be a great move for advanced developers of smartfox and has performance benefits that will greatly benefit advanced apps b...
by mixart
12 May 2010, 08:15
Forum: SmartFoxServer 1.x Discussions and Help
Topic: SmartFoxServer 2X Announced!
Replies: 116
Views: 136294

This is great news Lapo. I'm very excited to learn more as the project progresses. 2 quick questions: - There will be no serverside actionscript support for extensions? - Will there be the ability to send binary or bitmap data to and from the server? One thing that I am most excited about is "T...
by mixart
19 Apr 2010, 22:52
Forum: Job offers and requests
Topic: Multi-user whiteboard with SmartFox (Job posting)
Replies: 2
Views: 7543

I sent you a private message lenlayton.
by mixart
30 Mar 2010, 09:28
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Keeping room variables after the owner is gone.
Replies: 3
Views: 5761

Lapo wrote:Good news is that the next major release will address this problem from the root. Stay tuned.


Can't wait Lapo - a very desired feature.
by mixart
03 Mar 2010, 21:52
Forum: Features Wish List
Topic: Occasional license specials
Replies: 1
Views: 10451

Occasional license specials

I have a 100 user license, and often wish I had a higher capacity license but have to ensure my product grows before I can afford larger license. This is just a suggestion for the SmartFox team to think about occasionally having upgrade specials for their licenses. For example "This week, users...
by mixart
28 Jan 2010, 09:11
Forum: Server Side Extension Development
Topic: custom login, setting userId
Replies: 1
Views: 3848

I spent a day searching through the docs and forums for an answer and managed to luckily stumble onto the answer in a forum :) My updated code if anyone is interested.. function handleInternalEvent(evt) { if (evt.name == "loginRequest") { var error = "";...
by mixart
27 Jan 2010, 12:31
Forum: Server Side Extension Development
Topic: custom login, setting userId
Replies: 1
Views: 3848

custom login, setting userId

I have a custom login and am aware that I need to set these two API vars manually: smartfox.myUserName = ?? smartfox.myUserId = ?? My question is, do I get the userId on the serverside code and pass that to the extension response? If so, I am having trouble finding out how to get a user object from ...

Go to advanced search