Hi,
I have a flash application file and it does not save sol files properly in
directories
It stores it in #SharedObjects\XXX\localhost\DOCUME~1\testuser\LOCALS~1\Temp
every time i run the application in a different directory . I have set local
to always allow in security .
It is just that i would like to the application from where i have left off
Thanks
Abey
Diggy - 05 Jul 2008 21:33 GMT
This may help:
1. Don't leave out the second parameter,set it as "/"
mySharedObject=SharedObject.getLocal("userData","/");
2. Test your swf in a browser before checking where it saved to. If you
test it by using "test scene" or "test movie" it will create a folder of
it's own with the scene/movie name and the data won't be accessed when
you change html pages.
> Hi,
>
[quoted text clipped - 9 lines]
> Thanks
> Abey