<?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: Google Street View Widget for the Flexviewer in ArcGIS Viewer for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/google-street-view-widget-for-the-flexviewer/m-p/371854#M10549</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for creating this.&amp;nbsp; It is very cool.&amp;nbsp; I'm having the same issue as others.&amp;nbsp; I've tried a couple of things.&amp;nbsp; One was just using the compiled version but everything works as plan except opening up the streetview window that should be at the bottom of the map.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So I also tried using the uncompiled code.&amp;nbsp; Rather new to that but it actually works now.&amp;nbsp; However, I can't actually get that swf file to work with my real map that is on the server.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a feeling it has to do with the index code which I don't know much about but I am guessing this is what controls the window for the streetview.&amp;nbsp; Since the uncomplied version does not have a index.html but rather a index.template.html I'm not sure how to fix this.&amp;nbsp; I tried the index.html with the complied version but no go.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Both files have this when I view the source:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;script src="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://maps.googleapis.com/maps/api/js?sensor=false" rel="nofollow" target="_blank"&gt;http://maps.googleapis.com/maps/api/js?sensor=false&lt;/A&gt;&lt;SPAN&gt;" type="text/javascript"&amp;gt;&amp;lt;/script&amp;gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;script type="text/javascript" src="widgets/StreetView/streetview.js"&amp;gt;&amp;lt;/script&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any suggestions? Since it works in the uncompiled but not the complied version I create or that you sent it must be something simple.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Sep 2012 14:02:12 GMT</pubDate>
    <dc:creator>deleted-user-yA_w_FC9FKe5</dc:creator>
    <dc:date>2012-09-25T14:02:12Z</dc:date>
    <item>
      <title>Google Street View Widget for the Flexviewer</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/google-street-view-widget-for-the-flexviewer/m-p/371802#M10497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I wanted to get some feedback on my street view widget for the Flexviewer 2.*, Check it out here:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.arcgis.com/home/item.html?id=f069d8a3aa304e29a432b48e5f64ca74"&gt;http://www.arcgis.com/home/item.html?id=f069d8a3aa304e29a432b48e5f64ca74&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jan 2011 10:25:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/google-street-view-widget-for-the-flexviewer/m-p/371802#M10497</guid>
      <dc:creator>andrewj_ca</dc:creator>
      <dc:date>2011-01-11T10:25:31Z</dc:date>
    </item>
    <item>
      <title>Re: Google Street View Widget for the Flexviewer</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/google-street-view-widget-for-the-flexviewer/m-p/371803#M10498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Andrew,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; Strange thing is I copied all the files over to a clean FlexViewer (i.e. replacing the index.template.html and giving it a google api key for my site, etc, etc), but the new division that is added never get the google streetview panorama. I put alerts in the the streetview.js to ensure that it was getting to the javascript function. I do like the drag and drop of the googleman though. I am not thrilled with the addition of the division to the main app widow though, screen real estate is to precious now a days and there is some possiblity of not being compliant with Goggles T&amp;amp;C.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jan 2011 14:06:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/google-street-view-widget-for-the-flexviewer/m-p/371803#M10498</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2011-01-11T14:06:57Z</dc:date>
    </item>
    <item>
      <title>Re: Google Street View Widget for the Flexviewer</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/google-street-view-widget-for-the-flexviewer/m-p/371804#M10499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Does the full compiled version work for you?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jan 2011 14:09:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/google-street-view-widget-for-the-flexviewer/m-p/371804#M10499</guid>
      <dc:creator>andrewj_ca</dc:creator>
      <dc:date>2011-01-11T14:09:54Z</dc:date>
    </item>
    <item>
      <title>Re: Google Street View Widget for the Flexviewer</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/google-street-view-widget-for-the-flexviewer/m-p/371805#M10500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Andrew,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; I downloaded yesterday when there was no compiled version. I will check it out now with the compiled version.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jan 2011 14:12:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/google-street-view-widget-for-the-flexviewer/m-p/371805#M10500</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2011-01-11T14:12:54Z</dc:date>
    </item>
    <item>
      <title>Re: Google Street View Widget for the Flexviewer</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/google-street-view-widget-for-the-flexviewer/m-p/371806#M10501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I noticed the pano doesn't show up in Firefox.&amp;nbsp; I'm using IE 7.0.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jan 2011 14:16:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/google-street-view-widget-for-the-flexviewer/m-p/371806#M10501</guid>
      <dc:creator>andrewj_ca</dc:creator>
      <dc:date>2011-01-11T14:16:17Z</dc:date>
    </item>
    <item>
      <title>Re: Google Street View Widget for the Flexviewer</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/google-street-view-widget-for-the-flexviewer/m-p/371807#M10502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Andrew,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; That was my issue I hardly ever use ie anymore I always use firefox. That is going to be a major downfall for your widget if it is only ie compatible.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jan 2011 14:20:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/google-street-view-widget-for-the-flexviewer/m-p/371807#M10502</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2011-01-11T14:20:13Z</dc:date>
    </item>
    <item>
      <title>Re: Google Street View Widget for the Flexviewer</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/google-street-view-widget-for-the-flexviewer/m-p/371808#M10503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This is why I posted the code.&amp;nbsp; I will start looking for a work-around for Firefox etc.&amp;nbsp; I will also look at Google's T&amp;amp;C, it was our preference to have the pano embedded in the application.&amp;nbsp; I've set it to 250px in height but others can set that to whatever height they prefer in js file.&amp;nbsp; I also liked the fact that it minimizes on the widget minimize and close events.&amp;nbsp; Thanks for your comments.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jan 2011 14:43:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/google-street-view-widget-for-the-flexviewer/m-p/371808#M10503</guid>
      <dc:creator>andrewj_ca</dc:creator>
      <dc:date>2011-01-11T14:43:27Z</dc:date>
    </item>
    <item>
      <title>Re: Google Street View Widget for the Flexviewer</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/google-street-view-widget-for-the-flexviewer/m-p/371809#M10504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have the uncompiled up and running in IE 8. As stated above it's a no go in Chrome, etc. Nice so far...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jan 2011 16:53:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/google-street-view-widget-for-the-flexviewer/m-p/371809#M10504</guid>
      <dc:creator>xanderm</dc:creator>
      <dc:date>2011-01-11T16:53:26Z</dc:date>
    </item>
    <item>
      <title>Re: Google Street View Widget for the Flexviewer</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/google-street-view-widget-for-the-flexviewer/m-p/371810#M10505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;That's good to hear. Easy setup eh! This issue with Firefox, chrome etc. is the dynamic creation of the pano div.&amp;nbsp; I have a js function that calls, "body.appendChild(div)", not supported in these browsers.&amp;nbsp; Anybody have an idea?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jan 2011 16:57:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/google-street-view-widget-for-the-flexviewer/m-p/371810#M10505</guid>
      <dc:creator>andrewj_ca</dc:creator>
      <dc:date>2011-01-11T16:57:28Z</dc:date>
    </item>
    <item>
      <title>Re: Google Street View Widget for the Flexviewer</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/google-street-view-widget-for-the-flexviewer/m-p/371811#M10506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This project could be helpful:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://code.google.com/p/flex-iframe/"&gt;http://code.google.com/p/flex-iframe/&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jan 2011 17:10:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/google-street-view-widget-for-the-flexviewer/m-p/371811#M10506</guid>
      <dc:creator>DasaPaddock</dc:creator>
      <dc:date>2011-01-11T17:10:30Z</dc:date>
    </item>
    <item>
      <title>Re: Google Street View Widget for the Flexviewer Updated</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/google-street-view-widget-for-the-flexviewer/m-p/371812#M10507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have just finished modifying my code to support IE 7, IE 8, Opera, Firefox, Chrome and Safari.&amp;nbsp; Please let me know if there are any issues.&amp;nbsp; Enjoy.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.arcgis.com/home/item.html?id=f069d8a3aa304e29a432b48e5f64ca74"&gt;http://www.arcgis.com/home/item.html?id=f069d8a3aa304e29a432b48e5f64ca74&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jan 2011 14:54:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/google-street-view-widget-for-the-flexviewer/m-p/371812#M10507</guid>
      <dc:creator>andrewj_ca</dc:creator>
      <dc:date>2011-01-12T14:54:23Z</dc:date>
    </item>
    <item>
      <title>Re: Google Street View Widget for the Flexviewer</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/google-street-view-widget-for-the-flexviewer/m-p/371813#M10508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Andrew,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; I like your changes. The only FEATURE now is that when you minimize and maximize the panaorama div does not come back automatically.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jan 2011 16:08:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/google-street-view-widget-for-the-flexviewer/m-p/371813#M10508</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2011-01-12T16:08:43Z</dc:date>
    </item>
    <item>
      <title>Re: Google Street View Widget for the Flexviewer</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/google-street-view-widget-for-the-flexviewer/m-p/371814#M10509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Robert,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That was intentional.&amp;nbsp; If people want to see that though, it's a very easy implementation.&amp;nbsp; Thanks for your comments, that's the only way app's get better.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jan 2011 16:16:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/google-street-view-widget-for-the-flexviewer/m-p/371814#M10509</guid>
      <dc:creator>andrewj_ca</dc:creator>
      <dc:date>2011-01-12T16:16:03Z</dc:date>
    </item>
    <item>
      <title>Re: Google Street View Widget for the Flexviewer</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/google-street-view-widget-for-the-flexviewer/m-p/371815#M10510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Robert,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I figured 'Why Not?'.&amp;nbsp; I added your suggestion and uploaded the changes.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jan 2011 16:52:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/google-street-view-widget-for-the-flexviewer/m-p/371815#M10510</guid>
      <dc:creator>andrewj_ca</dc:creator>
      <dc:date>2011-01-12T16:52:41Z</dc:date>
    </item>
    <item>
      <title>Re: Google Street View Widget for the Flexviewer</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/google-street-view-widget-for-the-flexviewer/m-p/371816#M10511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I found a couple bugs in the javascript this morning pertaining to the widgetclosed event and the pageresize event. They have been corrected and reposted.&amp;nbsp; Changes can be made to the streetview.js file or you can download the updated widget.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;function removeStreetview()&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; try{&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; g_panorama = null;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; GUnload();&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; var obj= getSWF("theApp");&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; obj.height = "100%";&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var theDiv = document.getElementById("pano");&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; if(theDiv)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; document.body.removeChild(theDiv); &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; }&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }catch(err){&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; alert(err);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; }&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;and&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;function windowResized()&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; try{&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; if(g_panorama){&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; var obj= getSWF("theApp");&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; obj.height = getPageHeight() - streetviewHeight;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; g_panorama.checkResize();&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; } &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; }catch(err){&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; }&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jan 2011 12:19:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/google-street-view-widget-for-the-flexviewer/m-p/371816#M10511</guid>
      <dc:creator>andrewj_ca</dc:creator>
      <dc:date>2011-01-13T12:19:59Z</dc:date>
    </item>
    <item>
      <title>Re: Google Street View Widget for the Flexviewer</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/google-street-view-widget-for-the-flexviewer/m-p/371817#M10512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello.&amp;nbsp; I've downloaded the streetview and have followed the directions as stated in the readme.txt&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When I run my project the icon shows up at the top and I'm able to click on that and come up w/the popup window that says to click the person on the right and put it on a street on the map.&amp;nbsp; I do that but then nothing else happens after that.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I also created a google account and obtained a google key - which I've placed in the index.template.html as directed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any clue as to what I might be doing incorrectly? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jan 2011 18:46:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/google-street-view-widget-for-the-flexviewer/m-p/371817#M10512</guid>
      <dc:creator>CynthiaMatney</dc:creator>
      <dc:date>2011-01-18T18:46:44Z</dc:date>
    </item>
    <item>
      <title>Re: Google Street View Widget for the Flexviewer</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/google-street-view-widget-for-the-flexviewer/m-p/371818#M10513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Cynthia ,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Once the widget opens and you can see the text that say click icon to start..... click it. Don't try to drag and drop it.&amp;nbsp; This activates the drawtool.&amp;nbsp; Now click on a street and you should be good to go.&amp;nbsp; You will not get any street view if there is none available where ever you are selecting.&amp;nbsp; If this doesn't help please let me know, this is the first complication with the latest version I have heard.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Additionally,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does the compiled version work for you?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jan 2011 18:56:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/google-street-view-widget-for-the-flexviewer/m-p/371818#M10513</guid>
      <dc:creator>andrewj_ca</dc:creator>
      <dc:date>2011-01-18T18:56:44Z</dc:date>
    </item>
    <item>
      <title>Re: Google Street View Widget for the Flexviewer</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/google-street-view-widget-for-the-flexviewer/m-p/371819#M10514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, the compiled version works and it shows that Google has streetview available for my area of interest as well.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Perhaps I am doing something incorrect w/my implementing of the widget?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I do not get the Google window at the bottom of the screen to open when I place my little person on a street as it does in the compiled version.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jan 2011 12:36:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/google-street-view-widget-for-the-flexviewer/m-p/371819#M10514</guid>
      <dc:creator>CynthiaMatney</dc:creator>
      <dc:date>2011-01-19T12:36:13Z</dc:date>
    </item>
    <item>
      <title>Re: Google Street View Widget for the Flexviewer</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/google-street-view-widget-for-the-flexviewer/m-p/371820#M10515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Cynthia,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It was good speaking to you regarding this.&amp;nbsp;&amp;nbsp; I'm glad you are up and running.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jan 2011 14:16:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/google-street-view-widget-for-the-flexviewer/m-p/371820#M10515</guid>
      <dc:creator>andrewj_ca</dc:creator>
      <dc:date>2011-01-19T14:16:21Z</dc:date>
    </item>
    <item>
      <title>Re: Google Street View Widget for the Flexviewer</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/google-street-view-widget-for-the-flexviewer/m-p/371821#M10516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;My work number is 816-439-4508&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Email: &lt;/SPAN&gt;&lt;A href="mailto:cmatney@ci.liberty.mo.us"&gt;cmatney@ci.liberty.mo.us&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Cynthia&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jan 2011 14:27:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/google-street-view-widget-for-the-flexviewer/m-p/371821#M10516</guid>
      <dc:creator>CynthiaMatney</dc:creator>
      <dc:date>2011-01-19T14:27:15Z</dc:date>
    </item>
  </channel>
</rss>

