<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: dynamic layer transparency in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/dynamic-layer-transparency/m-p/535207#M12082</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;that is what i have done in the mean time, but that also reduced the alpha of the other features that i have in my dynamic layer, such as my parcel data set, and it makes it tough to see then.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;shouldn't the alpha settings in ArcMap come through like the rest of the symbology?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Aug 2010 18:25:18 GMT</pubDate>
    <dc:creator>BryanWestphal</dc:creator>
    <dc:date>2010-08-10T18:25:18Z</dc:date>
    <item>
      <title>dynamic layer transparency</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/dynamic-layer-transparency/m-p/535204#M12079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have an issue with a dynamic polygon layer not being transparent (set to 50% in arcmap) in my flex application.&amp;nbsp; I have the image output of the dynamicservicelayer as png24.&amp;nbsp; Attached is an image of what it looks like in my application.&amp;nbsp; When in arcmap, the buffers are transparent.&amp;nbsp; Any ideas or comments would be appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks for your time.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Aug 2010 18:58:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/dynamic-layer-transparency/m-p/535204#M12079</guid>
      <dc:creator>BryanWestphal</dc:creator>
      <dc:date>2010-08-09T18:58:10Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic layer transparency</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/dynamic-layer-transparency/m-p/535205#M12080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Try setting alpha on the layer to 0.5.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Aug 2010 19:02:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/dynamic-layer-transparency/m-p/535205#M12080</guid>
      <dc:creator>DasaPaddock</dc:creator>
      <dc:date>2010-08-09T19:02:20Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic layer transparency</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/dynamic-layer-transparency/m-p/535206#M12081</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It's better to set the transparency in Flex rather than ArcMap. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Leave the layer as 100% in ArcMap then go into the &amp;lt;ArcGISDynamicMapService/&amp;gt; tag and set the alpha to 0.5.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Aug 2010 10:03:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/dynamic-layer-transparency/m-p/535206#M12081</guid>
      <dc:creator>HessCorporation</dc:creator>
      <dc:date>2010-08-10T10:03:13Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic layer transparency</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/dynamic-layer-transparency/m-p/535207#M12082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;that is what i have done in the mean time, but that also reduced the alpha of the other features that i have in my dynamic layer, such as my parcel data set, and it makes it tough to see then.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;shouldn't the alpha settings in ArcMap come through like the rest of the symbology?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Aug 2010 18:25:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/dynamic-layer-transparency/m-p/535207#M12082</guid>
      <dc:creator>BryanWestphal</dc:creator>
      <dc:date>2010-08-10T18:25:18Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic layer transparency</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/dynamic-layer-transparency/m-p/535208#M12083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;My limited understanding of this is that when the server creates an image for a dynamic map service the alphas for a layer are only relative to other layers in the same image at creation time. The image itself, once created, has only an overall alpha, this is controlled by Flex. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I don't think there is any way to control the alphas of individual layers using flex unless you create a service for each layer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I could be wrong on all of this.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Aug 2010 19:36:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/dynamic-layer-transparency/m-p/535208#M12083</guid>
      <dc:creator>DrewDowling</dc:creator>
      <dc:date>2010-08-10T19:36:34Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic layer transparency</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/dynamic-layer-transparency/m-p/535209#M12084</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Bryan,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You should get the behavior you're looking for if you publish an optimized msd and request png32 images. If you do this, then the exported image should maintain transparency for each pixel's alpha channel.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Nov 2010 20:53:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/dynamic-layer-transparency/m-p/535209#M12084</guid>
      <dc:creator>DasaPaddock</dc:creator>
      <dc:date>2010-11-04T20:53:45Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic layer transparency</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/dynamic-layer-transparency/m-p/535210#M12085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;BR /&gt;&lt;BR /&gt;You should get the behavior you're looking for if you publish an optimized msd and request png32 images. If you do this, then the exported image should maintain transparency for each pixel's alpha channel.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Dasa,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Thanks for this tip!&amp;nbsp; I usually set my imageFormat to png24 and I always wondered why the layer transparencies I set in my mxd never got represented in the service.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Jason&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Feb 2011 15:58:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/dynamic-layer-transparency/m-p/535210#M12085</guid>
      <dc:creator>JasonLevine</dc:creator>
      <dc:date>2011-02-03T15:58:42Z</dc:date>
    </item>
  </channel>
</rss>

