<?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>undefined-type &#187; security</title>
	<atom:link href="http://undefined-type.com/tag/security/feed/" rel="self" type="application/rss+xml" />
	<link>http://undefined-type.com</link>
	<description>Flex,Flash &#38; AIR</description>
	<lastBuildDate>Wed, 18 Nov 2009 09:48:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Flash 9.0.115 update crash XMLSocket; Socket Security</title>
		<link>http://undefined-type.com/2008/05/flash-90115-update-crash-xmlsocket-socket-security/</link>
		<comments>http://undefined-type.com/2008/05/flash-90115-update-crash-xmlsocket-socket-security/#comments</comments>
		<pubDate>Fri, 23 May 2008 16:56:42 +0000</pubDate>
		<dc:creator>Bäcker</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[9.0.115]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[socket]]></category>
		<category><![CDATA[xmlsocket]]></category>

		<guid isPermaLink="false">http://localhost/undefined_type_/?p=104</guid>
		<description><![CDATA[When Flash 9 update came all XMLSockets stopped working. This is for the sandbox security update for XMLSocket and ONLY XMLSocket. Took me a while to understand the problem and how to solve it.
Before:
XMLSocket goes and checks the sandbox security (crossdomain.xml) as all other security related flash things.
Now:
XMLSocket wants to check port 843 (default) for [...]]]></description>
			<content:encoded><![CDATA[<p>When Flash 9 update came all XMLSockets stopped working. This is for the sandbox security update for XMLSocket and ONLY XMLSocket. Took me a while to understand the problem and how to solve it.</p>
<p><strong>Before:</strong><br />
XMLSocket goes and checks the sandbox security (crossdomain.xml) as all other security related flash things.</p>
<p><strong>Now:</strong><br />
XMLSocket wants to check port 843 (default) for a security crossdomain file. This is NOT same file as the crossdomain that is on the web server port 80.</p>
<p><strong>Solution:</strong><br />
After long searching and reading it’s really 2 things you need to do.<br />
1.) The server must feed client with a special XMLSocket crossdomain file. Download the zip from <a title="Socket Security" href="http://www.adobe.com/devnet/flashplayer/articles/socket_policy_files.html" target="_blank">http://www.adobe.com/devnet/flashplayer/articles/socket_policy_files.html</a> and read the article, could also be good to read <a title="Player 9 Security" href="http://www.adobe.com/devnet/flashplayer/articles/fplayer9_security.html" target="_blank">http://www.adobe.com/devnet/flashplayer/articles/fplayer9_security.html</a> so you know what is going on.<br />
I don’t know so much about servers so on my ubuntu machine i just typed in the terminal.<br />
./flashpolicyd.pl &#8211;file=../policyfile.xml &#8211;port=843</p>
<p>2.) Flash Client; make sure to run loadPolicyFile(&#8220;xmlsocket://mysite.com:843&#8243;) or change port number to what you have in #1. When it’s loaded it should all work.<br />
It’s simple as that,,,</p>
<p>Why most people always write lite, I know this but not, This is how you doing it&#8230;. Flash Blogs, shape up. =)</p>
]]></content:encoded>
			<wfw:commentRss>http://undefined-type.com/2008/05/flash-90115-update-crash-xmlsocket-socket-security/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

