CMD of smartfox pro
C:\Program Files\SmartFoxServerPRO_1.6.6\jre\lib\rt.jar:
Exception in thread "main" java.lang.NoClassDefFoundError: java/util/regex/Patte
rn$CharPropertyNames
at java.util.regex.Pattern.charPropertyNodeFor(Pattern.java:2435)
at java.util.regex.Pattern.family(Pattern.java:2412 ...
Search found 4 matches
- 02 Aug 2009, 03:48
- Forum: SmartFoxServer 1.x Discussions and Help
- Topic: SmartFox Refuses to start up
- Replies: 1
- Views: 4422
- 28 Jul 2009, 09:38
- Forum: SmartFoxServer 1.x Discussions and Help
- Topic: As3 Reciving Objects
- Replies: 4
- Views: 9476
- 28 Jul 2009, 02:43
- Forum: SmartFoxServer 1.x Discussions and Help
- Topic: As3 Reciving Objects
- Replies: 4
- Views: 9476
As3 Reciving Objects
var smartfox:SmartFoxClient = new SmartFoxClient();
smartfox.connect("localhost",9339);
smartfox.login("simpleChat",null,null);
smartfox.joinRoom(1);
//this is called in later after im sure the room has been joined and all that
smartfox.sendObject({x:10,y:20})
smartfox.addEventListener(SFSEvent ...
- 28 Jul 2009, 01:39
- Forum: The Bug Trap
- Topic: Documentation Slip Up
- Replies: 1
- Views: 108
Documentation Slip Up
This appears both on the online version of the documentation and the one installed on my computer
http://www.smartfoxserver.com/docs/docPages/as3/html/it_gotoandplay_smartfoxserver_SmartFoxClient.html#login
smartFox.addEventListener(SFSEvent.onLogin, onLoginHandler)
smartFox.login("simpleChat ...
http://www.smartfoxserver.com/docs/docPages/as3/html/it_gotoandplay_smartfoxserver_SmartFoxClient.html#login
smartFox.addEventListener(SFSEvent.onLogin, onLoginHandler)
smartFox.login("simpleChat ...