I'm not sure how you set it up. I am guessing you have the different pages
set up in layers. And you are going to different frames to go to a new page.
E.g., page one is in frame one and page 2 is in frame 2. I don't use layers
so I am not 100% sure but when you add the map to the display list using
addChild(map) and you go to a new frame the map will stay visible. If you
use removeChild(map) it will remove your map.
If you want to keep the map in its current state and not reload it you
should be able to set map.visible = false and the map will stay in the
display list but not visible. Post a little of you code and I can help you a
little better. You don't need to post it all just parts that are relevant.
On Oct 9, 2010 3:58 PM, "Chris" <[email protected]> wrote:

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps API For Flash" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-maps-api-for-flash?hl=en.

Reply via email to