Groups | Blog | Home
all groups > macromedia flash flashcom > october 2006 >

macromedia flash flashcom : how to know FMS2 check client is not conect ?


dinhcuong
10/27/2006 2:24:27 AM
anonymous thing
10/27/2006 2:15:24 PM
- you can ping client(not the best method)
- you can use application.onDisconnect(objClient) method in your main.asc
- if you have multiple server-side class(other .asc) you can attach an
onDisconnect method to this class

these solutions do not require a lot of code and I think they are the best in
your case(from what I read in your small post)

ex:
myClass.prototype.onDisconnect = function(objClient){
// your code ....
}
AddThis Social Bookmark Button