Logging flash lite application
Hello
I would like to log my FL2 application. As it has to work on s40, I thought of using SharedObjects. The thing is I can´t find where it is!
I would need to open it with a sol reader and copy paste its content as plain text.
Do you know if it is doable?
Thanks in advance.
Re: Logging flash lite application
Hi Gabrielaperry,
You cant save a SharedObject as a plain text file on your local file system because there is no such function/API available in Flash. For more details about SharedObject, read here :
[URL="http://livedocs.adobe.com/flashlite/3.0/docs/help.html?content=00004661.html"]Flash Lite shared objects[/URL]
[URL="http://livedocs.adobe.com/flashlite/3.0/docs/help.html?content=00004825.html"]SharedObject Class[/URL]
I would like to clear that there is no way to write to a file in Flash Lite using pure ActionScript but yes! if you like to[URL="http://code.google.com/p/swfxme/"] extend Flash Lite using JavaME[/URL] then MAY be its possible. Best of luck for your project. :)
Best Regards,
SajiSoft