Search found 89 matches

by zachofthegolden1
01 Feb 2013, 02:33
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Chat bubble database error
Replies: 26
Views: 35792

Re: Chat bubble database error

inside my swf

Code: Select all

smartfox.myUserName = resObj.name;
  smartfox.myUserId = resObj.id; //not sure if it is resObj.id




My serverside extension

Code: Select all

response.id = user.getUserId();
       response.name = user.getName();



Thie problem still persists
by zachofthegolden1
30 Jan 2013, 07:39
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Chat bubble database error
Replies: 26
Views: 35792

Re: Chat bubble database error

i cant seem to get around it i mean with ym custom login extension i am using the one from your tutorial site. Maybe its something in there causing it
by zachofthegolden1
19 Jan 2013, 23:42
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Chat bubble database error
Replies: 26
Views: 35792

Re: Chat bubble database error

was simple chat custom login set from false to true? its the same as my code but do i have to have another custom login extension? i mean i use one for the db to login and well my code is pretty much the same as yours
by zachofthegolden1
19 Jan 2013, 14:12
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Chat bubble database error
Replies: 26
Views: 35792

Re: Chat bubble database error

Thats the point. I edited the avatar chat and the only thing i changed was frame 9 which i posted in this tpic earlier. it does seem to have trouble accessing the clients avatar i mean with admin badges i have to set it to myAvatar for it to even show. This is confusing me big time lol Could you sen...
by zachofthegolden1
17 Jan 2013, 20:43
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Chat bubble database error
Replies: 26
Views: 35792

Re: Chat bubble database error

Don't worry about it lol we all got lives to live and stuff to do :) Also this is mycode on frame 9 if this helps import it.gotoandplay.smartfoxserver.* #include "lib/[flashAPI].as" #include "lib/easingEquations.as" #include "lib/easing.as" /* * ------------------------...
by zachofthegolden1
12 Jan 2013, 17:43
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Chat bubble database error
Replies: 26
Views: 35792

Re: Chat bubble database error

Yes i can confirm this
by zachofthegolden1
12 Jan 2013, 06:39
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Chat bubble database error
Replies: 26
Views: 35792

Re: Chat bubble database error

the coding is left how it is using the default it used to never even show the chat bubble until i downloaded the new api
by zachofthegolden1
10 Jan 2013, 13:44
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Chat bubble database error
Replies: 26
Views: 35792

Re: Chat bubble database error

If I was to set custom login to false the chat bubbles work perfectly but if i was to change custom login to true then the chat bubble shows but the text decides to say undefined for the client sending the message but if another use was in the room and they was to send a message you can read what th...
by zachofthegolden1
07 Jan 2013, 01:53
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Chat bubble database error
Replies: 26
Views: 35792

Re: Chat bubble database error

Code: Select all

function deactivate()
{
clearInterval(timer)
timer = setInterval(closeBubble, 8900)
}
 
function closeBubble()
{
bubble._visible = false

}



its always been that but if custom login is et to true bubbles are undefined for the client but other users messages are readable
by zachofthegolden1
06 Jan 2013, 22:20
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Chat bubble database error
Replies: 26
Views: 35792

Re: Chat bubble database error

Done some Debugging and traces ok the user who is sending the message doesn't see the message displayed in the bubble so i can see messages from other users but i cannot see mine as it says undefined to anyone sending the message this is the debug [Sending]: <msg t='sys'><body action='pubMsg' r='75'...
by zachofthegolden1
05 Jan 2013, 10:54
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Doubt about external database in smartfox chat
Replies: 13
Views: 16139

Re: Doubt about external database in smartfox chat

If custom login is set to false then it means it doesent matter what name you type in it will log them in
by zachofthegolden1
05 Jan 2013, 10:44
Forum: SmartFoxServer 1.x Discussions and Help
Topic: "SmartFoxError: requested room to join does not exist!"
Replies: 4
Views: 7614

Re: "SmartFoxError: requested room to join does not exist!"

Does the room exist in cinfig.xml? Also if your ip is set to ??????? it might not work
by zachofthegolden1
02 Jan 2013, 17:42
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Chat bubble database error
Replies: 26
Views: 35792

Chat bubble database error

Hello, I have connected my flash avatar chat action script 2 to a database it works and respond correctly. The problem is that the chat bouble doesent even show when i send messages. Other users can see my messages except the person who is sending it. I downloaded the new api from sfs website 1.6.9 ...

Go to advanced search