<?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 on: Flash Player 10 Surprise: Error #2176	</title>
	<atom:link href="https://jessewarden.com/2008/10/flash-player-10-surprise-error-2176.html/feed" rel="self" type="application/rss+xml" />
	<link>https://jessewarden.com/2008/10/flash-player-10-surprise-error-2176.html</link>
	<description>Software &#124; Fitness &#124; Gaming</description>
	<lastBuildDate>Fri, 05 Feb 2010 18:36:37 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Troy Gilbert		</title>
		<link>https://jessewarden.com/2008/10/flash-player-10-surprise-error-2176.html/comment-page-1#comment-222349</link>

		<dc:creator><![CDATA[Troy Gilbert]]></dc:creator>
		<pubDate>Fri, 05 Feb 2010 18:36:37 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=1294#comment-222349</guid>

					<description><![CDATA[Stupid sandbox security. Stupid.

Thanks to this blog post (and more importantly, the comments suggesting to change filename to fname in multi-part uploads) it was an easy fix.]]></description>
			<content:encoded><![CDATA[<p>Stupid sandbox security. Stupid.</p>
<p>Thanks to this blog post (and more importantly, the comments suggesting to change filename to fname in multi-part uploads) it was an easy fix.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Tom		</title>
		<link>https://jessewarden.com/2008/10/flash-player-10-surprise-error-2176.html/comment-page-1#comment-219791</link>

		<dc:creator><![CDATA[Tom]]></dc:creator>
		<pubDate>Sun, 24 Jan 2010 00:29:57 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=1294#comment-219791</guid>

					<description><![CDATA[Well that took a few days, but I got it. base64 encode the byte array to a string. Post the string along, base64_decode(), fwrite() (in the event of PHP) and ta da! Perhaps not the most secure...Isn&#039;t that ironic, Adobe&#039;s security forces us to circumvent and be less secure...But it works. I want to submit my form via ExternalInterface darnit and I&#039;m gonna do it!

AMF also would be a viable solution I imagine. http://www.adylevy.com I believe does to get around the security.]]></description>
			<content:encoded><![CDATA[<p>Well that took a few days, but I got it. base64 encode the byte array to a string. Post the string along, base64_decode(), fwrite() (in the event of PHP) and ta da! Perhaps not the most secure&#8230;Isn&#8217;t that ironic, Adobe&#8217;s security forces us to circumvent and be less secure&#8230;But it works. I want to submit my form via ExternalInterface darnit and I&#8217;m gonna do it!</p>
<p>AMF also would be a viable solution I imagine. <a href="http://www.adylevy.com" rel="nofollow ugc">http://www.adylevy.com</a> I believe does to get around the security.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Tom		</title>
		<link>https://jessewarden.com/2008/10/flash-player-10-surprise-error-2176.html/comment-page-1#comment-219406</link>

		<dc:creator><![CDATA[Tom]]></dc:creator>
		<pubDate>Thu, 21 Jan 2010 15:42:16 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=1294#comment-219406</guid>

					<description><![CDATA[40kb limit and localconnection makes it too unreliable and slow to transfer an image that way... I suppose AMF could be used but that requires then data to be passed back and forth to the server. Man Adobe...Come on...Let LocalConnection call the load() or browse() methods will ya? It&#039;s not ExternalInterface at that point. It&#039;s a very concious embed of a swf, a very deliberate action. Where&#039;s the security issue??]]></description>
			<content:encoded><![CDATA[<p>40kb limit and localconnection makes it too unreliable and slow to transfer an image that way&#8230; I suppose AMF could be used but that requires then data to be passed back and forth to the server. Man Adobe&#8230;Come on&#8230;Let LocalConnection call the load() or browse() methods will ya? It&#8217;s not ExternalInterface at that point. It&#8217;s a very concious embed of a swf, a very deliberate action. Where&#8217;s the security issue??</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Tom		</title>
		<link>https://jessewarden.com/2008/10/flash-player-10-surprise-error-2176.html/comment-page-1#comment-219247</link>

		<dc:creator><![CDATA[Tom]]></dc:creator>
		<pubDate>Wed, 20 Jan 2010 20:11:12 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=1294#comment-219247</guid>

					<description><![CDATA[Cloning a click event (the browse for file button) and then dispatching that again for the actual submit didn&#039;t work. Security saw right through that.

Also tried LocalConnection to call from another &quot;button&quot; swf a function in the &quot;main&quot; swf to then submit the form and it didn&#039;t work. 

My next step is to try to send from the submit to the main swf then from the main swf send all the data back to the submit swf and do the call there actually since that will be within a click event. That&#039;s a lot of data passing between swfs and I&#039;m curious to see how that&#039;ll work ..Lots of hoop jumping. Probably won&#039;t work either =(]]></description>
			<content:encoded><![CDATA[<p>Cloning a click event (the browse for file button) and then dispatching that again for the actual submit didn&#8217;t work. Security saw right through that.</p>
<p>Also tried LocalConnection to call from another &#8220;button&#8221; swf a function in the &#8220;main&#8221; swf to then submit the form and it didn&#8217;t work. </p>
<p>My next step is to try to send from the submit to the main swf then from the main swf send all the data back to the submit swf and do the call there actually since that will be within a click event. That&#8217;s a lot of data passing between swfs and I&#8217;m curious to see how that&#8217;ll work ..Lots of hoop jumping. Probably won&#8217;t work either =(</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Tom		</title>
		<link>https://jessewarden.com/2008/10/flash-player-10-surprise-error-2176.html/comment-page-1#comment-219140</link>

		<dc:creator><![CDATA[Tom]]></dc:creator>
		<pubDate>Wed, 20 Jan 2010 00:41:55 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=1294#comment-219140</guid>

					<description><![CDATA[Count me as another poor bastard...My resize before upload swf was all set. It took me a while but finally got it (first flash project I made no less!) and I thought it was obviously me being a noob. Nope, it&#039;s Adobe being lame.

I don&#039;t want to have to make a submit button in flash. In my case I want my file upload field (just one not multi) to be placed where ever and it&#039;s designed to look just like normal one... Then I want a normal submit button in html/js to send off the submit from wherever I see fit in the design.

Sigh. Anyone have any kinda work around?]]></description>
			<content:encoded><![CDATA[<p>Count me as another poor bastard&#8230;My resize before upload swf was all set. It took me a while but finally got it (first flash project I made no less!) and I thought it was obviously me being a noob. Nope, it&#8217;s Adobe being lame.</p>
<p>I don&#8217;t want to have to make a submit button in flash. In my case I want my file upload field (just one not multi) to be placed where ever and it&#8217;s designed to look just like normal one&#8230; Then I want a normal submit button in html/js to send off the submit from wherever I see fit in the design.</p>
<p>Sigh. Anyone have any kinda work around?</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
