Search found 5 matches

by truantduck
14 Feb 2007, 00:22
Forum: The Bug Trap
Topic: 1.5 Pro Win Install - no smartfoxserver.jar
Replies: 12
Views: 350

I can no longer compile using this new .jar.

I get this error when using sendResponse() :

cannot access org.json.JSONObject
file org\json\JSONObject.class not found
sendResponse(mesg, -1, null, sfRecipients);


All my java extensions compile and run without errors using the old smartfoxserver ...
by truantduck
10 Feb 2007, 01:02
Forum: The Bug Trap
Topic: 1.5 Pro Win Install - no smartfoxserver.jar
Replies: 12
Views: 350

1.5 Pro Win Install - no smartfoxserver.jar

It seems that SFSPRO_1_5_windows.exe installer does not install the smartfoxserver.jar file.
by truantduck
31 Jan 2007, 22:18
Forum: The Bug Trap
Topic: 1.5.1 AS2.0 API onRoomAdded & onRoomListUpdate not worki
Replies: 6
Views: 212

Further investigation has revealed a few things:

:arrow: I must be in a room in order to receive updates. But not an isGame="true" room.

As you can see my above code creates a room where isGame="true", and when you do that, smartfox automatically joins it. But that's not good enough to get events ...
by truantduck
31 Jan 2007, 18:27
Forum: The Bug Trap
Topic: 1.5.1 AS2.0 API onRoomAdded & onRoomListUpdate not worki
Replies: 6
Views: 212

I don't have any issues joining rooms. I can create a room and join it just fine, and am doing so in the order you describe. That is not my problem.

My problem is that I am not getting callbacks from the server when a new room is created, or when a room is deleted. Specifically I am registering for ...
by truantduck
31 Jan 2007, 01:33
Forum: The Bug Trap
Topic: 1.5.1 AS2.0 API onRoomAdded & onRoomListUpdate not worki
Replies: 6
Views: 212

1.5.1 AS2.0 API onRoomAdded & onRoomListUpdate not worki

:arrow: I have registered for the two events onRoomAdded and onRoomListUpdate , but I am not reciving any callbacks from the flash as2.0 API when I create a room using the flash as2.0 API call:
createRoom(Room, -1) If I don't call createRoom without the 2nd parameter (which is undocumented ...