I am writting an flash app where the user can
rearange items on an board.
When the user closes the app, I store the current configuration.
When he reuses the app he expects to see the same
configuration he left the last time.
No problem saving.
On startup of the app, my read fails.
When I click on a Reload button my read works.
I believe my problem is in the timming.
Can you please suggest ways to guarantee that all
objects would be avalable.
One last thing, I embed the swf file in a PDF, so there
may be an interface complexity.