Hi,
I am trying to force the server side generate a output image for the ArcGISDynamicServiceLayer instead of real data over the internet.
I searched the website and found for JavaScritp API, there is one parameter for the ArcGISDYnamicServiceLayer called useMapImage (see the following description)
When true, the image is saved to the server, and a JSON formatted response is sent to the client with the URL location of the image. A second call is automatically made to the server to retrieve the image. This value is set in the constructor using useMapImage. (As of v1.2)
however, I could not find the similar option for Flex API. I wonder if there is something else which allow me to force output image generated on server and url transferred to client.
Is there any sample code for that?
Thanks.