Hi everyone,

 

I'm trying to get a Local Shared Object (LSO) to share data between 2
flash windows. The first movie creates the LSO and can write to it. The
second movie can then get a reference to the shared object and read the
data set by movie 1. The problem occurs when movie 2 tries to change
that data and flush it to the disk. Movie 1 doesn't get the change. If I
close movie 1 and re-open it, it can now see the changes. This makes me
think that each instance of the Flash Player is working from a "cached"
copy of the LSO. Can anyone confirm this behavior? Does anyone know a
way to force the movies to always refer to the disk when reading values
from the LSO?

 

Jason.

_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to