offlist (Re: ||unity-dev|| Relationship between server-side & client-side)

unity-dev@moock.org unity-dev@moock.org
Tue Feb 21 15:42:08 2006


Hello,

I'd be interested to get some some light about this topic too.
I assume the answer is no, but i'd like to get a confirmation. :)

thanks in advance,

francis

> 2. When creating a new obj attribute in Java via the
> client.setAttribute("user",user,"udefault.presence",1),
> is this attribute accessible from the flash-client
> via: remoteuser.getAttribute()?
>
> I am assuming the answer is no because on the Java
> side you are passing an object and on the flash side
> you are accessing a simple string arg. If that is the
> case and I cannot directly set parameters on the Java
> side (i.e. firstName,lastName,age,etc.) which can then
> be accessed directly by flash, I will have to send a
> UPC message and pass each arg to a flash method which
> then sets the attributes.