Search found 1673 matches

by BigFIsh
23 Sep 2011, 23:15
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Avatar Chat Errors
Replies: 22
Views: 29432

I went to the end of the chat coding, and added smartfox.setUserVariables() , but nothing happens. What should I do? Please refer to http://www.smartfoxserver.com/docs/docPages/as1/methods/setUserVariables.htm Use the .debug flag for your SmartFoxClient instance to see what's going on. If there's n...
by BigFIsh
22 Sep 2011, 22:03
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Need to call a java file from as1.0
Replies: 1
Views: 4170

It's hard to tell what's going on from here. I would suggest double checking everything starting from a fresh installation of Java RE (if needed).
by BigFIsh
22 Sep 2011, 22:00
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Reading server-owned roomVars change without onJoin?
Replies: 8
Views: 11592

My understanding is that SFS sends an updated room list whenever you join a room. I'm trying to manually pull in a fresh copy of the room list by using smartFox.getAllRooms(). Am I using this incorrectly, or is there some other reason why this isn't working? Not quite. The server is only sending th...
by BigFIsh
22 Sep 2011, 21:53
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Avatar Not Showing
Replies: 1
Views: 4245

Please no double posting. You have already asked this before.
by BigFIsh
22 Sep 2011, 21:52
Forum: Server Side Extension Development
Topic: import java in as1 (Extension) file
Replies: 7
Views: 11303

HelloWorldApp.getName() shows that you are calling a getName static method in the class HelloWorldApp.

If getName isn't a static method, then you would do this.. var app = new HelloWorldApp(); app.getName();
by BigFIsh
20 Sep 2011, 22:06
Forum: SmartFoxServer 1.x Discussions and Help
Topic: getBuddyRoom returning undefined?
Replies: 2
Views: 4970

That's not how it's done. According to the actionscript documentation , it's: smartFox.addEventListener(SFSEvent.onBuddyRoom, onBuddyRoomHandler) var buddy:Object = smartFox.getBuddyByName("jack") smartFox.getBuddyRoom(buddy) function onBuddyRoomHandler(evt:SFSEvent):void { // Reach the bu...
by BigFIsh
20 Sep 2011, 22:03
Forum: SmartFoxServer 1.x Discussions and Help
Topic: can i sort rooms in a zone?
Replies: 6
Views: 9715

This is something that will be needed to be done on serverside in your extension. Get your extension to check if condition is met (such as 'less than 2 players') in 'userLost' (disconnection) and 'userExit' (leaving a room) and logOut (when logging out). If the condition is met, you can then carry o...
by BigFIsh
20 Sep 2011, 21:58
Forum: SmartFoxServer 1.x Discussions and Help
Topic: need help
Replies: 16
Views: 21515

On user enter room event is for other users. The code should be placed in onJoinRoom event. If testing if other users is a moderator, use isModerator()
by BigFIsh
19 Sep 2011, 23:42
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Login button not working
Replies: 4
Views: 7406

The problem could be anything, really. You and your staff need to figure out what the problem is. I would suggest creating a very basic connection/login application. Once you get that working, then you probably would get your main application working. There are a number of things that could be the c...
by BigFIsh
19 Sep 2011, 23:32
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Streaming Smartfox
Replies: 3
Views: 6086

Ah, I see. In this case, I'm not so sure. There are probably other programs out there that can achieve what you need.
by BigFIsh
19 Sep 2011, 23:30
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Character not appearing and...
Replies: 1
Views: 4275

Characters not appearing - likely related to font not being embedded properly.

As for not logging in on your computer. Likely due to misconfiguration of your port/ip/firewall/crossdomain policy/flash security/etc. This have been discussed a lot in the forums. Please use the search tool.
by BigFIsh
19 Sep 2011, 00:34
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Features help
Replies: 4
Views: 7181

http://www.smartfoxserver.com/docs/ You'll need to interact with the database. This is covered in chapter 6 and 8. As for how to set up and interacting your database, you'll need to look elsewhere. I would recommend w3schools.com for basic SQL queries. As for sending the data to clients, use sendRes...
by BigFIsh
19 Sep 2011, 00:16
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Features help
Replies: 4
Views: 7181

Sorry, but #1 is for you to figure out. I would recommend taking your time and study the excellent online tutorials as provided by the online documentation. Then you'll be able to figure it out. I had allowed myself two weeks studying the tutorials/examples before I became familiar with the system. ...
by BigFIsh
19 Sep 2011, 00:12
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Setting up a custom login with php
Replies: 3
Views: 6475

Sorry, but Appserv isn't really related to SmartFoxServer. You will need to figure out the problem by looking elsewhere. If you can't get any php to work, then sfsLogin.php wont.
by BigFIsh
19 Sep 2011, 00:09
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Streaming Smartfox
Replies: 3
Views: 6086

Can you please explain what you mean by 'streaming'. Streaming of uploaded videos like YouTube, or streaming of web cam, or..?

Go to advanced search