Hi Dominick,

Thanks for your inputs, but can you please ellaborate on this?

I tried to search on the client property for SharedObject. What I 
got is: 

"client:Object  [read-write]

Indicates on what object callback methods should be invoked. The 
default is this. You can use this property if you have two data 
handlers that have the same set of methods, but act differently 
depending, for example, in an application with two windows where a 
button in one window toggles the view in the other window."

I am not sure what they mean from the above documentation. 

I know this is too much to ask, but would you please explain it to 
me with a snippet on the same?

Thanks in Advance.
Mick



--- In flexcoders@yahoogroups.com, "Dominick Accattato" 
<[EMAIL PROTECTED]> wrote:
>
> I think it has a client property which can point to a custom class 
with
> those methods.
> 
> On 6/27/06, Mick Robin <[EMAIL PROTECTED]> wrote:
> >
> >    Hi,
> >
> > I am working on a one to one chat application. I am using flex 
builder 2.0 Beta
> > 3 & Flash Media Server 2.0. While working with sharedObject, I 
have
> > come across a problem. I just wanted to attach a dynamic method 
to
> > SharedObject the way I used to do in AS2.0, AS1.0. The main 
issue is
> > SharedObject class is no more dynamic.
> >
> > Here is the code what I want to achieve in AS2.0
> >
> > public var usersSO:SharedObject;
> >
> > usersSO.msgFromSrvr= function(event:Object){
> >               msgFromSrvrHandler(event);
> > }
> >
> > How can I achieve the same thing using AS3.0?
> >
> > Thanks in advance..:)
> > Mick
> >
> > ------------------------------
> > Yahoo! Groups gets better. Check out the new email 
design.<http://pa.yahoo.com/*http://us.rd.yahoo.com/evt=41142/*http:/
/groups.yahoo.com/local/newemail.html>Plus there's much more to come.
> >
> > 
> >
>






------------------------ Yahoo! Groups Sponsor --------------------~--> 
Check out the new improvements in Yahoo! Groups email.
http://us.click.yahoo.com/6pRQfA/fOaOAA/yQLSAA/nhFolB/TM
--------------------------------------------------------------------~-> 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to