<?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: Using new bing map key vs token with flex 1.3 API, is it possible ? in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/using-new-bing-map-key-vs-token-with-flex-1-3-api/m-p/400812#M9361</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; it works !&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Andrea V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Nov 2010 08:50:30 GMT</pubDate>
    <dc:creator>AndreaV</dc:creator>
    <dc:date>2010-11-09T08:50:30Z</dc:date>
    <item>
      <title>Using new bing map key vs token with flex 1.3 API, is it possible ?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/using-new-bing-map-key-vs-token-with-flex-1-3-api/m-p/400810#M9359</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi guys,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I need to quickly and temporarly find a solution to use a legitimate license with the new Bing Maps Key for ArcGIS Server 10 onto FLEX API 1.3, while I perform a porting to FLEX API 2.1.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As I read in a recent thread in the forum it is possible to use the new &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Masp Key instead the token in 1.3 but It seems function only with the &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;'staging' map.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Are there any workaround to use with Bing Maps Key in 1.3 API to get 'production' maps ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks a lot&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Andrea&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Nov 2010 08:03:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/using-new-bing-map-key-vs-token-with-flex-1-3-api/m-p/400810#M9359</guid>
      <dc:creator>AndreaV</dc:creator>
      <dc:date>2010-11-05T08:03:29Z</dc:date>
    </item>
    <item>
      <title>Re: Using new bing map key vs token with flex 1.3 API, is it possible ?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/using-new-bing-map-key-vs-token-with-flex-1-3-api/m-p/400811#M9360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The Bing Key can be substituted for the token, so you can create a static file that returns the key as shown below.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;esri:VETiledLayer&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; environment="production"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; tokenURL="assets/bing-app-id.txt"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;bing-app-id.txt:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;{ "token": "your key here" }&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Nov 2010 16:01:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/using-new-bing-map-key-vs-token-with-flex-1-3-api/m-p/400811#M9360</guid>
      <dc:creator>DasaPaddock</dc:creator>
      <dc:date>2010-11-05T16:01:43Z</dc:date>
    </item>
    <item>
      <title>Re: Using new bing map key vs token with flex 1.3 API, is it possible ?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/using-new-bing-map-key-vs-token-with-flex-1-3-api/m-p/400812#M9361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; it works !&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Andrea V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Nov 2010 08:50:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/using-new-bing-map-key-vs-token-with-flex-1-3-api/m-p/400812#M9361</guid>
      <dc:creator>AndreaV</dc:creator>
      <dc:date>2010-11-09T08:50:30Z</dc:date>
    </item>
    <item>
      <title>Re: Using new bing map key vs token with flex 1.3 API, is it possible ?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/using-new-bing-map-key-vs-token-with-flex-1-3-api/m-p/400813#M9362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;i created a bingkey.txt file and passed the URLpath to it in the token url and i get an error message :&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;faultCode:Server.Error.Request faultString:'HTTP request error' faultDetail:'Error: [IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2032: Stream Error. URL: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://blah.com/Bingkey.txt" rel="nofollow" target="_blank"&gt;http://blah.com/Bingkey.txt&lt;/A&gt;&lt;SPAN&gt;"]. URL: BingKey.txt'&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;if i type in the url to the text file it returns the token fine...Looks like it does not like the txt file in the URL - any suggestions/help would be greatly appreciated.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Dec 2010 00:18:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/using-new-bing-map-key-vs-token-with-flex-1-3-api/m-p/400813#M9362</guid>
      <dc:creator>SharadGarg</dc:creator>
      <dc:date>2010-12-23T00:18:08Z</dc:date>
    </item>
  </channel>
</rss>

