<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for My blog</title>
	<atom:link href="http://www.judahfrangipane.com/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.judahfrangipane.com/blog</link>
	<description>Adventures in development</description>
	<lastBuildDate>Sat, 18 Feb 2012 01:12:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Using StageWebView within a UIComponent in Mobile by Judah</title>
		<link>http://www.judahfrangipane.com/blog/2011/01/16/stagewebview-uicomponent/comment-page-1/#comment-227469</link>
		<dc:creator>Judah</dc:creator>
		<pubDate>Sat, 18 Feb 2012 01:12:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.judahfrangipane.com/blog/?p=365#comment-227469</guid>
		<description>Hi Carl - The application descriptor file, which is in the root of the project, is specifying that AIR 3.1 is required for this project. It&#039;s in conflict with 4.51. You can change the application descriptor value back to 2.6 and it should work (not sure). Or you can use Flex SDK 4.6 and it should work as well.</description>
		<content:encoded><![CDATA[<p>Hi Carl &#8211; The application descriptor file, which is in the root of the project, is specifying that AIR 3.1 is required for this project. It&#8217;s in conflict with 4.51. You can change the application descriptor value back to 2.6 and it should work (not sure). Or you can use Flex SDK 4.6 and it should work as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using StageWebView within a UIComponent in Mobile by Carl</title>
		<link>http://www.judahfrangipane.com/blog/2011/01/16/stagewebview-uicomponent/comment-page-1/#comment-227456</link>
		<dc:creator>Carl</dc:creator>
		<pubDate>Fri, 17 Feb 2012 23:41:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.judahfrangipane.com/blog/?p=365#comment-227456</guid>
		<description>Just trying to load up and run the sample project from the WebViewExamples.fxp project (downloaded from the Jan 2012 link, above). Flex shows no designtime errors, and I can validate the project.
But when I go to Run as Mobile Application, I get the following error:
&lt;blockquote cite=&quot;Flex Builder&quot;&gt;Process terminated unexpectedly.

invalid application descriptor: Unknown namespace: http://ns.adobe.com/air/application/3.1

Launch command details:  &quot;C:\Program Files (x86)\Adobe\Adobe Flash Builder 4.5\sdks\4.5.1\bin\adl.exe&quot; -runtime &quot;C:\Program Files (x86)\Adobe\Adobe Flash Builder 4.5\sdks\4.5.1\runtimes\air\win&quot; -profile mobileDevice -screensize 1280x752:1280x800 -XscreenDPI 150 -XversionPlatform AND &quot;C:\Users\user\Adobe Flash Builder 4.5\WebViewExamples\bin-debug\WebViewExamples-app.xml&quot; &quot;C:\Users\user\Adobe Flash Builder 4.5\WebViewExamples\bin-debug&quot;&lt;/blockquote&gt;

Currently trying to build with the Flex 4.5.1 SDK.
I&#039;ve tried running as either an Apple iOS device (selecting iPad) or a Google Android device (selecting &quot;Motorola XOOM&quot;), both result in the same error.

My other projects (not involving WebView) work just fine, and I can instantiate a StageWebView in AS just fine.

What am I doing wrong?
-Carl</description>
		<content:encoded><![CDATA[<p>Just trying to load up and run the sample project from the WebViewExamples.fxp project (downloaded from the Jan 2012 link, above). Flex shows no designtime errors, and I can validate the project.<br />
But when I go to Run as Mobile Application, I get the following error:</p>
<blockquote cite="Flex Builder"><p>Process terminated unexpectedly.</p>
<p>invalid application descriptor: Unknown namespace: http://ns.adobe.com/air/application/3.1</p>
<p>Launch command details:  &#8220;C:\Program Files (x86)\Adobe\Adobe Flash Builder 4.5\sdks\4.5.1\bin\adl.exe&#8221; -runtime &#8220;C:\Program Files (x86)\Adobe\Adobe Flash Builder 4.5\sdks\4.5.1\runtimes\air\win&#8221; -profile mobileDevice -screensize 1280&#215;752:1280&#215;800 -XscreenDPI 150 -XversionPlatform AND &#8220;C:\Users\user\Adobe Flash Builder 4.5\WebViewExamples\bin-debug\WebViewExamples-app.xml&#8221; &#8220;C:\Users\user\Adobe Flash Builder 4.5\WebViewExamples\bin-debug&#8221;</p></blockquote>
<p>Currently trying to build with the Flex 4.5.1 SDK.<br />
I&#8217;ve tried running as either an Apple iOS device (selecting iPad) or a Google Android device (selecting &#8220;Motorola XOOM&#8221;), both result in the same error.</p>
<p>My other projects (not involving WebView) work just fine, and I can instantiate a StageWebView in AS just fine.</p>
<p>What am I doing wrong?<br />
-Carl</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Element type must be followed by either attribute specifications by srvikram13</title>
		<link>http://www.judahfrangipane.com/blog/2006/12/31/element-type-must-be-followed-by-either-attribute-specifications/comment-page-1/#comment-227378</link>
		<dc:creator>srvikram13</dc:creator>
		<pubDate>Thu, 16 Feb 2012 21:36:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.judahfrangipane.com/blog/?p=67#comment-227378</guid>
		<description>This really helped. Thanks!

Just to summarize, this error comes 
1. from not closing an attribute tag;
2.  if you don&#039;t leave a space between one attribute and the next; and
3. if you use double quotes within double quotes or single quotes within single quotes :)

Hope this helps somebody.</description>
		<content:encoded><![CDATA[<p>This really helped. Thanks!</p>
<p>Just to summarize, this error comes<br />
1. from not closing an attribute tag;<br />
2.  if you don&#8217;t leave a space between one attribute and the next; and<br />
3. if you use double quotes within double quotes or single quotes within single quotes :)</p>
<p>Hope this helps somebody.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 1087: Syntax error: extra characters found after end of program. by Raymundo Cridland</title>
		<link>http://www.judahfrangipane.com/blog/2007/01/01/1087-syntax-error-extra-characters-found-after-end-of-program/comment-page-2/#comment-227331</link>
		<dc:creator>Raymundo Cridland</dc:creator>
		<pubDate>Thu, 16 Feb 2012 13:11:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.judahfrangipane.com/blog/?p=172#comment-227331</guid>
		<description>51. What i don&#039;t understood is actually how you are not really much more well-liked than you might be right now. You are so intelligent. You realize therefore considerably relating to this subject, produced me personally consider it from a lot of varied angles. Its like men and women aren&#039;t fascinated unless it’s one thing to accomplish with Lady gaga! Your own stuffs nice. Always maintain it up!</description>
		<content:encoded><![CDATA[<p>51. What i don&#8217;t understood is actually how you are not really much more well-liked than you might be right now. You are so intelligent. You realize therefore considerably relating to this subject, produced me personally consider it from a lot of varied angles. Its like men and women aren&#8217;t fascinated unless it’s one thing to accomplish with Lady gaga! Your own stuffs nice. Always maintain it up!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ReferenceError: Error #1065: Variable is not defined. by Kusha waghmare</title>
		<link>http://www.judahfrangipane.com/blog/2007/01/01/referenceerror-error-1065-variable-is-not-defined/comment-page-1/#comment-227052</link>
		<dc:creator>Kusha waghmare</dc:creator>
		<pubDate>Tue, 14 Feb 2012 06:49:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.judahfrangipane.com/blog/?p=114#comment-227052</guid>
		<description>i got this error: ReferenceError: Error #1065: Variable SomeclassName is not defined.
this basically occurs when you won&#039;t append public before the class.</description>
		<content:encoded><![CDATA[<p>i got this error: ReferenceError: Error #1065: Variable SomeclassName is not defined.<br />
this basically occurs when you won&#8217;t append public before the class.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Error 1151: A conflict exists with definition event in namespace internal. by nagaraju</title>
		<link>http://www.judahfrangipane.com/blog/1000/01/01/error-1151-a-conflict-exists-with-definition-event-in-namespace-internal/comment-page-1/#comment-226635</link>
		<dc:creator>nagaraju</dc:creator>
		<pubDate>Sat, 11 Feb 2012 12:30:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.judahfrangipane.com/blog/?p=108#comment-226635</guid>
		<description>Thanks alot , i found solution much faster....</description>
		<content:encoded><![CDATA[<p>Thanks alot , i found solution much faster&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using StageWebView within a UIComponent in Mobile by Judah</title>
		<link>http://www.judahfrangipane.com/blog/2011/01/16/stagewebview-uicomponent/comment-page-1/#comment-226451</link>
		<dc:creator>Judah</dc:creator>
		<pubDate>Fri, 10 Feb 2012 10:10:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.judahfrangipane.com/blog/?p=365#comment-226451</guid>
		<description>@ashish - i don&#039;t know the answer. you would want to ask this question on stackoverflow.com.</description>
		<content:encoded><![CDATA[<p>@ashish &#8211; i don&#8217;t know the answer. you would want to ask this question on stackoverflow.com.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using StageWebView within a UIComponent in Mobile by ashish</title>
		<link>http://www.judahfrangipane.com/blog/2011/01/16/stagewebview-uicomponent/comment-page-1/#comment-226441</link>
		<dc:creator>ashish</dc:creator>
		<pubDate>Fri, 10 Feb 2012 08:32:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.judahfrangipane.com/blog/?p=365#comment-226441</guid>
		<description>Hello,
my problem is in my ipad application (using flash builder 4.6) i have added the stagewebview component. i have successfully loaded html page(third party) also.
when i click on submit button of html page it try to open a pop up (javascript window.open) window but this gets failed in my App and error comes as pop ups are blocked ,please enable the pop up.
could you please help me .how to enable pop ups in IPad app ??</description>
		<content:encoded><![CDATA[<p>Hello,<br />
my problem is in my ipad application (using flash builder 4.6) i have added the stagewebview component. i have successfully loaded html page(third party) also.<br />
when i click on submit button of html page it try to open a pop up (javascript window.open) window but this gets failed in my App and error comes as pop ups are blocked ,please enable the pop up.<br />
could you please help me .how to enable pop ups in IPad app ??</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ArgumentError: Error #2082: Connect failed because the object is already connected. by Saad</title>
		<link>http://www.judahfrangipane.com/blog/2007/03/14/argumenterror-error-2082-connect-failed-because-the-object-is-already-connected/comment-page-1/#comment-226303</link>
		<dc:creator>Saad</dc:creator>
		<pubDate>Thu, 09 Feb 2012 14:31:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.judahfrangipane.com/blog/?p=97#comment-226303</guid>
		<description>This error was appearing whenever I refresh page.

I had one master banner with 2 child banners connected via local object

In the master I pushed the first frame (with actions related to LocalConnection) by about 5 frames.

Basically Flash player was too slow to close the connection object on unload/refresh, a bit delay in the beginning solved the problem.</description>
		<content:encoded><![CDATA[<p>This error was appearing whenever I refresh page.</p>
<p>I had one master banner with 2 child banners connected via local object</p>
<p>In the master I pushed the first frame (with actions related to LocalConnection) by about 5 frames.</p>
<p>Basically Flash player was too slow to close the connection object on unload/refresh, a bit delay in the beginning solved the problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Error #2032: Stream Error. by ilanKeshet</title>
		<link>http://www.judahfrangipane.com/blog/2007/02/15/error-2032-stream-error/comment-page-6/#comment-225908</link>
		<dc:creator>ilanKeshet</dc:creator>
		<pubDate>Mon, 06 Feb 2012 10:39:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.judahfrangipane.com/blog/?p=87#comment-225908</guid>
		<description>I had somewhat the same problem here but with a Flash (Web - Flex 4.1 SDK) application. 
after trying out a huge assortment of solutions we narrowed we finally came up with one that works pretty reliably for all systems, including newly installed machines.


**A**. add global event listeners at the root (or stage) of the application, on flex preinitialize stage. 

    IOErrorEvent.IO_ERROR
    IOErrorEvent.NETWORK_ERROR
    HTTPStatusEvent.HTTP_STATUS
    ErrorEvent.ERROR
    SecurityErrorEvent.SECURITY_ERROR
 
 
if an error is cought - `event.preventDefault();` 

**B**. add event listeners on every loader used in the App for the following errors: 

    IOErrorEvent.IO_ERROR
    SecurityErrorEvent.SECURITY_ERROR
    HTTPStatusEvent.HTTP_STATUS

*to attempt recovery, like falling back to an external interface call...

**C**. place all the SWZ files from the bin-release folder together with the SWF file in the same path on the server you use to deliver your App. 
in my case these are the files needed:

    sparkski&lt;pre class=&quot;brush: actionscript3; gutter: false; first-line: 1; highlight: []; html-script: false&quot;&gt;&lt;/pre&gt;ns_4.5.1.21328.swz
    spark_4.5.1.21328.swz
    textLayout_2.0.0.232.swz
    rpc_4.5.1.21328.swz
    osmf_1.0.0.16316.swz
    framework_4.5.1.21328.swz
* to discover this i used Chrome developer console to see which errors occur on the page and discovered a chain of 404s when the app tries to download these files. 

**D**. have a properly configured crossdomain.xml policy file which includes the allow http request xml tag. 

    

replace the * as needed in your particular case. 

Cheers</description>
		<content:encoded><![CDATA[<p>I had somewhat the same problem here but with a Flash (Web &#8211; Flex 4.1 SDK) application.<br />
after trying out a huge assortment of solutions we narrowed we finally came up with one that works pretty reliably for all systems, including newly installed machines.</p>
<p>**A**. add global event listeners at the root (or stage) of the application, on flex preinitialize stage. </p>
<p>    IOErrorEvent.IO_ERROR<br />
    IOErrorEvent.NETWORK_ERROR<br />
    HTTPStatusEvent.HTTP_STATUS<br />
    ErrorEvent.ERROR<br />
    SecurityErrorEvent.SECURITY_ERROR</p>
<p>if an error is cought &#8211; `event.preventDefault();` </p>
<p>**B**. add event listeners on every loader used in the App for the following errors: </p>
<p>    IOErrorEvent.IO_ERROR<br />
    SecurityErrorEvent.SECURITY_ERROR<br />
    HTTPStatusEvent.HTTP_STATUS</p>
<p>*to attempt recovery, like falling back to an external interface call&#8230;</p>
<p>**C**. place all the SWZ files from the bin-release folder together with the SWF file in the same path on the server you use to deliver your App.<br />
in my case these are the files needed:</p>
<p>    sparkski
<pre class="brush: actionscript3; gutter: false; first-line: 1; highlight: []; html-script: false"></pre>
<p>ns_4.5.1.21328.swz<br />
    spark_4.5.1.21328.swz<br />
    textLayout_2.0.0.232.swz<br />
    rpc_4.5.1.21328.swz<br />
    osmf_1.0.0.16316.swz<br />
    framework_4.5.1.21328.swz<br />
* to discover this i used Chrome developer console to see which errors occur on the page and discovered a chain of 404s when the app tries to download these files. </p>
<p>**D**. have a properly configured crossdomain.xml policy file which includes the allow http request xml tag. </p>
<p>replace the * as needed in your particular case. </p>
<p>Cheers</p>
]]></content:encoded>
	</item>
</channel>
</rss>

