Hi. I've managed to store binary objects in the SharedObject. We're transferring the image now Base64Encoded which Flex recognizes as ByteArray! This can be stored in the SharedObject.
But I can't figure out, how to assign this data to an image. Any hints? Thx, Fritz --- In [email protected], "thatstephen" <[EMAIL PROTECTED]> wrote: > > > If you see my post 64776, you'll see that I have tried to store > binary data in shared objects and found it is not possible. There is > no way to do this, the only way to do this is to create some form of > application to sync images stored locally with your server and call it > as needed using a 'fscommand'. > > There may be something in Apollo that can help and also I believe an > application like Zinc might help you. > > > --- In [email protected], "fritzdimmel" <fritz.dimmel@> wrote: > > > > Hi. > > We're developing a occasionally connected client with Flex 2.0. > > > > We need to get some images when online and to store them in a > > sharedobject. But when I do this, in the SharedObject is just the > > information about the image, but not the image (binary data) itself. > > > > How can I do this? > > Is there a way to access the binary data from the image to save it? > > > > We really need this feature, is there anybody who has an idea? > > > > Thanks a lot! > > Fritz > > >

