<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Parallelcoding.com &#187; Flash</title>
	<atom:link href="http://www.parallelcoding.com/tag/flash/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.parallelcoding.com</link>
	<description></description>
	<lastBuildDate>Mon, 16 Aug 2010 11:55:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Flex Security Error Accessing URL or Channel.Security.Error</title>
		<link>http://www.parallelcoding.com/2008/08/11/flex-security-error-accessing-url-or-channelsecurityerror/</link>
		<comments>http://www.parallelcoding.com/2008/08/11/flex-security-error-accessing-url-or-channelsecurityerror/#comments</comments>
		<pubDate>Mon, 11 Aug 2008 22:09:14 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://dotanything.wordpress.com/?p=20</guid>
		<description><![CDATA[I had this wonderful error in a Flex Application that I couldn&#8217;t figure out.  Every time the app attempted to access the Web Service it returned the error &#8220;Security Error Accessing URL&#8221;. Well, thanks to this helpful site &#8211; http://talsma.tv/post.cfm/flash-9-0-124-and-webservice-over-https-channel-security-error &#8211; my problems have been solved. Apparently there is a security issue with Flash 9.0.124 [...]]]></description>
			<content:encoded><![CDATA[<p>I had this wonderful error in a Flex Application that I couldn&#8217;t figure out.  Every time the app attempted to access the Web Service it returned the error &#8220;Security Error Accessing URL&#8221;. Well, thanks to this helpful site &#8211; <a title="http://talsma.tv/post.cfm/flash-9-0-124-and-webservice-over-https-channel-security-error" href="http://talsma.tv/post.cfm/flash-9-0-124-and-webservice-over-https-channel-security-error" target="_blank">http://talsma.tv/post.cfm/flash-9-0-124-and-webservice-over-https-channel-security-error</a> &#8211; my problems have been solved.</p>
<p>Apparently there is a security issue with Flash 9.0.124 that requires the following line to be added to the CrossDomain.xml file:</p>
<p>[sourcecode='xml']<br />
<allow-http-request-headers-from domain="*" headers="SOAPAction"/><br />
[/sourcecode]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.parallelcoding.com/2008/08/11/flex-security-error-accessing-url-or-channelsecurityerror/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
