Skip to main content
May 19, 2010
Question

LOCAL SHARED OBJECT in CAIRNGORM

  • May 19, 2010
  • 1 reply
  • 1520 views

Hi,


I am new to Cairngorm framework.


I want to use Local shared object in Cairngorm framework,I am confused where i have to create and where i will get data and how i can add to lso.


If any example or suggestions  to use Local shared object It is helpful for me.



Thanks in Advance.

Regards

Naresh

This topic has been closed for replies.

1 reply

Participant
December 9, 2010

Hi,

I am also new to flex.

But here is what I think.

You may want put it into servicelocator since sharedobject is not part of you cilent datamodel.

Use delegate to update your modellocator with value from sharedobject.

Hope it can help.

If you solved the problem, pls also post it and we can learn together:)

Best