You can do many tricks here

1 use flash cookie (shared object)
2. Embed a text file into the flex using embed tag then you will be able to
read/write data to that. Am not sure if that cached data persists after
reopen the browser.

I hope both of your method can save your data and you will be able to sync
whenever app will open.

You my vote to the SO as that could save 100 k easily and available in most
of the browsers which support flash ( I am using it to save image upto 1mb
in one of my app )

Flush the SO as soon server respond sucess so you need not to care a lot
for syncing if I got time today I will send you a demo code as well

Regards
Seth



On Wednesday, December 10, 2014, Scott Matheson <smathe...@intralinks.com>
wrote:

> Hi
>   We use json data sent (100K) -> nodeJs ‹> to a mongoDB
>
> So what technology to we use to store the flex or json object , we can not
> get access to the PC for local storage , we need to store in the browser
> of Flash until the network is available, in the mean time the user could
> kill the borrower so we need to hod data until next time the browser  app
> is started
>
> Do you have any example code you could share ?
>
>
> On 12/10/14, 1:15 PM, "Seth." <post2s...@gmail.com <javascript:;>> wrote:
>
> >As per my understanding, you just require single side syncing from client
> >-> server and data seems very small in your case you can use webORB which
> >supports multiple platform, OR with node JS just use " json data ", that
> >will be good as both the language can parse that easily and faster. use
> >timer for time based syncing, but as per my opinion, the ready solution
> >will be quite headache for such type of syncing as i used this approach in
> >various elearning projects for ebook syncing.
> >
> >- Seth
> >
> >
> >On Wed, Dec 10, 2014 at 6:34 PM, Scott Matheson <smathe...@intralinks.com
> <javascript:;>>
> >wrote:
> >
> >> Hi
> >>    Server side is nodeJS, but we could change
> >>
> >> Our challenge is student compete work, the networks stop working so they
> >> can not make progress,
> >>
> >>
> >> On 12/10/14, 12:32 PM, "Seth." <post2s...@gmail.com <javascript:;>>
> wrote:
> >>
> >> >Not exactly, but yes there are solutions depend upon the servers which
> >> >could offer you such functionality, by the way which server side
> >>language
> >> >you are using?? and which client side DB you are using( if any )
> >> >
> >> >Regards
> >> >Seth
> >> >
> >> >On Wed, Dec 10, 2014 at 5:40 PM, Scott Matheson <sc...@matheson.it
> <javascript:;>>
> >> wrote:
> >> >
> >> >> Hi
> >> >>    I am looking for a solution where the user data is held client
> >>tide,
> >> >> (may
> >> >> be server objects) and sync to the server when the network is
> >>available,
> >> >> are
> >> >> there andy solutions out there in the flex world
> >> >>
> >> >>
> >> >>
> >>
> >>
> >> ________________________________
> >>
> >> Disclaimer: This electronic mail and any attachments are confidential
> >>and
> >> may be privileged. If you are not the intended recipient, please notify
> >>the
> >> sender immediately by replying to this email, and destroy all copies of
> >> this email and any attachments. Thank you.
> >>
>
>
> ________________________________
>
> Disclaimer: This electronic mail and any attachments are confidential and
> may be privileged. If you are not the intended recipient, please notify the
> sender immediately by replying to this email, and destroy all copies of
> this email and any attachments. Thank you.
>


-- 
Sent from Gmail iPhone App

Reply via email to