For the web app in question I am using the Viewer for Flex 3.2 and ArcGIS for Server 10.1.
I am using a python script to publish my mapservices. Previously I was using a unique mxd doc for each service (18 in total). Publishing the services individually worked fine. My current script combines what use to be 18 mxds into (1) mxd and publishes it.
Based upon the Rest services, it appears that everything published correctly:
If I change the type to dynamic, get rid of the mode and set the imageformat = png8, then I don't get an error, the layer label appears, however the layer is not visible even with the visiblity set to true. Even the zoom to option is not active.
I'm sure this is something simple. I'm just not seeing it. Again, I want to be able to pull in and control each layer in my map and not as one big service.