<?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: How to: Post images to TwitPic with Actionscript</title>
	<atom:link href="http://www.psyked.co.uk/actionscript/how-to-post-images-to-twitpic-with-actionscript.htm/feed" rel="self" type="application/rss+xml" />
	<link>http://www.psyked.co.uk/actionscript/how-to-post-images-to-twitpic-with-actionscript.htm</link>
	<description>it's easy once you know how.</description>
	<lastBuildDate>Fri, 12 Mar 2010 19:52:27 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: James</title>
		<link>http://www.psyked.co.uk/actionscript/how-to-post-images-to-twitpic-with-actionscript.htm/comment-page-1#comment-5676</link>
		<dc:creator>James</dc:creator>
		<pubDate>Wed, 02 Sep 2009 07:23:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.psyked.co.uk/?p=926#comment-5676</guid>
		<description>The best way to figure out the error is to run in debug mode, and see what kind of security errors you come across.</description>
		<content:encoded><![CDATA[<p>The best way to figure out the error is to run in debug mode, and see what kind of security errors you come across.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://www.psyked.co.uk/actionscript/how-to-post-images-to-twitpic-with-actionscript.htm/comment-page-1#comment-5675</link>
		<dc:creator>James</dc:creator>
		<pubDate>Wed, 02 Sep 2009 07:20:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.psyked.co.uk/?p=926#comment-5675</guid>
		<description>isantos - One thing to try might be setting the namespaces of your crossdomain file, try replacing the

&lt;cross-domain-policy&gt;

 node with;

&lt;cross-domain-policy xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xsi:noNamespaceSchemaLocation=&quot;http://www.adobe.com/xml/schemas/PolicyFile.xsd&quot;&gt;</description>
		<content:encoded><![CDATA[<p>isantos &#8211; One thing to try might be setting the namespaces of your crossdomain file, try replacing the</p>
<p>&lt;cross-domain-policy&gt;</p>
<p> node with;</p>
<p>&lt;cross-domain-policy xmlns:xsi=&#8221;http://www.w3.org/2001/XMLSchema-instance&#8221; xsi:noNamespaceSchemaLocation=&#8221;http://www.adobe.com/xml/schemas/PolicyFile.xsd&#8221;&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: isantos</title>
		<link>http://www.psyked.co.uk/actionscript/how-to-post-images-to-twitpic-with-actionscript.htm/comment-page-1#comment-5653</link>
		<dc:creator>isantos</dc:creator>
		<pubDate>Thu, 27 Aug 2009 21:53:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.psyked.co.uk/?p=926#comment-5653</guid>
		<description>sorry, i don&#039;t post the content file... :D

&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt;
&lt;cross-domain-policy&gt;
&lt;site-control permitted-cross-domain-policies=&quot;all&quot;/&gt;
&lt;allow-access-from domain=&quot;*&quot;/&gt;
&lt;allow-access-from domain=&quot;*&quot; secure=&quot;false&quot;/&gt;
&lt;allow-access-from domain=&quot;*&quot; to-ports=&quot;*&quot;/&gt;
&lt;allow-http-request-headers-from domain=&quot;*&quot; headers=&quot;*&quot; secure=&quot;false&quot;/&gt;
&lt;/cross-domain-policy&gt;</description>
		<content:encoded><![CDATA[<p>sorry, i don&#8217;t post the content file&#8230; <img src='http://www.psyked.co.uk/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt;<br />
&lt;cross-domain-policy&gt;<br />
&lt;site-control permitted-cross-domain-policies=&quot;all&quot;/&gt;<br />
&lt;allow-access-from domain=&quot;*&quot;/&gt;<br />
&lt;allow-access-from domain=&quot;*&quot; secure=&quot;false&quot;/&gt;<br />
&lt;allow-access-from domain=&quot;*&quot; to-ports=&quot;*&quot;/&gt;<br />
&lt;allow-http-request-headers-from domain=&quot;*&quot; headers=&quot;*&quot; secure=&quot;false&quot;/&gt;<br />
&lt;/cross-domain-policy&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: isantos</title>
		<link>http://www.psyked.co.uk/actionscript/how-to-post-images-to-twitpic-with-actionscript.htm/comment-page-1#comment-5651</link>
		<dc:creator>isantos</dc:creator>
		<pubDate>Thu, 27 Aug 2009 21:50:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.psyked.co.uk/?p=926#comment-5651</guid>
		<description>hey James...

i need you help...
i have a crossdomain.xml file in the server but isn&#039;t work the flex application....
my file contains the follow lines










where is the error?? .... 
please help me...</description>
		<content:encoded><![CDATA[<p>hey James&#8230;</p>
<p>i need you help&#8230;<br />
i have a crossdomain.xml file in the server but isn&#8217;t work the flex application&#8230;.<br />
my file contains the follow lines</p>
<p>where is the error?? &#8230;.<br />
please help me&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: isantos</title>
		<link>http://www.psyked.co.uk/actionscript/how-to-post-images-to-twitpic-with-actionscript.htm/comment-page-1#comment-5602</link>
		<dc:creator>isantos</dc:creator>
		<pubDate>Tue, 18 Aug 2009 18:51:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.psyked.co.uk/?p=926#comment-5602</guid>
		<description>thanks for response....

what is the content of the crossdomain.xml file???

actually i have a file but i not sure if the contect is the correct...

can you help me??</description>
		<content:encoded><![CDATA[<p>thanks for response&#8230;.</p>
<p>what is the content of the crossdomain.xml file???</p>
<p>actually i have a file but i not sure if the contect is the correct&#8230;</p>
<p>can you help me??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://www.psyked.co.uk/actionscript/how-to-post-images-to-twitpic-with-actionscript.htm/comment-page-1#comment-5591</link>
		<dc:creator>James</dc:creator>
		<pubDate>Sat, 15 Aug 2009 20:52:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.psyked.co.uk/?p=926#comment-5591</guid>
		<description>@isantos - I think you need to get a crossdomain.xml file setup on your ddsmedia.net domain - one that allows data loading from external subdomains.  That should hopefully sort the issues out.</description>
		<content:encoded><![CDATA[<p>@isantos &#8211; I think you need to get a crossdomain.xml file setup on your ddsmedia.net domain &#8211; one that allows data loading from external subdomains.  That should hopefully sort the issues out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: isantos</title>
		<link>http://www.psyked.co.uk/actionscript/how-to-post-images-to-twitpic-with-actionscript.htm/comment-page-1#comment-5582</link>
		<dc:creator>isantos</dc:creator>
		<pubDate>Thu, 13 Aug 2009 17:40:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.psyked.co.uk/?p=926#comment-5582</guid>
		<description>hi… thanks for the info but I want put the code on Flex with FileReferense but appears an error:
“Error #2044: SecurityErrorEvent no controlado: text=Error #2049: Violación de la seguridad Sandbox: http://www.ddsmedia.net/tweet/index.swf no puede cargar datos en http://twitpic.com/api/uploadAndPost.”

i try with localhost and on server online

can you help me???
please</description>
		<content:encoded><![CDATA[<p>hi… thanks for the info but I want put the code on Flex with FileReferense but appears an error:<br />
“Error #2044: SecurityErrorEvent no controlado: text=Error #2049: Violación de la seguridad Sandbox: <a href="http://www.ddsmedia.net/tweet/index.swf" rel="nofollow">http://www.ddsmedia.net/tweet/index.swf</a> no puede cargar datos en <a href="http://twitpic.com/api/uploadAndPost.”" rel="nofollow">http://twitpic.com/api/uploadAndPost.”</a></p>
<p>i try with localhost and on server online</p>
<p>can you help me???<br />
please</p>
]]></content:encoded>
	</item>
</channel>
</rss>
