<?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: Plone and Flash Player 10</title>
	<atom:link href="http://www.littled.net/new/2008/10/17/plone-and-flash-player-10/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.littled.net/new/2008/10/17/plone-and-flash-player-10/</link>
	<description>David Little&#039;s home on the Web</description>
	<lastBuildDate>Fri, 05 Mar 2010 09:57:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: David</title>
		<link>http://www.littled.net/new/2008/10/17/plone-and-flash-player-10/comment-page-1/#comment-4373</link>
		<dc:creator>David</dc:creator>
		<pubDate>Sat, 31 Jan 2009 10:04:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.littled.net/new/?p=94#comment-4373</guid>
		<description>Jon, that&#039;s great. I&#039;ll check that out. Thanks for the update.</description>
		<content:encoded><![CDATA[<p>Jon, that&#8217;s great. I&#8217;ll check that out. Thanks for the update.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Stahl</title>
		<link>http://www.littled.net/new/2008/10/17/plone-and-flash-player-10/comment-page-1/#comment-4204</link>
		<dc:creator>Jon Stahl</dc:creator>
		<pubDate>Fri, 30 Jan 2009 20:47:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.littled.net/new/?p=94#comment-4204</guid>
		<description>My colleague David Glick wrapped the fix up into an installable product.  

http://plone.org/products/products-flash10fix</description>
		<content:encoded><![CDATA[<p>My colleague David Glick wrapped the fix up into an installable product.  </p>
<p><a href="http://plone.org/products/products-flash10fix" rel="nofollow">http://plone.org/products/products-flash10fix</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sunflower</title>
		<link>http://www.littled.net/new/2008/10/17/plone-and-flash-player-10/comment-page-1/#comment-457</link>
		<dc:creator>sunflower</dc:creator>
		<pubDate>Thu, 20 Nov 2008 21:41:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.littled.net/new/?p=94#comment-457</guid>
		<description>Thany you! This post did help me!
The fix the was submitted on the Ticked worked for me, using Plone 3.1.2.
http://dev.plone.org/plone/ticket/8624</description>
		<content:encoded><![CDATA[<p>Thany you! This post did help me!<br />
The fix the was submitted on the Ticked worked for me, using Plone 3.1.2.<br />
<a href="http://dev.plone.org/plone/ticket/8624" rel="nofollow">http://dev.plone.org/plone/ticket/8624</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tony</title>
		<link>http://www.littled.net/new/2008/10/17/plone-and-flash-player-10/comment-page-1/#comment-447</link>
		<dc:creator>Tony</dc:creator>
		<pubDate>Tue, 18 Nov 2008 07:57:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.littled.net/new/?p=94#comment-447</guid>
		<description>hello... 

i&#039;m using plone 3.17 and the Archetypes/Field.py looks like this 

 header_value = contentDispositionHeader(
                disposition=&#039;attachment&#039;,
                filename=filename)

i changed these lines to the ones suggested but it broke my entire site i.e. the content of pages was relaced with  

so then i just replaced the word &quot;attachment&quot; for &quot;inline&quot; and like magic all Flash content appeared in my site again... 

this was a disaster though... since it messed up my permissions bigtime... admin user couldn&#039;t even edit a page. i replaced the file with the original but still had the same error, and eventually i had to revert the entire site from backup. 

i&#039;m trying to get ATFlashMovie working again. This fix http://plone.org/documentation/how-to/fixing-plones-publishing-of-flash-content-in-plone-3-1-6-and-earlier/ gets some of my flash that wasn&#039;t inserted with ATFlashMovie to appear... The fix for ATFlashMovie on this page doesn&#039;t work though. The only way to get it to appear was with Bernards suggestion that broke my site. I have lots of Flash inserted with ATFlashMovie and would really appreciate any suggestions to get it working again.</description>
		<content:encoded><![CDATA[<p>hello&#8230; </p>
<p>i&#8217;m using plone 3.17 and the Archetypes/Field.py looks like this </p>
<p> header_value = contentDispositionHeader(<br />
                disposition=&#8217;attachment&#8217;,<br />
                filename=filename)</p>
<p>i changed these lines to the ones suggested but it broke my entire site i.e. the content of pages was relaced with  </p>
<p>so then i just replaced the word &#8220;attachment&#8221; for &#8220;inline&#8221; and like magic all Flash content appeared in my site again&#8230; </p>
<p>this was a disaster though&#8230; since it messed up my permissions bigtime&#8230; admin user couldn&#8217;t even edit a page. i replaced the file with the original but still had the same error, and eventually i had to revert the entire site from backup. </p>
<p>i&#8217;m trying to get ATFlashMovie working again. This fix <a href="http://plone.org/documentation/how-to/fixing-plones-publishing-of-flash-content-in-plone-3-1-6-and-earlier/" rel="nofollow">http://plone.org/documentation/how-to/fixing-plones-publishing-of-flash-content-in-plone-3-1-6-and-earlier/</a> gets some of my flash that wasn&#8217;t inserted with ATFlashMovie to appear&#8230; The fix for ATFlashMovie on this page doesn&#8217;t work though. The only way to get it to appear was with Bernards suggestion that broke my site. I have lots of Flash inserted with ATFlashMovie and would really appreciate any suggestions to get it working again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anthony</title>
		<link>http://www.littled.net/new/2008/10/17/plone-and-flash-player-10/comment-page-1/#comment-439</link>
		<dc:creator>Anthony</dc:creator>
		<pubDate>Thu, 13 Nov 2008 17:13:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.littled.net/new/?p=94#comment-439</guid>
		<description>Just wanted to followup and say that the file.py fix did work. I think it was just a caching issue I wasn&#039;t aware of that was throwing me off.</description>
		<content:encoded><![CDATA[<p>Just wanted to followup and say that the file.py fix did work. I think it was just a caching issue I wasn&#8217;t aware of that was throwing me off.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bernard</title>
		<link>http://www.littled.net/new/2008/10/17/plone-and-flash-player-10/comment-page-1/#comment-434</link>
		<dc:creator>Bernard</dc:creator>
		<pubDate>Wed, 12 Nov 2008 17:24:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.littled.net/new/?p=94#comment-434</guid>
		<description>Hey guys,

I just wanted to say I&#039;ve also added a patch for this problem in the Archetypes Product as we use a lot of custom type that has a file field.

* open up Products/ArcheTypes/Field.py 
* Look for the &quot;download&quot; function in the &quot;FileField&quot; class
* modify the following line: 
header_value = contentDispositionHeader(&#039;attachment&#039;, instance.getCharset(), filename=filename)
:: to ::
arr = filename.split(&quot;.&quot;)
header_value = contentDispositionHeader(&#039;inline&#039; if arr[len(arr) - 1] == &#039;swf&#039; else &#039;attachment&#039;, instance.getCharset(), filename=filename)</description>
		<content:encoded><![CDATA[<p>Hey guys,</p>
<p>I just wanted to say I&#8217;ve also added a patch for this problem in the Archetypes Product as we use a lot of custom type that has a file field.</p>
<p>* open up Products/ArcheTypes/Field.py<br />
* Look for the &#8220;download&#8221; function in the &#8220;FileField&#8221; class<br />
* modify the following line:<br />
header_value = contentDispositionHeader(&#8217;attachment&#8217;, instance.getCharset(), filename=filename)<br />
:: to ::<br />
arr = filename.split(&#8221;.&#8221;)<br />
header_value = contentDispositionHeader(&#8217;inline&#8217; if arr[len(arr) - 1] == &#8217;swf&#8217; else &#8216;attachment&#8217;, instance.getCharset(), filename=filename)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://www.littled.net/new/2008/10/17/plone-and-flash-player-10/comment-page-1/#comment-433</link>
		<dc:creator>David</dc:creator>
		<pubDate>Wed, 12 Nov 2008 09:21:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.littled.net/new/?p=94#comment-433</guid>
		<description>Hi Anthony -- I haven&#039;t tried the fix yet. We&#039;re still on 2.5.3 so am a bit hesitant to apply it.  Thanks for the advice though. I&#039;m surprised it doesn&#039;t work. The fix appeared to change the content-disposition header to inline for .swf Files.  Interesting!</description>
		<content:encoded><![CDATA[<p>Hi Anthony &#8212; I haven&#8217;t tried the fix yet. We&#8217;re still on 2.5.3 so am a bit hesitant to apply it.  Thanks for the advice though. I&#8217;m surprised it doesn&#8217;t work. The fix appeared to change the content-disposition header to inline for .swf Files.  Interesting!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anthony</title>
		<link>http://www.littled.net/new/2008/10/17/plone-and-flash-player-10/comment-page-1/#comment-431</link>
		<dc:creator>Anthony</dc:creator>
		<pubDate>Tue, 11 Nov 2008 20:52:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.littled.net/new/?p=94#comment-431</guid>
		<description>David, have you tried implementing the fix in the ticket? I added it as shown to our staging server and restarted, but it didn&#039;t fix it. But ticket notes it was tested in 3.1.6 and we are in 3.1.5. Not sure if that makes a difference.</description>
		<content:encoded><![CDATA[<p>David, have you tried implementing the fix in the ticket? I added it as shown to our staging server and restarted, but it didn&#8217;t fix it. But ticket notes it was tested in 3.1.6 and we are in 3.1.5. Not sure if that makes a difference.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://www.littled.net/new/2008/10/17/plone-and-flash-player-10/comment-page-1/#comment-279</link>
		<dc:creator>David</dc:creator>
		<pubDate>Fri, 24 Oct 2008 13:24:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.littled.net/new/?p=94#comment-279</guid>
		<description>Thanks for this Jim. From looking at some of the mails to plone-users this week this problem is starting to rear its ugly head all over the place.
D.</description>
		<content:encoded><![CDATA[<p>Thanks for this Jim. From looking at some of the mails to plone-users this week this problem is starting to rear its ugly head all over the place.<br />
D.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim</title>
		<link>http://www.littled.net/new/2008/10/17/plone-and-flash-player-10/comment-page-1/#comment-259</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Tue, 21 Oct 2008 20:40:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.littled.net/new/?p=94#comment-259</guid>
		<description>Thanks for the info - it&#039;s submitted to the plone.org bug tracking system at: http://dev.plone.org/plone/ticket/8624</description>
		<content:encoded><![CDATA[<p>Thanks for the info &#8211; it&#8217;s submitted to the plone.org bug tracking system at: <a href="http://dev.plone.org/plone/ticket/8624" rel="nofollow">http://dev.plone.org/plone/ticket/8624</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
