<?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/"
	xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Gerton's Corner</title>
	<atom:link href="http://gertonscorner.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://gertonscorner.wordpress.com</link>
	<description>Just some thoughts, nothing else…</description>
	<lastBuildDate>Thu, 05 Nov 2009 03:33:18 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Fileupload using Zend AMF, RemoteObject and Flash 10 by martin</title>
		<link>http://gertonscorner.wordpress.com/2009/04/19/fileupload-using-zend-amf-remoteobject-and-flash-10/#comment-60</link>
		<dc:creator>martin</dc:creator>
		<pubDate>Thu, 05 Nov 2009 03:33:18 +0000</pubDate>
		<guid isPermaLink="false">http://gertonscorner.wordpress.com/?p=54#comment-60</guid>
		<description>was having trouble with this - was not liking the FileVO at all.

changed the remote class to this and all worked fine

   public function upload($filename, $filedata) { 
      file_put_contents( &#039;uploads/&#039; . $filename, $filedata);
      return &#039;File: &#039; . $filename .&#039; Uploaded &#039;; 
   }</description>
		<content:encoded><![CDATA[<p>was having trouble with this &#8211; was not liking the FileVO at all.</p>
<p>changed the remote class to this and all worked fine</p>
<p>   public function upload($filename, $filedata) {<br />
      file_put_contents( &#8216;uploads/&#8217; . $filename, $filedata);<br />
      return &#8216;File: &#8216; . $filename .&#8217; Uploaded &#8216;;<br />
   }</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Zend Framework: Application resources by Zend Framework Blog &#187; Blog Archive &#187; Aus den Zend Framework Blogs</title>
		<link>http://gertonscorner.wordpress.com/2009/10/27/zend-framework-application-resources/#comment-59</link>
		<dc:creator>Zend Framework Blog &#187; Blog Archive &#187; Aus den Zend Framework Blogs</dc:creator>
		<pubDate>Tue, 03 Nov 2009 06:21:44 +0000</pubDate>
		<guid isPermaLink="false">http://gertonscorner.wordpress.com/?p=94#comment-59</guid>
		<description>[...] Bei Gerton findet sich ein kleiner Beitrag über Application Resources. [...]</description>
		<content:encoded><![CDATA[<p>[...] Bei Gerton findet sich ein kleiner Beitrag über Application Resources. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Badge installing AIR application with SWFObject by fff</title>
		<link>http://gertonscorner.wordpress.com/2008/02/29/badge-installing-air-application-with-swfobject/#comment-58</link>
		<dc:creator>fff</dc:creator>
		<pubDate>Fri, 23 Oct 2009 08:59:16 +0000</pubDate>
		<guid isPermaLink="false">http://gertonscorner.wordpress.com/?p=4#comment-58</guid>
		<description>This will hold the flash content


// 




« On the blog train RemoteObject using AMFPHP and Actionscript 3 »

Actions

    * rss Comments RSS
    * trackback Trackback

Information

    * Date : February 29, 2008
    * Tags: Adobe, AIR, badge, SWFObject
    * Categories : Adobe Flex/AIR

One response

10 07 2009
    ram (09:48:39) :

    Hi –
    This is very useful. I have a small problem which I cannot resolve. I have a Flash AS2 website with a download button for a AIR application. When I click on download I want the AIR install badge to appear on the same page. I have used the code from Adobe AIR and followed David Tucker’s instructions. The problem is that the badge opens up in a new HTML page. How do I get it to open in the Flash page?
    Many thanks.
    Reply

Leave a comment
Click here to cancel reply.

Name (required)

E-mail (will not be published) (required)

Website

Notify me of follow-up comments via email.
The only means of strengthening one&#039;s intelligence is to make up one&#039;s mind about nothing-- to let the mind be a thoroughfare for all thoughts.
John Keats (1795 - 1821)

Recent Posts

    * Zend Framework: Project setup
    * Fileupload using Zend AMF, RemoteObject and Flash 10
    * Fileupload using AMFPHP, RemoteObject and Flash 10
    * Localized flex login using the Swiz framework
    * The Paradox of Our Age

Categories

    * Adobe Flex/AIR
    * All about nothing
    * PHP

Blogroll

    * Tarraq/Chikara
    * Tom Kyte

Archives

    * October 2009
    * April 2009
    * March 2009
    * December 2008
    * September 2008
    * February 2008
    * June 2007

Meta

    * Log in
    * Entries RSS
    * Comments RSS
    * WordPress.com</description>
		<content:encoded><![CDATA[<p>This will hold the flash content</p>
<p>// </p>
<p>« On the blog train RemoteObject using AMFPHP and Actionscript 3 »</p>
<p>Actions</p>
<p>    * rss Comments RSS<br />
    * trackback Trackback</p>
<p>Information</p>
<p>    * Date : February 29, 2008<br />
    * Tags: Adobe, AIR, badge, SWFObject<br />
    * Categories : Adobe Flex/AIR</p>
<p>One response</p>
<p>10 07 2009<br />
    ram (09:48:39) :</p>
<p>    Hi –<br />
    This is very useful. I have a small problem which I cannot resolve. I have a Flash AS2 website with a download button for a AIR application. When I click on download I want the AIR install badge to appear on the same page. I have used the code from Adobe AIR and followed David Tucker’s instructions. The problem is that the badge opens up in a new HTML page. How do I get it to open in the Flash page?<br />
    Many thanks.<br />
    Reply</p>
<p>Leave a comment<br />
Click here to cancel reply.</p>
<p>Name (required)</p>
<p>E-mail (will not be published) (required)</p>
<p>Website</p>
<p>Notify me of follow-up comments via email.<br />
The only means of strengthening one&#8217;s intelligence is to make up one&#8217;s mind about nothing&#8211; to let the mind be a thoroughfare for all thoughts.<br />
John Keats (1795 &#8211; 1821)</p>
<p>Recent Posts</p>
<p>    * Zend Framework: Project setup<br />
    * Fileupload using Zend AMF, RemoteObject and Flash 10<br />
    * Fileupload using AMFPHP, RemoteObject and Flash 10<br />
    * Localized flex login using the Swiz framework<br />
    * The Paradox of Our Age</p>
<p>Categories</p>
<p>    * Adobe Flex/AIR<br />
    * All about nothing<br />
    * PHP</p>
<p>Blogroll</p>
<p>    * Tarraq/Chikara<br />
    * Tom Kyte</p>
<p>Archives</p>
<p>    * October 2009<br />
    * April 2009<br />
    * March 2009<br />
    * December 2008<br />
    * September 2008<br />
    * February 2008<br />
    * June 2007</p>
<p>Meta</p>
<p>    * Log in<br />
    * Entries RSS<br />
    * Comments RSS<br />
    * WordPress.com</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on RemoteObject using AMFPHP and Actionscript 3 by visualdialects</title>
		<link>http://gertonscorner.wordpress.com/2008/09/06/remoteobject-using-amfphp-and-actionscript-3/#comment-56</link>
		<dc:creator>visualdialects</dc:creator>
		<pubDate>Thu, 03 Sep 2009 14:11:50 +0000</pubDate>
		<guid isPermaLink="false">http://gertonscorner.wordpress.com/?p=6#comment-56</guid>
		<description>This all looks very interesting and am hoping it could be really useful on future projects. Thanks for sharing.</description>
		<content:encoded><![CDATA[<p>This all looks very interesting and am hoping it could be really useful on future projects. Thanks for sharing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fileupload using Zend AMF, RemoteObject and Flash 10 by John</title>
		<link>http://gertonscorner.wordpress.com/2009/04/19/fileupload-using-zend-amf-remoteobject-and-flash-10/#comment-54</link>
		<dc:creator>John</dc:creator>
		<pubDate>Sat, 25 Jul 2009 01:57:53 +0000</pubDate>
		<guid isPermaLink="false">http://gertonscorner.wordpress.com/?p=54#comment-54</guid>
		<description>Great article! 
I suggest you change the title, because you made the integration of Zend MVC and Zend AMF, I looked this example and is not easily found.</description>
		<content:encoded><![CDATA[<p>Great article!<br />
I suggest you change the title, because you made the integration of Zend MVC and Zend AMF, I looked this example and is not easily found.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fileupload using AMFPHP, RemoteObject and Flash 10 by Russell Griffith</title>
		<link>http://gertonscorner.wordpress.com/2009/03/15/fileupload-using-amfphp-remoteobject-and-flash-10/#comment-53</link>
		<dc:creator>Russell Griffith</dc:creator>
		<pubDate>Mon, 13 Jul 2009 19:49:46 +0000</pubDate>
		<guid isPermaLink="false">http://gertonscorner.wordpress.com/?p=38#comment-53</guid>
		<description>I had this exact same issue. It is that Flash 10 must be referenced. I found a guide to setting this here:

http://opensource.adobe.com/wiki/display/flexsdk/Targeting+Flash+Player+10</description>
		<content:encoded><![CDATA[<p>I had this exact same issue. It is that Flash 10 must be referenced. I found a guide to setting this here:</p>
<p><a href="http://opensource.adobe.com/wiki/display/flexsdk/Targeting+Flash+Player+10" rel="nofollow">http://opensource.adobe.com/wiki/display/flexsdk/Targeting+Flash+Player+10</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Badge installing AIR application with SWFObject by ram</title>
		<link>http://gertonscorner.wordpress.com/2008/02/29/badge-installing-air-application-with-swfobject/#comment-52</link>
		<dc:creator>ram</dc:creator>
		<pubDate>Fri, 10 Jul 2009 09:48:39 +0000</pubDate>
		<guid isPermaLink="false">http://gertonscorner.wordpress.com/?p=4#comment-52</guid>
		<description>Hi - 
This is very useful. I have a small problem which I cannot resolve. I have a Flash AS2 website with a download button for a AIR application. When I click on download I want the AIR install badge to appear on the same page. I have used the code from Adobe AIR and followed David Tucker&#039;s instructions. The problem is that the badge opens up in a new HTML page. How do I get it to open in the Flash page?
Many thanks.</description>
		<content:encoded><![CDATA[<p>Hi &#8211;<br />
This is very useful. I have a small problem which I cannot resolve. I have a Flash AS2 website with a download button for a AIR application. When I click on download I want the AIR install badge to appear on the same page. I have used the code from Adobe AIR and followed David Tucker&#8217;s instructions. The problem is that the badge opens up in a new HTML page. How do I get it to open in the Flash page?<br />
Many thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fileupload using AMFPHP, RemoteObject and Flash 10 by Nikos</title>
		<link>http://gertonscorner.wordpress.com/2009/03/15/fileupload-using-amfphp-remoteobject-and-flash-10/#comment-51</link>
		<dc:creator>Nikos</dc:creator>
		<pubDate>Mon, 22 Jun 2009 11:44:42 +0000</pubDate>
		<guid isPermaLink="false">http://gertonscorner.wordpress.com/?p=38#comment-51</guid>
		<description>whats the point, if the users dont have flash 10</description>
		<content:encoded><![CDATA[<p>whats the point, if the users dont have flash 10</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on RemoteObject using AMFPHP and Actionscript 3 by shibby</title>
		<link>http://gertonscorner.wordpress.com/2008/09/06/remoteobject-using-amfphp-and-actionscript-3/#comment-50</link>
		<dc:creator>shibby</dc:creator>
		<pubDate>Sat, 06 Jun 2009 01:17:27 +0000</pubDate>
		<guid isPermaLink="false">http://gertonscorner.wordpress.com/?p=6#comment-50</guid>
		<description>Hi, thanks for answering...

It was my fault, I hadn&#039;t given the amf endpoint properly so this error was inevitable. Now I fixed it up.

Now another question. What if I want to dispatch an event for a component inside the main Application. I have to do it like

Application.application.component.subcomponent.dispatchEvent(...)

or is there any other way to reference that subcomponent without having to write all the tree... 

I&#039;ve tried Application.application.getChildByName(&quot;childname&quot;) but seems like this won&#039;t work when I want to reference the &quot;subcomponent&quot;

Any ideas or guides to recommend?

Thanks a lot.</description>
		<content:encoded><![CDATA[<p>Hi, thanks for answering&#8230;</p>
<p>It was my fault, I hadn&#8217;t given the amf endpoint properly so this error was inevitable. Now I fixed it up.</p>
<p>Now another question. What if I want to dispatch an event for a component inside the main Application. I have to do it like</p>
<p>Application.application.component.subcomponent.dispatchEvent(&#8230;)</p>
<p>or is there any other way to reference that subcomponent without having to write all the tree&#8230; </p>
<p>I&#8217;ve tried Application.application.getChildByName(&#8220;childname&#8221;) but seems like this won&#8217;t work when I want to reference the &#8220;subcomponent&#8221;</p>
<p>Any ideas or guides to recommend?</p>
<p>Thanks a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fileupload using AMFPHP, RemoteObject and Flash 10 by Matthias</title>
		<link>http://gertonscorner.wordpress.com/2009/03/15/fileupload-using-amfphp-remoteobject-and-flash-10/#comment-49</link>
		<dc:creator>Matthias</dc:creator>
		<pubDate>Wed, 03 Jun 2009 09:53:09 +0000</pubDate>
		<guid isPermaLink="false">http://gertonscorner.wordpress.com/?p=38#comment-49</guid>
		<description>Hi, 

I used this example and I have one problem. When I upload a picture, I can see the picture and the name, but the file is empty (0kb). 

Problem with byteArray?

grtz

Matthias</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>I used this example and I have one problem. When I upload a picture, I can see the picture and the name, but the file is empty (0kb). </p>
<p>Problem with byteArray?</p>
<p>grtz</p>
<p>Matthias</p>
]]></content:encoded>
	</item>
</channel>
</rss>
