Topic: _viewerLoaded property, FP 10
I'm just wondering about the _viewerLoaded-property commented out in the if-statement of the flash-embed-example. Since it's not declared I took the approach to make it a
private var _viewerLoaded:Boolean = false;
which I set to true within the onload-event-handler an to false when loadGallery is called again (after the unloadAndStop()-call, of course).
Is this the way it's intended to work or am I completely wrong here.
regards,
stephan