<?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 for initApp</title>
	<link>http://initApp.com</link>
	<description></description>
	<pubDate>Wed, 09 Jul 2008 04:26:11 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>

	<item>
		<title>Comment on Adobe Share ActionScript library goes community - Updated! Now with PDF Support! 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>Comment on Adobe Share ActionScript library goes community - Updated! Now with PDF Support! 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>Comment on Adobe Share ActionScript library goes community - Updated! Now with PDF Support! 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>Comment on Adobe Share ActionScript library goes community - Updated! Now with PDF Support! 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>Comment on Adobe Share ActionScript library goes community - Updated! Now with PDF Support! 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>Comment on Adobe Share ActionScript library goes community - Updated! Now with PDF Support! 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>Comment on Adobe Share ActionScript library goes community - Updated! Now with PDF Support! 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>
	<item>
		<title>Comment on The Sony Style Cage Match by admin</title>
		<link>http://initApp.com/2008/02/16/the-sony-style-cage-match/#comment-17116</link>
		<author>admin</author>
		<pubDate>Tue, 15 Apr 2008 15:53:31 +0000</pubDate>
		<guid>http://initApp.com/2008/02/16/the-sony-style-cage-match/#comment-17116</guid>
		<description>Hey Best Dog,

I agree, the fact that bad customer service either via employees who don't believe in what they're selling or through discrimination because they don't think you have any money is sad. On another occasion when I went shopping for my first new car I remember walking in to the dealership and having a salesperson tell me that they didn't have a public restroom.... Admittedly I looked really young to be buying a new car, but their "we don't have a public bathroom" while pushing me out the door attitude towards me cost them a sale. 

Anyway, I don't think we need to get in to it any further. We both know it sucks and for the record I did reward the store that made me feel welcome.

Picture of my new Macbook AIR
http://www.flickr.com/photos/45577359@N00/2416624836/

Take Care,
Steven</description>
		<content:encoded><![CDATA[<p>Hey Best Dog,</p>
<p>I agree, the fact that bad customer service either via employees who don&#8217;t believe in what they&#8217;re selling or through discrimination because they don&#8217;t think you have any money is sad. On another occasion when I went shopping for my first new car I remember walking in to the dealership and having a salesperson tell me that they didn&#8217;t have a public restroom&#8230;. Admittedly I looked really young to be buying a new car, but their &#8220;we don&#8217;t have a public bathroom&#8221; while pushing me out the door attitude towards me cost them a sale. </p>
<p>Anyway, I don&#8217;t think we need to get in to it any further. We both know it sucks and for the record I did reward the store that made me feel welcome.</p>
<p>Picture of my new Macbook AIR<br />
<a href="http://www.flickr.com/photos/45577359@N00/2416624836/" rel="nofollow" onclick="javascript:urchinTracker('/outbound/comment/www.flickr.com');">http://www.flickr.com/photos/45577359@N00/2416624836/</a></p>
<p>Take Care,<br />
Steven</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Sony Style Cage Match by Best Dog Videos</title>
		<link>http://initApp.com/2008/02/16/the-sony-style-cage-match/#comment-16978</link>
		<author>Best Dog Videos</author>
		<pubDate>Mon, 14 Apr 2008 16:43:31 +0000</pubDate>
		<guid>http://initApp.com/2008/02/16/the-sony-style-cage-match/#comment-16978</guid>
		<description>It is truly unfortunate that bad service has become so common that we are surprised when someone tells us of an occasion when the received good service.

When I was in college, my roommate and I decided to run an experiment. I needed (really, I WANTED) a couple of high end stereo components. So I went to the local specialty electronics store (dressed in jeans and a sweatshirt) and wandered around for 15 minutes while no one offered to help me. Several store clerks were just standing around. My roommate was outside the store watching and laughing at all of this. Then he walks in (slacks and a sweater) and not one, not two, but three clerks practically lunge to help him. He walks them over to me and we buy our equipment. (These days, I would have talked to the manager and then walked out.)

The customer philosophy of the store is apparent by the actions of the employees. Apple made you feel welcome. Sony made you feel like you weren't trusted. Why would you reward a store that was not interested in you at all???</description>
		<content:encoded><![CDATA[<p>It is truly unfortunate that bad service has become so common that we are surprised when someone tells us of an occasion when the received good service.</p>
<p>When I was in college, my roommate and I decided to run an experiment. I needed (really, I WANTED) a couple of high end stereo components. So I went to the local specialty electronics store (dressed in jeans and a sweatshirt) and wandered around for 15 minutes while no one offered to help me. Several store clerks were just standing around. My roommate was outside the store watching and laughing at all of this. Then he walks in (slacks and a sweater) and not one, not two, but three clerks practically lunge to help him. He walks them over to me and we buy our equipment. (These days, I would have talked to the manager and then walked out.)</p>
<p>The customer philosophy of the store is apparent by the actions of the employees. Apple made you feel welcome. Sony made you feel like you weren&#8217;t trusted. Why would you reward a store that was not interested in you at all???</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Pownce Actionscript 3 Library Released - Full API V2.0 Implementation (Upload files and everything) by admin</title>
		<link>http://initApp.com/2008/03/03/pownce-actionscript-3-library-released-full-api-v20-implementation-upload-files-and-everything/#comment-13982</link>
		<author>admin</author>
		<pubDate>Mon, 17 Mar 2008 16:06:49 +0000</pubDate>
		<guid>http://initApp.com/2008/03/03/pownce-actionscript-3-library-released-full-api-v20-implementation-upload-files-and-everything/#comment-13982</guid>
		<description>Hey Joshua,

The as3powncelib requires the as3corelib. Download it at the following URL and add it to your project. It contains the ServiceEvent and probably the "other class".

&lt;a href='http://code.google.com/p/as3corelib/downloads/list' rel="nofollow"&gt;http://code.google.com/p/as3corelib/downloads/list&lt;/a&gt;

Let me know if you have any other issues, i'm happy to help.

Have fun,
Steven</description>
		<content:encoded><![CDATA[<p>Hey Joshua,</p>
<p>The as3powncelib requires the as3corelib. Download it at the following URL and add it to your project. It contains the ServiceEvent and probably the &#8220;other class&#8221;.</p>
<p><a href='http://code.google.com/p/as3corelib/downloads/list' rel="nofollow">http://code.google.com/p/as3corelib/downloads/list</a></p>
<p>Let me know if you have any other issues, i&#8217;m happy to help.</p>
<p>Have fun,<br />
Steven</p>
]]></content:encoded>
	</item>
</channel>
</rss>
