<?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>Ben HusonBen Huson &raquo; &#187; Flash</title>
	<atom:link href="http://www.benhuson.co.uk/category/web_developer/flash/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.benhuson.co.uk</link>
	<description>Web Designer and Developer</description>
	<lastBuildDate>Tue, 20 Jul 2010 21:03:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Adobe InContext Editing</title>
		<link>http://www.benhuson.co.uk/2008/09/30/adobe-incontext-editing/</link>
		<comments>http://www.benhuson.co.uk/2008/09/30/adobe-incontext-editing/#comments</comments>
		<pubDate>Tue, 30 Sep 2008 20:25:50 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Web Developer]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[Content Management]]></category>
		<category><![CDATA[Dreamweaver]]></category>
		<category><![CDATA[RIA]]></category>

		<guid isPermaLink="false">http://www.benhuson.co.uk/?p=635</guid>
		<description><![CDATA[This looks interesting&#8230; Easy-to-integrate online website content management. Adobe InContext Editing appears to be a move on from Adobe Contribute, disposing of the local application and providing a Rich Internet Application (RIA) which will allow you to edit predetermined areas of your web site, presumable defined by Dreamweaver-style editable areas. This it great as it [...]]]></description>
			<content:encoded><![CDATA[<p><img class="border" title="Adobe InContext Editing" src="http://www.benhuson.co.uk/wp-content/uploads/adobe-incontext-editing.jpg" alt="" width="400" height="128" /></p>
<p><strong>This looks interesting&#8230;<br />
Easy-to-integrate online website content management.</strong></p>
<p><a href="http://www.adobe.com/products/incontextediting/">Adobe InContext Editing</a> appears to be a move on from <a href="http://www.adobe.com/products/contribute/">Adobe Contribute</a>, disposing of the local application and providing a Rich Internet Application (RIA) which will allow you to edit predetermined areas of your web site, presumable defined by Dreamweaver-style editable areas. This it great as it will</p>
<ul>
<li><strong>give website designers control over their design</strong></li>
<li><strong>give website owners control over their content, anywhere with a web connection</strong></li>
</ul>
<p><span id="more-635"></span></p>
<p>Adobe have published only a limited amount of information on their site at present but do say that the service will use Flash and Javascript to provide an editor interface via your web browser.</p>
<p>I can currently find very little technical information about the service or ideas of pricing/license structures. Will it run directly on your own web server or will it work via an Adobe server, and as such will it be a one-off fee or will there be a subscription-based payment plan. At the moment Adobe really aren&#8217;t giving anything away.</p>
<p>Furthermore, I won&#8217;t be able to try it out yet as Adobe have decided to release the preview version only in the United States in October 2008. <em>Why Adobe, why?</em></p>
<p>If you are lucky enough to live in the US and able to try out inContext Editing next month, please post your comments below so all of us across the pond can get an insight into this CMS solution.</p>
<p>Read more on the <a href="http://www.adobe.com/products/incontextediting/">Adobe Web Site</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.benhuson.co.uk/2008/09/30/adobe-incontext-editing/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Loading XML files in Flash over an SSL Connection in Internet Explorer</title>
		<link>http://www.benhuson.co.uk/2008/03/27/flash-xml-files-ssl/</link>
		<comments>http://www.benhuson.co.uk/2008/03/27/flash-xml-files-ssl/#comments</comments>
		<pubDate>Thu, 27 Mar 2008 11:08:51 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Web Developer]]></category>
		<category><![CDATA[XML & RSS]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[SSL]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://www.benhuson.co.uk/2008/03/27/flash-xml-files-ssl/</guid>
		<description><![CDATA[If you have a Flash site which loads dynamically generated XML file using SSL, you may have experienced this problem. Loading XML files in Flash over an SSL Connection fails in Internet Explorer if the Pragma:no-cache or Cache-control:no-cache HTTP headers are set on the XML file. By default, all dynamically generated files are returned by [...]]]></description>
			<content:encoded><![CDATA[<p>If you have a Flash site which loads dynamically generated XML file using SSL, you may have experienced this problem.</p>
<p>Loading XML files in Flash over an SSL Connection fails in Internet Explorer if the Pragma:no-cache or Cache-control:no-cache HTTP headers are set on the XML file. By default, all dynamically generated files are returned by the server with the Pragma:no-cache header so that they are not cached by the browser.</p>
<p>To ensure that Flash loads the XML successfully, you should use the following function in PHP near the top of your code:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #990000;">session_cache_limiter</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'private_no_expire'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://www.benhuson.co.uk/2008/03/27/flash-xml-files-ssl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Essential ActionScript 3.0</title>
		<link>http://www.benhuson.co.uk/2007/05/11/essential-actionscript-3/</link>
		<comments>http://www.benhuson.co.uk/2007/05/11/essential-actionscript-3/#comments</comments>
		<pubDate>Fri, 11 May 2007 10:45:43 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Web Developer]]></category>
		<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[books]]></category>

		<guid isPermaLink="false">http://www.benhuson.co.uk/2007/05/11/essential-actionscript-30/</guid>
		<description><![CDATA[by Colin Moock Colin Moock&#8217;s next book, Essential ActionScript 3.0, is now complete. It&#8217;s due to ship sometime in June, but you can read the entire manuscript through O&#8217;Reilly&#8217;s &#8220;Rough Cuts&#8221; service. I find that O&#8217;Reilly books are an invaluable resource to help build your development knowledge and keep up-to-date with the latest technologies. They [...]]]></description>
			<content:encoded><![CDATA[<p><strong>by Colin Moock</strong><br />
<img style="float:right; margin:0 0 20px 20px;" src="http://www.benhuson.co.uk/wp-content/uploads/2007/05/21fx8ucchyl_aa_.jpg" alt="Essential ActionScript 3.0" /><br />
Colin Moock&#8217;s next book, Essential ActionScript 3.0, is now complete. It&#8217;s due to ship sometime in June, but you can <a href="http://safari.oreilly.com/0596526946" target="_blank">read the entire manuscript</a> through O&#8217;Reilly&#8217;s &#8220;Rough Cuts&#8221; service.</p>
<p>I find that O&#8217;Reilly books are an invaluable resource to help build your development knowledge and keep up-to-date with the latest technologies. They are friendly, concise and many of my skills have been built upon using the O&#8217;Reilly books as a learning resource.</p>
<p>Pre-order Essential ActionScript 3.0 now from <a href="http://www.amazon.co.uk/gp/product/0596526946?ie=UTF8&amp;tag=benhuson-21&amp;linkCode=as2&amp;camp=1634&amp;creative=6738&amp;creativeASIN=0596526946">Amazon.co.uk</a><img style="border:none !important; margin:0px !important;" src="http://www.assoc-amazon.co.uk/e/ir?t= benhuson-21&amp;l=as2&amp;o=2&amp;a=0596526946" border="0" alt="" width="1" height="1" /></p>
<p><span id="more-222"></span></p>
<p><script src="http://ws.amazon.co.uk/widgets/q?ServiceVersion=20070822&amp;MarketPlace=GB&amp;ID=V20070822/GB/thewhiteroo0a-21/8001/dd764464-27fa-4b8a-82a4-ea00989218c7" type="text/javascript"></script></p>
<p> </p>
<p><noscript><a href="http://ws.amazon.co.uk/widgets/q?ServiceVersion=20070822&amp;MarketPlace=GB&amp;ID=V20070822%2FGB%2Fthewhiteroo0a-21%2F8001%2Fdd764464-27fa-4b8a-82a4-ea00989218c7&amp;Operation=NoScript">Amazon.co.uk Widgets</a></noscript></p>
]]></content:encoded>
			<wfw:commentRss>http://www.benhuson.co.uk/2007/05/11/essential-actionscript-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Archive of Flash Player Versions</title>
		<link>http://www.benhuson.co.uk/2006/12/10/archive-of-flash-players/</link>
		<comments>http://www.benhuson.co.uk/2006/12/10/archive-of-flash-players/#comments</comments>
		<pubDate>Sun, 10 Dec 2006 14:17:45 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Web Developer]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Download]]></category>
		<category><![CDATA[Plugin]]></category>

		<guid isPermaLink="false">http://www.benhuson.com/2007/12/10/archive-of-flash-players/</guid>
		<description><![CDATA[Just stumbled across downloads of previous versions of Flash Player which available from the Adobe web site &#8211; handy if you&#8217;re developing Flash. There is also a Flash plugin uninstaller. If you&#8217;re not a developer, make sure you download the latest Flash plugin&#8230;]]></description>
			<content:encoded><![CDATA[<p>Just stumbled across downloads of previous versions of Flash Player which <a href="http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_14266" target="_blank">available from the Adobe web site</a> &#8211; handy if you&#8217;re developing Flash. There is also a Flash plugin uninstaller.</p>
<p>If you&#8217;re not a developer, make sure you download the latest Flash plugin&#8230;</p>
<p><a href="http://www.adobe.com/go/getflashplayer" target="_blank"><img id="image171" src="http://www.benhuson.com/wp-content/uploads/2007/01/get_flash_player.gif" alt="Get Flash Player" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.benhuson.co.uk/2006/12/10/archive-of-flash-players/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
