Hi
I tried the print widget of the viewer, this can not satisfy my requirement, because I want export the whole map in a certain scale, though print widget allows me export a certain scale, the output result is only a part of the whole map.
I read the code of the viewer ,there is a parameter of printparameter named "preserveScale", if you set "preserveScale" as true, the export result would come with the current view scale of the map, if false then you may set a specific scale to export map, and the extent of the map changed along with this scale, if the scale is larger, the extent would be smaller, vice versa.
maybe this functionality could not be realized by flex api, anyway the export result may be a very large image for example if I want to export a 1:1000 Beijing map, the size of the result would be several GBs, and this is far out of arcgis server capability. In this case I need call for help from some professional remote sensing software like envi or erdas.
Han