Search found 12 matches

by Kalagaraz
08 Jan 2011, 08:51
Forum: Silverlight API
Topic: Cannot Connect to SmartFoxServer2x
Replies: 2
Views: 47967

Cannot Connect to SmartFoxServer2x

I installed the silverlight API and smartfoxserv2x, I can run the examples by connecting to 127.0.0.1:8080. However, when I run the silverlight simplechat example and I type it 127.0.0.1 for ip and 9933 for port, it says IO: AccessDenied. My server configuration is set to port 9933, and ip 192.168.2...
by Kalagaraz
17 Mar 2009, 07:01
Forum: Server Side Extension Development
Topic: Simple Design Question
Replies: 7
Views: 10101

It is not a good idea to use an extension for each request. We strongly recommend to use Object Oriented practices to modularize your code. Even in Actionscript it is possible to organize code in classes (using prototype based classes). Python and Java offer full OOP, so why not using them. I would...
by Kalagaraz
13 Mar 2009, 22:16
Forum: Server Side Extension Development
Topic: Sometimes handleRequest refuses to fire!
Replies: 2
Views: 5630

Re: Sometimes handleRequest refuses to fire!

For example I have this extension "TestExt" running at zone level, it traces initialization / deinitialization fine. function init() { // Using trace will send data to the server console trace("Test initiatlizing") } function destroy() { tr...
by Kalagaraz
13 Mar 2009, 06:45
Forum: Server Side Extension Development
Topic: Send a message to a user using the username
Replies: 9
Views: 13428

dieffe wrote:Mmmm

TypeError: Cannot find function GetUserByName.


try getUserByName(); no intellisense for you? :)
by Kalagaraz
13 Mar 2009, 04:51
Forum: Server Side Extension Development
Topic: Reloading Extension doesn't reflect changes.
Replies: 1
Views: 4352

Reloading Extension doesn't reflect changes.

It says in docs "While developing your custom extensions you will be probably testing them many times. Because of this you may need to reload the extension in order to see the new changes in action. Just select the name of the extension to reload and hit the "RELOAD" button. " Bu...
by Kalagaraz
13 Mar 2009, 03:27
Forum: Server Side Extension Development
Topic: Send a message to a user using the username
Replies: 9
Views: 13428

zone.GetUserByName(string Name);
by Kalagaraz
13 Mar 2009, 02:57
Forum: Server Side Extension Development
Topic: Sending messages before login?
Replies: 1
Views: 4346

Sending messages before login?

Is it not possible to send messages before login? I created a registration extension which allows someone to create a user and be inserted into database, but when I hit the register button nothing happens and I get disconnected. The extension on server is not registering any cmds recieved via trace(...
by Kalagaraz
13 Mar 2009, 02:41
Forum: Server Side Extension Development
Topic: Simple Design Question
Replies: 7
Views: 10101

Simple Design Question

I'm just wondering how you guys break up large smartfoxserver projects? Currently what I'm doing is simply creating a new extenstion for different parts of my system (Login,Register,etc..) that way I don't have large cluttered files and basically just handling 1 command per extension. Also I like th...
by Kalagaraz
11 Feb 2009, 22:23
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Silverlight Support
Replies: 2
Views: 5375

Silverlight Support

Just wondering if your planning on writing a client API for silverlight? I think silverlight has more potential for game development than flash and with the talks of adding XNA support to silverlight this will be even more a reality. Would be great to be able to use smartfox in silverlight in that c...
by Kalagaraz
06 Feb 2009, 18:08
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Questions regarding smartfox before purchase
Replies: 5
Views: 9063

i m not quite sure about the server code in C#... Lapo is the person who could answer this.. you could use as3.0 for client side and program just the server side extension in as1.0.. not sure with your requirement but i think extensions in as1.0 does the job most of the time and being an AS program...
by Kalagaraz
06 Feb 2009, 17:30
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Questions regarding smartfox before purchase
Replies: 5
Views: 9063

Hi Kalagaraz.. Welcome :) 1. Yes. you can create multiplayer games in flex using AS 3.0 API. There are a few flex examples and template in the the examples folder that comes with the server. 2. The Beta API for Unity3d is for client programming. The server is programmed in Java and supports extenst...
by Kalagaraz
06 Feb 2009, 16:21
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Questions regarding smartfox before purchase
Replies: 5
Views: 9063

Questions regarding smartfox before purchase

There are some things I would like to find out before purchasing smartfox if you don't mind: 1. Does smartfox components support flex? I find flex more suited for game development than the regular flash program (the timeline there just feels weird to me since games don't have a linear progression). ...

Go to advanced search