<?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: BitmapData.draw (..) fails due to Security sandbox</title>
	<atom:link href="http://www.abdulqabiz.com/blog/archives/2006/11/21/bitmapdatadraw-fails-due-to-security-sandbox/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.abdulqabiz.com/blog/archives/2006/11/21/bitmapdatadraw-fails-due-to-security-sandbox/</link>
	<description>a developer and entrepreneur on web technologies, adobe flash platform (flex, flash, air), web, opensource, linux, free software, usability, startups, India...</description>
	<lastBuildDate>Wed, 28 Jul 2010 23:44:49 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ritesh</title>
		<link>http://www.abdulqabiz.com/blog/archives/2006/11/21/bitmapdatadraw-fails-due-to-security-sandbox/comment-page-1/#comment-791</link>
		<dc:creator>Ritesh</dc:creator>
		<pubDate>Tue, 26 Aug 2008 17:10:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.abdulqabiz.com/wordpress/?p=218#comment-791</guid>
		<description>Hi
I am facing th same problem here http://www.pocketmac.net/coverflow/main.html where images are loaded from http://www.pocketmac.com.
I have gone through the post and also attempt the proxy method given on this url http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_16520&amp;sliceId=1
but it has of no use as of now. Also please note that i done have crossdomain file uploaded as yet.
Please suggest the appropriate solution so that i can close this issue.
Thanks
</description>
		<content:encoded><![CDATA[<p>Hi<br />
I am facing th same problem here <a href="http://www.pocketmac.net/coverflow/main.html" rel="nofollow">http://www.pocketmac.net/coverflow/main.html</a> where images are loaded from <a href="http://www.pocketmac.com" rel="nofollow">http://www.pocketmac.com</a>.<br />
I have gone through the post and also attempt the proxy method given on this url <a href="http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_16520&#038;sliceId=1" rel="nofollow">http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_16520&#038;sliceId=1</a><br />
but it has of no use as of now. Also please note that i done have crossdomain file uploaded as yet.<br />
Please suggest the appropriate solution so that i can close this issue.<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin Fitzpatrick</title>
		<link>http://www.abdulqabiz.com/blog/archives/2006/11/21/bitmapdatadraw-fails-due-to-security-sandbox/comment-page-1/#comment-790</link>
		<dc:creator>Kevin Fitzpatrick</dc:creator>
		<pubDate>Thu, 30 Aug 2007 19:05:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.abdulqabiz.com/wordpress/?p=218#comment-790</guid>
		<description>The only problem I have with using a proxy is that it starts stacking up the requests to the server. In a small application this isn&#039;t really an issue, but lately all of the projects I&#039;ve been working on are large scale applications that are used by millions of people.  So, avoiding unnecessary requests becomes very important.
Luckily, we&#039;re getting around it by moving to AS3/Flex which provides a much easier way of dealing with the problem.
</description>
		<content:encoded><![CDATA[<p>The only problem I have with using a proxy is that it starts stacking up the requests to the server. In a small application this isn&#8217;t really an issue, but lately all of the projects I&#8217;ve been working on are large scale applications that are used by millions of people.  So, avoiding unnecessary requests becomes very important.<br />
Luckily, we&#8217;re getting around it by moving to AS3/Flex which provides a much easier way of dealing with the problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Durairaj</title>
		<link>http://www.abdulqabiz.com/blog/archives/2006/11/21/bitmapdatadraw-fails-due-to-security-sandbox/comment-page-1/#comment-789</link>
		<dc:creator>Durairaj</dc:creator>
		<pubDate>Mon, 04 Dec 2006 06:03:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.abdulqabiz.com/wordpress/?p=218#comment-789</guid>
		<description>Paul normally when there is some asset loading from other domain the flash player would check for the crossdomain policy file at the default location (root). We should use that only when we are loading the file other than the root location...
</description>
		<content:encoded><![CDATA[<p>Paul normally when there is some asset loading from other domain the flash player would check for the crossdomain policy file at the default location (root). We should use that only when we are loading the file other than the root location&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Durairaj</title>
		<link>http://www.abdulqabiz.com/blog/archives/2006/11/21/bitmapdatadraw-fails-due-to-security-sandbox/comment-page-1/#comment-788</link>
		<dc:creator>Durairaj</dc:creator>
		<pubDate>Mon, 04 Dec 2006 04:29:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.abdulqabiz.com/wordpress/?p=218#comment-788</guid>
		<description>I think the best method to this solution is to by pass that using the proxies and shims... I think this would be allow u to do that.... But I dont know whether i were 100 percent true about it....
</description>
		<content:encoded><![CDATA[<p>I think the best method to this solution is to by pass that using the proxies and shims&#8230; I think this would be allow u to do that&#8230;. But I dont know whether i were 100 percent true about it&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abdul Qabiz</title>
		<link>http://www.abdulqabiz.com/blog/archives/2006/11/21/bitmapdatadraw-fails-due-to-security-sandbox/comment-page-1/#comment-787</link>
		<dc:creator>Abdul Qabiz</dc:creator>
		<pubDate>Tue, 21 Nov 2006 19:15:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.abdulqabiz.com/wordpress/?p=218#comment-787</guid>
		<description>Thanks Paul, I would try it. But doesn&#039;t Flash Player automatically checks for crossdomain.xml in default (root) location...
I have deployed it on asset server. BTW! I am using Adobe Flash Player 8, I would try...
Thanks again..
-abdul
</description>
		<content:encoded><![CDATA[<p>Thanks Paul, I would try it. But doesn&#8217;t Flash Player automatically checks for crossdomain.xml in default (root) location&#8230;<br />
I have deployed it on asset server. BTW! I am using Adobe Flash Player 8, I would try&#8230;<br />
Thanks again..<br />
-abdul</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Neave</title>
		<link>http://www.abdulqabiz.com/blog/archives/2006/11/21/bitmapdatadraw-fails-due-to-security-sandbox/comment-page-1/#comment-786</link>
		<dc:creator>Paul Neave</dc:creator>
		<pubDate>Tue, 21 Nov 2006 10:52:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.abdulqabiz.com/wordpress/?p=218#comment-786</guid>
		<description>You may need to use .loadPolicy() before you draw the bitmapdata, so Flash knows it&#039;s allowed to access the data before it does.
Here&#039;s the official line: http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_16520
(personally I think this whole crossdomain/bitmapdata restriction thing is utterly retarded, but there you go!)
</description>
		<content:encoded><![CDATA[<p>You may need to use .loadPolicy() before you draw the bitmapdata, so Flash knows it&#8217;s allowed to access the data before it does.<br />
Here&#8217;s the official line: <a href="http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_16520" rel="nofollow">http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_16520</a><br />
(personally I think this whole crossdomain/bitmapdata restriction thing is utterly retarded, but there you go!)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
