Vanessa wrote: > Dear Michael and Roberto: > > So where can I find reference to learn shared objects, and what format > will I save locally? > Is it possible to save the file in shared object and then use http to > post on some website?
Adobe.com > Products > Flash Media Server > Documentation > Client Side ActionScript You can't save file but you can save data. It's being serialized and can be read or passed to Remote Shared Object. But it's kinda hard to wrap it as file to save it. I doubt that we have such a low level option in the API at the moment and it's definitely not what is easy to explain. Why do you need to store a file locally? Probably there's another way to go. -- Michael "Antares" Klishin, http://www.novemberain.com || mailto:[EMAIL PROTECTED] "We are able to enable people to use Flash where it's useful. It's not all or nothing. You can mix and match." -- Kevin Lynch _______________________________________________ Red5 mailing list [email protected] http://osflash.org/mailman/listinfo/red5_osflash.org
