Hi Manish,Which version of the Flex API did you use? (Might be try a new version of Flex API 3.5)Also, how many layers are specifically added in your application? You said "I do not want the "Map" component to be alpha'd, just the "map layer". If you have more than 1 layers, the order of your map will decide the way of transparent. Also, if you do have symbols on renderer, I would recommend to add alpha property just in case to keep their display.For example: <esri:SimpleMarkerSymbol id="symbol5" alpha="0.7" />In a summery, you can change mainly 3 categories about the map alpha:1. The TiledLayer (basemap)2. The FeatureLayer, DynamicServerLayer and any other layers3. The symbol on your layerHere I post a Silverlight Layer documentation, even though its a different API, but the concept are the same, hope this can help you understand the issue.http://resources.esri.com/help/9.3/arcgisserver/apis/silverlight/help/adding_layers.htm
サインインしたメンバーは投稿、更新のフォローなどができます。初めてですか?無料アカウントを登録してください。
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.