<?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 the flex capacitor 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 and musings</description>
	<lastBuildDate>Sat, 18 May 2013 18:56:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.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-2/#comment-536926</link>
		<dc:creator>Judah</dc:creator>
		<pubDate>Sat, 18 May 2013 18:56:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.judahfrangipane.com/blog/?p=365#comment-536926</guid>
		<description><![CDATA[You may need to use the latest version in GitHub.]]></description>
		<content:encoded><![CDATA[<p>You may need to use the latest version in GitHub.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using StageWebView within a UIComponent in Mobile by suresh paleti</title>
		<link>http://www.judahfrangipane.com/blog/2011/01/16/stagewebview-uicomponent/comment-page-2/#comment-536923</link>
		<dc:creator>suresh paleti</dc:creator>
		<pubDate>Sat, 18 May 2013 10:20:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.judahfrangipane.com/blog/?p=365#comment-536923</guid>
		<description><![CDATA[can you please let me know if you were able to solve the problem, I am also having same issue it is continously reloading, any help would be greatly appreciated.

Thanks,
Suresh Paleti]]></description>
		<content:encoded><![CDATA[<p>can you please let me know if you were able to solve the problem, I am also having same issue it is continously reloading, any help would be greatly appreciated.</p>
<p>Thanks,<br />
Suresh Paleti</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A file found in a source-path can not have more than one externally visible definition by khanou</title>
		<link>http://www.judahfrangipane.com/blog/2006/01/01/a-file-found-in-a-source-path-can-not-have/comment-page-1/#comment-536890</link>
		<dc:creator>khanou</dc:creator>
		<pubDate>Wed, 15 May 2013 15:33:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.judahfrangipane.com/blog/?p=60#comment-536890</guid>
		<description><![CDATA[Thanx!]]></description>
		<content:encoded><![CDATA[<p>Thanx!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flash Platform Error Repository by Judah</title>
		<link>http://www.judahfrangipane.com/blog/flex-error-lookup-page/comment-page-1/#comment-536871</link>
		<dc:creator>Judah</dc:creator>
		<pubDate>Thu, 09 May 2013 18:52:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.judahfrangipane.com/blog/?page_id=151#comment-536871</guid>
		<description><![CDATA[Hi Vijay,

It maybe that the URL is not getting updated in those browsers. So, you load the PDF in the browser but the PDF viewer (Acrobat?) does not update the URL. Then when you reload the page the old URL of the Flash page is displayed. I&#039;m not sure what the fix may be but you may try something in JS like, window.location.replace(&quot;yourpdf.pdf&quot;). Then it is not possible to reload the Flash page because it has been replaced by the PDF location. I have not tried this. You may also want to post on s&lt;a href=&quot;http://stackoverflow.com&quot; rel=&quot;nofollow&quot;&gt;tackoverflow&lt;/a&gt; as many good Flash and HTML devs are available to diagnose and help fix the problem. I am on there as well if you send the link to the post.]]></description>
		<content:encoded><![CDATA[<p>Hi Vijay,</p>
<p>It maybe that the URL is not getting updated in those browsers. So, you load the PDF in the browser but the PDF viewer (Acrobat?) does not update the URL. Then when you reload the page the old URL of the Flash page is displayed. I&#8217;m not sure what the fix may be but you may try something in JS like, window.location.replace(&#8220;yourpdf.pdf&#8221;). Then it is not possible to reload the Flash page because it has been replaced by the PDF location. I have not tried this. You may also want to post on s<a href="http://stackoverflow.com" rel="nofollow">tackoverflow</a> as many good Flash and HTML devs are available to diagnose and help fix the problem. I am on there as well if you send the link to the post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flash Platform Error Repository by Vijayarajan</title>
		<link>http://www.judahfrangipane.com/blog/flex-error-lookup-page/comment-page-1/#comment-536869</link>
		<dc:creator>Vijayarajan</dc:creator>
		<pubDate>Thu, 09 May 2013 11:59:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.judahfrangipane.com/blog/?page_id=151#comment-536869</guid>
		<description><![CDATA[Hi Judah,
               I needed a help from you. Actually i have embedded my flash content inside an iframe. We download a file in flex using URLNavigator method. We give the pdf url to be opened and the window open option as _top in the parameters. When we do so the flash player content gets disappeared and the file gets downloaded. On reloading the page again we are getting the flash content. This seems very strange. This happens only in Safari and that too in windows 7 OS. Any idea what is the issue with the iframe and any workaround to resolve this issue ? Your reply will help us a lot. Thanks in advance.

Vijay.]]></description>
		<content:encoded><![CDATA[<p>Hi Judah,<br />
               I needed a help from you. Actually i have embedded my flash content inside an iframe. We download a file in flex using URLNavigator method. We give the pdf url to be opened and the window open option as _top in the parameters. When we do so the flash player content gets disappeared and the file gets downloaded. On reloading the page again we are getting the flash content. This seems very strange. This happens only in Safari and that too in windows 7 OS. Any idea what is the issue with the iframe and any workaround to resolve this issue ? Your reply will help us a lot. Thanks in advance.</p>
<p>Vijay.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Error #2032: Stream Error. by dan1020</title>
		<link>http://www.judahfrangipane.com/blog/2007/02/15/error-2032-stream-error/comment-page-6/#comment-536664</link>
		<dc:creator>dan1020</dc:creator>
		<pubDate>Sat, 20 Apr 2013 12:57:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.judahfrangipane.com/blog/?p=87#comment-536664</guid>
		<description><![CDATA[I was getting the Error #2032: Stream Error when using POST but not when using GET.  When I removed request.contentType = &quot;text/xml&quot;; the POST started working.]]></description>
		<content:encoded><![CDATA[<p>I was getting the Error #2032: Stream Error when using POST but not when using GET.  When I removed request.contentType = &#8220;text/xml&#8221;; the POST started working.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Open quote is expected for attribute by Phani</title>
		<link>http://www.judahfrangipane.com/blog/2007/02/15/open-quote-is-expected-for-attribute/comment-page-1/#comment-536532</link>
		<dc:creator>Phani</dc:creator>
		<pubDate>Fri, 12 Apr 2013 07:50:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.judahfrangipane.com/blog/?p=85#comment-536532</guid>
		<description><![CDATA[Dude, thanks alott... I have been trying so hard to figure out what the problem is and u have solved it for me...Cheers...!!!]]></description>
		<content:encoded><![CDATA[<p>Dude, thanks alott&#8230; I have been trying so hard to figure out what the problem is and u have solved it for me&#8230;Cheers&#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-2/#comment-536429</link>
		<dc:creator>Judah</dc:creator>
		<pubDate>Mon, 08 Apr 2013 02:59:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.judahfrangipane.com/blog/?p=365#comment-536429</guid>
		<description><![CDATA[Sortof. Javascript is available through the URL &quot;javascript:&quot; prefix. This has some limitations though. I&#039;ve added better support for it in an updated version not posted on this blog. It’s available in the repository here, https://github.com/monkeypunch3/flexcapacitor/tree/master/MainMobileLibrary/src/com/flexcapacitor/controls. I added StyleableWebView that has some usage examples.]]></description>
		<content:encoded><![CDATA[<p>Sortof. Javascript is available through the URL &#8220;javascript:&#8221; prefix. This has some limitations though. I&#8217;ve added better support for it in an updated version not posted on this blog. It’s available in the repository here, <a href="https://github.com/monkeypunch3/flexcapacitor/tree/master/MainMobileLibrary/src/com/flexcapacitor/controls" rel="nofollow">https://github.com/monkeypunch3/flexcapacitor/tree/master/MainMobileLibrary/src/com/flexcapacitor/controls</a>. I added StyleableWebView that has some usage examples.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using StageWebView within a UIComponent in Mobile by Jonathan</title>
		<link>http://www.judahfrangipane.com/blog/2011/01/16/stagewebview-uicomponent/comment-page-2/#comment-536342</link>
		<dc:creator>Jonathan</dc:creator>
		<pubDate>Tue, 02 Apr 2013 11:01:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.judahfrangipane.com/blog/?p=365#comment-536342</guid>
		<description><![CDATA[Sorry if this has been asked before.  But is Javascript enabled in the component? If it isn&#039;t then how do I enable it?

Many Thanks

Jonathan]]></description>
		<content:encoded><![CDATA[<p>Sorry if this has been asked before.  But is Javascript enabled in the component? If it isn&#8217;t then how do I enable it?</p>
<p>Many Thanks</p>
<p>Jonathan</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using StageWebView within a UIComponent in Mobile by Paul Klinkenberg</title>
		<link>http://www.judahfrangipane.com/blog/2011/01/16/stagewebview-uicomponent/comment-page-2/#comment-536217</link>
		<dc:creator>Paul Klinkenberg</dc:creator>
		<pubDate>Mon, 25 Mar 2013 17:05:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.judahfrangipane.com/blog/?p=365#comment-536217</guid>
		<description><![CDATA[Thanks for this hint! To get it to work, I first tried
&lt;pre class=&quot;brush: actionscript3; gutter: false; first-line: 1; highlight: []; html-script: false&quot;&gt;var currentFlexScalingFactor:Number = FlexGlobals.topLevelApplication.runtimeDPI / FlexGlobals.topLevelApplication.applicationDPI;
snapshotBitmapData = new BitmapData(webView.viewPort.width / currentFlexScalingFactor, webView.viewPort.height / currentFlexScalingFactor);&lt;/pre&gt;

But that still gave the error you reported.

My solution was to scale the bitmap itself:
&lt;pre class=&quot;brush: actionscript3; gutter: false; first-line: 1; highlight: []; html-script: false&quot;&gt;var currentFlexScalingFactor:Number = FlexGlobals.topLevelApplication.runtimeDPI / FlexGlobals.topLevelApplication.applicationDPI;
snapshotBitmapData = new BitmapData(webView.viewPort.width, webView.viewPort.height);
webView.drawViewPortToBitmapData(snapshotBitmapData);
webViewBitmap = new Bitmap(snapshotBitmapData);
webViewBitmap.scaleX = webViewBitmap.scaleY = 1/currentFlexScalingFactor;&lt;/pre&gt;

@Judah, thanks for the component!]]></description>
		<content:encoded><![CDATA[<p>Thanks for this hint! To get it to work, I first tried</p>
<pre class="brush: actionscript3; gutter: false; first-line: 1; highlight: []; html-script: false">var currentFlexScalingFactor:Number = FlexGlobals.topLevelApplication.runtimeDPI / FlexGlobals.topLevelApplication.applicationDPI;
snapshotBitmapData = new BitmapData(webView.viewPort.width / currentFlexScalingFactor, webView.viewPort.height / currentFlexScalingFactor);</pre>
<p>But that still gave the error you reported.</p>
<p>My solution was to scale the bitmap itself:</p>
<pre class="brush: actionscript3; gutter: false; first-line: 1; highlight: []; html-script: false">var currentFlexScalingFactor:Number = FlexGlobals.topLevelApplication.runtimeDPI / FlexGlobals.topLevelApplication.applicationDPI;
snapshotBitmapData = new BitmapData(webView.viewPort.width, webView.viewPort.height);
webView.drawViewPortToBitmapData(snapshotBitmapData);
webViewBitmap = new Bitmap(snapshotBitmapData);
webViewBitmap.scaleX = webViewBitmap.scaleY = 1/currentFlexScalingFactor;</pre>
<p>@Judah, thanks for the component!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
