w1ldb3ast
08-15-2005, 04:46 AM
Anyone please give me an advice on this: from the server, i want to call a function on all connected clients. i have two ways to do this..either i use sharedObject.call or i loop through all the clients and use client.call ... Im more comfortable with using the second technique...but im wondring if there a difference in terms of performance if i use the second one over the first, or the other way around..Please give me your advince on this.. thank you so much