Roberts et al.
I'm tweezing apart the exportMap.mxml and wondering about this line of code (I changed map to map2 for discussion):
var map2:Map = ViewerContainer.getInstance().mapManager.map;
It seems as if this line of code should make a copy of the "map" to my new map called "map2". But in my playing around it seems like if I make changes to the new map2 it then cascades those changes to the original "map". If I desire to make a unique copy of the map and then tweak it (say changing size, so I can use it to embed in a PDF and have the map take up the right portion of the page), is there a better way to copy the "map" into a stand alone object?
Thanks much,
Frank