Hi Brian,
thanks, i have one question regarding shared objects...this may be a dumb
question, but i overheard someone say that shared objects are treated as
streams...is this correct?

thanks

b


On 8/9/07, Brian Lesser <[EMAIL PROTECTED]> wrote:
>
> Not sure this is what you are looking for but if the data must be shared
> across clients some people write it into a shared object that all
> clients subscribe to - one slot per record.  Whenever the shared object
> is updated all subscribed clients automatically see the changes.
> Updating the shared object can get complex unless you simply clear and
> repopulate it. This may not be what you are looking for but there is a
> related article here:
> http://www.adobe.com/devnet/flashcom/articles/improving_ria.html
> Yours truly,
> -Brian
>
>
>
> [p e r c e p t i c o n] wrote:
>
> >hello again,
> >I'm trying to obtain the results of a db query on a remote server using
> >fms.  to achieve this I make the net connection call a method in
> >Main.ascthat does the remoting.  All of this works well except the
> >asynchronous part
> >of returning the results to the client (client-side swf)...can anyone
> point
> >out how i can do this without using clientObj.call method from inside the
> >onResult callback?
> >
> >let me know if this is too vague...
> >
> >thanks
> >
> >p
> >_______________________________________________
> >[email protected]
> >To change your subscription options or search the archive:
> >http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
> >
> >Brought to you by Fig Leaf Software
> >Premier Authorized Adobe Consulting and Training
> >http://www.figleaf.com
> >http://training.figleaf.com
> >
> >
>
>
> --
> ______________________________________________________________________
> Brian Lesser
> Assistant Director, Application Development and Integration
> Computing and Communications Services
> Ryerson University
> 350 Victoria St.
> Toronto, Ontario                   Phone: (416) 979-5000 ext. 6835
> M5B 2K3                            Fax: (416) 979-5220
> Office: POD B-66-C                 E-mail: [EMAIL PROTECTED]
> (Enter through LIB-B99)            Web: http://www.ryerson.ca/~blesser
> ______________________________________________________________________
>
> _______________________________________________
> [email protected]
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
> Brought to you by Fig Leaf Software
> Premier Authorized Adobe Consulting and Training
> http://www.figleaf.com
> http://training.figleaf.com
>
_______________________________________________
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to