Hi all,
I've recently had to switch from writing code in the javascript 4.4 API to the 3.21 API because of the lack toolbar functionality. This means rewriting my code. When I was working with the 4.4, I could call a Map Service by using MapImageLayer. In 3.21, I use ArcGISDynamicMapServiceLayer. However, in 3.21, my layers are completely opaque. This wasn't a problem in 4.4, as MapImageLayer would show the layer the same way it had been published. How do I get the layers to look the same as when they were published?