<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Adobe Share ActionScript library goes community - Updated! Now with PDF Support!</title>
	<link>http://initApp.com/2008/05/11/adobe-share-actionscript-library-goes-community-updated-now-with-pdf-support/</link>
	<description></description>
	<pubDate>Sat, 06 Sep 2008 18:27:41 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>

	<item>
		<title>By: admin</title>
		<link>http://initApp.com/2008/05/11/adobe-share-actionscript-library-goes-community-updated-now-with-pdf-support/#comment-22570</link>
		<author>admin</author>
		<pubDate>Fri, 06 Jun 2008 14:58:20 +0000</pubDate>
		<guid>http://initApp.com/2008/05/11/adobe-share-actionscript-library-goes-community-updated-now-with-pdf-support/#comment-22570</guid>
		<description>Absolutely, that would be great. You can send me your changes and i'll update or we can see about getting you setup with the svn project. You can email me directly at sgemmen AT hotmail.com to discuss further.

Regards,
-Steven</description>
		<content:encoded><![CDATA[<p>Absolutely, that would be great. You can send me your changes and i&#8217;ll update or we can see about getting you setup with the svn project. You can email me directly at sgemmen AT hotmail.com to discuss further.</p>
<p>Regards,<br />
-Steven</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kuldeep Atil</title>
		<link>http://initApp.com/2008/05/11/adobe-share-actionscript-library-goes-community-updated-now-with-pdf-support/#comment-22534</link>
		<author>Kuldeep Atil</author>
		<pubDate>Fri, 06 Jun 2008 08:52:41 +0000</pubDate>
		<guid>http://initApp.com/2008/05/11/adobe-share-actionscript-library-goes-community-updated-now-with-pdf-support/#comment-22534</guid>
		<description>Hi Steven,

Can we modify the AIRShareDemo?
and republish them?

Thanks
Kuldeep Atil</description>
		<content:encoded><![CDATA[<p>Hi Steven,</p>
<p>Can we modify the AIRShareDemo?<br />
and republish them?</p>
<p>Thanks<br />
Kuldeep Atil</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erik Lembke</title>
		<link>http://initApp.com/2008/05/11/adobe-share-actionscript-library-goes-community-updated-now-with-pdf-support/#comment-20292</link>
		<author>Erik Lembke</author>
		<pubDate>Tue, 13 May 2008 08:14:25 +0000</pubDate>
		<guid>http://initApp.com/2008/05/11/adobe-share-actionscript-library-goes-community-updated-now-with-pdf-support/#comment-20292</guid>
		<description>Hi Steven,

this sounds very good. I'll try that and hopefully all my sorrow will be gone.

Our team is currently working on the first online 3D modeling application based on Papervision3D. The concept is a server-side file management which allows users to store their work and also share it among each other.

As I noticed Adobe SHARE last year I was impressed from the features. I contacted Fang Chang and talked to him about our project and the plans we got on an implementation of Adobe SHARE. Since the project will be mainly free of charge we got permissions do it.

If you are interested in the project itself you can see some preview videos on http://www.g-nero.com

Thanks!</description>
		<content:encoded><![CDATA[<p>Hi Steven,</p>
<p>this sounds very good. I&#8217;ll try that and hopefully all my sorrow will be gone.</p>
<p>Our team is currently working on the first online 3D modeling application based on Papervision3D. The concept is a server-side file management which allows users to store their work and also share it among each other.</p>
<p>As I noticed Adobe SHARE last year I was impressed from the features. I contacted Fang Chang and talked to him about our project and the plans we got on an implementation of Adobe SHARE. Since the project will be mainly free of charge we got permissions do it.</p>
<p>If you are interested in the project itself you can see some preview videos on <a href="http://www.g-nero.com" rel="nofollow" onclick="javascript:urchinTracker('/outbound/comment/www.g-nero.com');">http://www.g-nero.com</a></p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://initApp.com/2008/05/11/adobe-share-actionscript-library-goes-community-updated-now-with-pdf-support/#comment-20159</link>
		<author>admin</author>
		<pubDate>Mon, 12 May 2008 15:23:09 +0000</pubDate>
		<guid>http://initApp.com/2008/05/11/adobe-share-actionscript-library-goes-community-updated-now-with-pdf-support/#comment-20159</guid>
		<description>Hi Eric,

Good point. This is true, the current version is limited to AIR. However, with the release of flash player 9,0,124,0 it should now be possible to change this. The auth header is no longer blacklisted but does require a crossdomain.xml that is setup to allow it. Here is an excerpt from an article on developer connection about it.

"Flash Player will continue to allow any header not on the blacklist to be sent to the host of the SWF, and additional headers will be added to the blacklist as needed. As a result of this new security feature, the HTTP Authorization header, which was added to the blacklist in Flash Player 9,0,115,0, will be removed from the blacklist but will follow the new cross-domain policy file rules."

http://www.adobe.com/devnet/flashplayer/articles/flash_player9_security_update.html

allow-http-request-headers-from

So the next step is to put in a request for this change.

I would also be interested in knowing what you've used the library for up til now? and what you would use it for if this was opened up?

- Steven</description>
		<content:encoded><![CDATA[<p>Hi Eric,</p>
<p>Good point. This is true, the current version is limited to AIR. However, with the release of flash player 9,0,124,0 it should now be possible to change this. The auth header is no longer blacklisted but does require a crossdomain.xml that is setup to allow it. Here is an excerpt from an article on developer connection about it.</p>
<p>&#8220;Flash Player will continue to allow any header not on the blacklist to be sent to the host of the SWF, and additional headers will be added to the blacklist as needed. As a result of this new security feature, the HTTP Authorization header, which was added to the blacklist in Flash Player 9,0,115,0, will be removed from the blacklist but will follow the new cross-domain policy file rules.&#8221;</p>
<p><a href="http://www.adobe.com/devnet/flashplayer/articles/flash_player9_security_update.html" rel="nofollow" onclick="javascript:urchinTracker('/outbound/comment/www.adobe.com');">http://www.adobe.com/devnet/flashplayer/articles/flash_player9_security_update.html</a></p>
<p>allow-http-request-headers-from</p>
<p>So the next step is to put in a request for this change.</p>
<p>I would also be interested in knowing what you&#8217;ve used the library for up til now? and what you would use it for if this was opened up?</p>
<p>- Steven</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erik Lembke</title>
		<link>http://initApp.com/2008/05/11/adobe-share-actionscript-library-goes-community-updated-now-with-pdf-support/#comment-20136</link>
		<author>Erik Lembke</author>
		<pubDate>Mon, 12 May 2008 10:58:58 +0000</pubDate>
		<guid>http://initApp.com/2008/05/11/adobe-share-actionscript-library-goes-community-updated-now-with-pdf-support/#comment-20136</guid>
		<description>Hi Steven,

the source is still only for Adobe AIR, right? Do you know if there is already a Flex/Flash version? The problem with the authorization header - which is only allowed to send via AIR - is really bad and my hope was a modified official release for Flex/Flash.</description>
		<content:encoded><![CDATA[<p>Hi Steven,</p>
<p>the source is still only for Adobe AIR, right? Do you know if there is already a Flex/Flash version? The problem with the authorization header - which is only allowed to send via AIR - is really bad and my hope was a modified official release for Flex/Flash.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://initApp.com/2008/05/11/adobe-share-actionscript-library-goes-community-updated-now-with-pdf-support/#comment-20106</link>
		<author>admin</author>
		<pubDate>Mon, 12 May 2008 04:04:33 +0000</pubDate>
		<guid>http://initApp.com/2008/05/11/adobe-share-actionscript-library-goes-community-updated-now-with-pdf-support/#comment-20106</guid>
		<description>Agreed Chris, I to enjoy a good tri-force. Possibly throw some digital editions into the mix as well. :)</description>
		<content:encoded><![CDATA[<p>Agreed Chris, I to enjoy a good tri-force. Possibly throw some digital editions into the mix as well. <img src='http://initApp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Charlton</title>
		<link>http://initApp.com/2008/05/11/adobe-share-actionscript-library-goes-community-updated-now-with-pdf-support/#comment-20099</link>
		<author>Chris Charlton</author>
		<pubDate>Mon, 12 May 2008 03:03:23 +0000</pubDate>
		<guid>http://initApp.com/2008/05/11/adobe-share-actionscript-library-goes-community-updated-now-with-pdf-support/#comment-20099</guid>
		<description>When will we see BuzzWord have Share integration... and Brio love too? I smell a tri-force there.</description>
		<content:encoded><![CDATA[<p>When will we see BuzzWord have Share integration&#8230; and Brio love too? I smell a tri-force there.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
