Solved! Go to Solution.
Adam,
In your main config .xml where you add the layer into the viewer you can set an alpha value on the layer tag, to set its transparency:
http://resources.arcgis.com/en/help/flex-viewer/concepts/index.html#/Layer_tag_overview/01m30000000p...
If you use the layer list widget to manage the ability of turning the layer on/off this has an option in the sub menu for changing the transparency in the viewer:
http://resources.arcgis.com/en/help/flex-viewer/concepts/index.html#/Layer_List_widget/01m3000000350...
Regards
Anthony
Adam,
In your main config .xml where you add the layer into the viewer you can set an alpha value on the layer tag, to set its transparency:
http://resources.arcgis.com/en/help/flex-viewer/concepts/index.html#/Layer_tag_overview/01m30000000p...
If you use the layer list widget to manage the ability of turning the layer on/off this has an option in the sub menu for changing the transparency in the viewer:
http://resources.arcgis.com/en/help/flex-viewer/concepts/index.html#/Layer_List_widget/01m3000000350...
Regards
Anthony
Adam,
To achieve that you would have to use dynamic layers on feature services:
http://resources.arcgis.com/en/help/flex-api/samples/index.html#/UniqueValueRenderer/01nq00000071000...
Regards
Anthony
Adam,
Read more about dynamic layers here:
http://resources.arcgis.com/en/help/main/10.1/index.html#//0154000004zv000000
They are not utilised through the WMS feed from a service, they utilise the REST endpoints.
In your flex application are all the layers you are using coming from your own server? If so your application would preform a lot better if you used the REST endpoints not the WMS.
Regards
Anthony