| Author |
|
stoem Big Kahuna

stoem == Stefan
Joined: 05 January 2004 Location: United Kingdom Posts: 1079
|
| Posted: 19 March 2004 at 17:19 | IP Logged
|
|
|
post here
__________________ Flashcomguru.com
|
| Back to Top |
|
| |
hjf288 Flashcom Newbie


Joined: 08 June 2004 Location: United Kingdom Posts: 2
|
| Posted: 08 June 2004 at 19:27 | IP Logged
|
|
|
Hey, Im having a bit of a problem with the end of the tutorial - how do we get the client to filter the status out of the chat window.
Ive tried fiddling with the sendmessage but it either doesnt filter or stops the entire component.
Sample code would be most appreciated
Thanx in advance
|
| Back to Top |
|
| |
Ultimate Moderator

Super Flashcommer
Joined: 05 January 2004 Location: Canada Posts: 1130
|
| Posted: 13 June 2004 at 01:57 | IP Logged
|
|
|
I'm confused as to where you are having the trouble and what code you would like because there is the full code at the end of the tutorial. It is done on the server side though, were you looking for client side code?
__________________ Blog: http://www.sti-media.com
Community Site: http://www.FMSGuru.com
Game: Checkers
|
| Back to Top |
|
| |
infiniti Flashcom Newbie

Joined: 16 September 2004 Posts: 14
|
| Posted: 16 September 2004 at 12:37 | IP Logged
|
|
|
I am wondering how to extend this tutorial to incoporate actual functionality?
Ie. When user changes status to offline, he/she will actually lose connection (I am thinking to use the logout tutorial to achieve this, still experiementing). Similarly switching to online will log the user in or do nothing if already logged in. This is really just mimicing MSN messenger's status feature, has anyone done this?
|
| Back to Top |
|
| |
stoem Big Kahuna

stoem == Stefan
Joined: 05 January 2004 Location: United Kingdom Posts: 1079
|
| Posted: 16 September 2004 at 13:18 | IP Logged
|
|
|
notice that logged out users would not appear in a peoplelist...
stoem
__________________ Flashcomguru.com
|
| Back to Top |
|
| |
Ultimate Moderator

Super Flashcommer
Joined: 05 January 2004 Location: Canada Posts: 1130
|
| Posted: 16 September 2004 at 13:25 | IP Logged
|
|
|
LOL..right, logged out users wouldn't appear in *that* list, but I suppose if you were really good you could have it hook up to a DB and keep track of things there. Then the users would be able to be shown even if they weren't online.
For that... don't use the components
__________________ Blog: http://www.sti-media.com
Community Site: http://www.FMSGuru.com
Game: Checkers
|
| Back to Top |
|
| |
infiniti Flashcom Newbie

Joined: 16 September 2004 Posts: 14
|
| Posted: 16 September 2004 at 17:14 | IP Logged
|
|
|
You guys brought up a very good point I did not foresee! If I want to show offline users, the people list becomes a permanent list unless I clear offline users after a period of time? Anyways, it does not sound like something I want to get into Good thing you guys replied before I start wasting time Thanks!
|
| Back to Top |
|
| |
leo69 Flashcom Newbie


Joined: 07 September 2004 Location: United States Posts: 36
|
| Posted: 15 March 2005 at 21:27 | IP Logged
|
|
|
Hi guys
i think i have the same problem as hjf288
does it matter where we add the line
cglobal.username = this.stripout(cglobal.username);
in the
FCChat.prototype.sendMessage method in the chat.asc
because it is not calling the function to strip the
status in the simple connect.
I would rather use the server side function (strip statu) becasue the client side will allow the user to not show in the user list and not to type but he\she still can hear everybody in the room and if you have and AV in the chat he will be able to see and no one can see that he\she is in the room but not logged in. you can test it
|
| Back to Top |
|
| |
ruyto Flashcom Newbie

Joined: 21 May 2005 Location: Italy Posts: 18
|
| Posted: 05 September 2005 at 13:14 | IP Logged
|
|
|
Sorry, but I don't use simple connect component. What can I to do? I had connect status_lb with this code: status_lb.connect(client_nc); ...it works, but don't change in the peopleList and in the chat :(
p.s. If change only in the peopleList, is very good for me. Thanks
Edited by ruyto on 05 September 2005 at 13:17
|
| Back to Top |
|
| |
MistaMista Flashcom Newbie


Joined: 01 March 2008 Location: United Kingdom Posts: 1
|
| Posted: 01 March 2008 at 03:48 | IP Logged
|
|
|
Hi,
Im using flash media server 3 and i will like to try this out. but the problem is i didnt really understand how to set the server side up can you please help me
thanks
|
| Back to Top |
|
| |