<?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: Some error occurred. ExternalInterface doesn't work in Standalone player. in ArcGIS Viewer for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/some-error-occurred-externalinterface-doesn-t-work/m-p/648671#M19228</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Same error message, except the title of mine is "Application Error". Anyone has a solution?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 May 2012 17:23:32 GMT</pubDate>
    <dc:creator>YueGuan</dc:creator>
    <dc:date>2012-05-14T17:23:32Z</dc:date>
    <item>
      <title>Some error occurred. ExternalInterface doesn't work in Standalone player.</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/some-error-occurred-externalinterface-doesn-t-work/m-p/648669#M19226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm new to flexviewer. I just downloaded the source code and import into flex builder. Run. However, I got an error in my browser.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ViewerContainer:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Some error occurred. External Interface doesn't work in Standalone player.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anyone knows what's wrong with it? Thanks!!!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Mar 2012 20:07:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/some-error-occurred-externalinterface-doesn-t-work/m-p/648669#M19226</guid>
      <dc:creator>XiaodiYu</dc:creator>
      <dc:date>2012-03-01T20:07:05Z</dc:date>
    </item>
    <item>
      <title>Re: Some error occurred. ExternalInterface doesn't work in Standalone player.</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/some-error-occurred-externalinterface-doesn-t-work/m-p/648670#M19227</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Same here. Downloaded the viewer, pointed to the in the viewer folder index.html, and all the widgets are broken. The base map loads, but that's about it.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2012 18:18:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/some-error-occurred-externalinterface-doesn-t-work/m-p/648670#M19227</guid>
      <dc:creator>JasonTaylor</dc:creator>
      <dc:date>2012-04-03T18:18:11Z</dc:date>
    </item>
    <item>
      <title>Re: Some error occurred. ExternalInterface doesn't work in Standalone player.</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/some-error-occurred-externalinterface-doesn-t-work/m-p/648671#M19228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Same error message, except the title of mine is "Application Error". Anyone has a solution?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 May 2012 17:23:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/some-error-occurred-externalinterface-doesn-t-work/m-p/648671#M19228</guid>
      <dc:creator>YueGuan</dc:creator>
      <dc:date>2012-05-14T17:23:32Z</dc:date>
    </item>
    <item>
      <title>Re: Some error occurred. ExternalInterface doesn't work in Standalone player.</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/some-error-occurred-externalinterface-doesn-t-work/m-p/648672#M19229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Basically you're running it locally from the bin-debug folder e.g. C:\Users\Windows User\Adobe Flash Builder 4\ArcGISViewerForFlex\bin-debug\index.html and your web bowser doesn't like ExternalInterface call. To solve this problem you have 2 options either Export Release Build the application and then it will run properly as it is fully built or secondly and more preferably build it on your web server and run it from there. e.g. Right click on the FlexViewer Project -&amp;gt; Click Properties -&amp;gt; Click Flex Build Path.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In the Output folder textbox at bottom, specify the location of your web server where your Flex Viewer should be deployed, e.g. in case of IIS web server, C:\Inetpub\wwwroot\flexviewerdebug&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In Output folder URL text box, specify the URL that matches with your output folder specified in last step, e.g. &lt;/SPAN&gt;&lt;A href="http://localhost/flexviewerdebug/"&gt;http://localhost/flexviewerdebug/&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;For more step by step instructions for setting up ArcViewer for Flex please see &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapps/flexviewer/help/index.html#//01m30000001q000000"&gt;http://help.arcgis.com/en/webapps/flexviewer/help/index.html#//01m30000001q000000&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2012 11:20:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/some-error-occurred-externalinterface-doesn-t-work/m-p/648672#M19229</guid>
      <dc:creator>BryanP</dc:creator>
      <dc:date>2012-10-30T11:20:47Z</dc:date>
    </item>
  </channel>
</rss>

