Problem: In my viewer, the operational map is provided by a service based on a mxd which includes more than 20 layers(in different group). I like to dynamically adjust the transparency of each individual layer by slider.
Thought on this issue: I searched all the posts on the transparency issue in the forum and found that no good methods. Some posts said to load the same service in config.xml several times and each time set some layers visible. While this is not a good idea if have too many layers. I think this problem is resulted from the limitation of Flex API. Only the whole service is a dynamic layer object, while all the layers under the service are not treated as objects though we can get the layers information. Thus many operations based on each individual layer cannot be done if we dont have the object. Whether my understanding is right or not?
Thanks everybody who shares your ideas on this.
Yee