hi guys,


setProperty works for me

ciao

On 9/10/06, Dan Rossi <[EMAIL PROTECTED]> wrote:
Ke Boqi wrote:
> now I found if I use the SharedObject.setProperty to upate data, it
> works well on my flex app.
> like this:
> so.data["message"] = somevalue; // dosen't work on the flex2 app
> so.setProperty("message", somevalue); //works well
>
cheers mate ill try that instead much easier to notify a change to a
sharedobject than making a call to all clients. However im pretty sure i
tried setProperty also.

_______________________________________________
Red5 mailing list
[email protected]
http://osflash.org/mailman/listinfo/red5_osflash.org

_______________________________________________
Red5 mailing list
[email protected]
http://osflash.org/mailman/listinfo/red5_osflash.org

Reply via email to