i try to trace it and it is null and onUserVariable is not work
so i guess it not send SetUserVariables Request
but i don't know why
Search found 4 matches
- 10 Oct 2013, 10:57
- Forum: SFS2X ActionScript 3 API
- Topic: onUserVarsUpdate can't work and can't getVariable
- Replies: 2
- Views: 6802
- 10 Oct 2013, 10:31
- Forum: SFS2X ActionScript 3 API
- Topic: onUserVarsUpdate can't work and can't getVariable
- Replies: 2
- Views: 6802
onUserVarsUpdate can't work and can't getVariable
the function onUserVarsUpdate is not work and ERROR: line var Hisgender :String=user.getVariable("gender").getStringValue(); can't null.
i don't know why.
Can you tell me what happen ,thank you so much!
private function Some(e:SFSEvent):void {
var SFSUserGenderVars:Array ...
i don't know why.
Can you tell me what happen ,thank you so much!
private function Some(e:SFSEvent):void {
var SFSUserGenderVars:Array ...
- 25 Aug 2013, 05:37
- Forum: SFS2X ActionScript 3 API
- Topic: how to send the info to everyone in the room
- Replies: 3
- Views: 8079
how to send the info to everyone in the room
i know how to send the message to everyone in the same room.
but when playerA enter the room how to let he can see the playerb's picture and let his picture display on the stage that PlayeB can see
(player B has entered the room before playerA)
but when playerA enter the room how to let he can see the playerb's picture and let his picture display on the stage that PlayeB can see
(player B has entered the room before playerA)
- 13 Aug 2013, 08:19
- Forum: SFS2X ActionScript 3 API
- Topic: disconnect and connect
- Replies: 1
- Views: 6742
disconnect and connect
I can connect SFS and disconnect sucessfully but when i disconnect i try to connect again the SFS tell me :
Zone login error; the following error occurred: undefined
[SFS - WARN] You are not connected. Request cannot be sent: [object LoginRequest]
onConnection Success
a part of my code ...
Zone login error; the following error occurred: undefined
[SFS - WARN] You are not connected. Request cannot be sent: [object LoginRequest]
onConnection Success
a part of my code ...