<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Comments on snippet: 'AS3: Download a File to the Desktop'</title>
    <description>Snipplr comments feed</description>
    <link>https://ipv6.snipplr.com/</link>
    <lastBuildDate>Mon, 06 Apr 2026 14:46:14 +0000</lastBuildDate>
    <item>
      <title>chrisaiv said on 20/Oct/2009</title>
      <link>https://ipv6.snipplr.com/view/12939/as3-download-a-file-to-the-desktop</link>
      <description>&lt;p&gt;hey flanoob04.  In Flash CS4, if you're using the ActionScript window, you need to remove the access specifiers (aka "private", "protected", "public", etc).&lt;/p&gt;</description>
      <pubDate>Tue, 20 Oct 2009 02:38:17 UTC</pubDate>
      <guid>https://ipv6.snipplr.com/view/12939/as3-download-a-file-to-the-desktop</guid>
    </item>
    <item>
      <title>chrisaiv said on 21/Oct/2009</title>
      <link>https://ipv6.snipplr.com/view/12939/as3-download-a-file-to-the-desktop</link>
      <description>&lt;p&gt;You most certainly need an Event Listener + Handler and well... this Snippet is only a fraction of what you need.  &#13;
&#13;
Hopefully this will get you started:&#13;
button_mc.addEventListener( MouseEvent.CLICK, onMouseClickHandler, false, 0, true );&#13;
function onMouseClickHandler( e:MouseEvent ):void&#13;
{&#13;
buttonClick();&#13;
}&#13;
&#13;
I suggest you visit another Snippet code of mine that hopefully will explain how to set Event Listeners + Handlers.  http://snipplr.com/view/5022/as3-ondragover-ondragout-onreleaseoutside/&lt;/p&gt;</description>
      <pubDate>Wed, 21 Oct 2009 01:37:40 UTC</pubDate>
      <guid>https://ipv6.snipplr.com/view/12939/as3-download-a-file-to-the-desktop</guid>
    </item>
    <item>
      <title>chrisaiv said on 31/Oct/2009</title>
      <link>https://ipv6.snipplr.com/view/12939/as3-download-a-file-to-the-desktop</link>
      <description>&lt;p&gt;Great work flanoob04!&#13;
&#13;
Just to be clear, in your example, you are not really downloading a PDF using Flash.  You are calling a PDF file and relying on the browser to complete the remaining action.  In Firefox, the PDF may download but in Safair, the PDF will probably display.&lt;/p&gt;</description>
      <pubDate>Sat, 31 Oct 2009 17:49:18 UTC</pubDate>
      <guid>https://ipv6.snipplr.com/view/12939/as3-download-a-file-to-the-desktop</guid>
    </item>
    <item>
      <title>RubenBristian said on 08/Apr/2011</title>
      <link>https://ipv6.snipplr.com/view/12939/as3-download-a-file-to-the-desktop</link>
      <description>&lt;p&gt;Thanks! :)&lt;/p&gt;</description>
      <pubDate>Fri, 08 Apr 2011 23:28:39 UTC</pubDate>
      <guid>https://ipv6.snipplr.com/view/12939/as3-download-a-file-to-the-desktop</guid>
    </item>
    <item>
      <title>InaSmith11 said on 07/Oct/2020</title>
      <link>https://ipv6.snipplr.com/view/12939/as3-download-a-file-to-the-desktop</link>
      <description>&lt;p&gt;Hey! I'm currently looking for scholarship and want to use your code in my essay [https://writemyessay4me.org/blog/scholarship-essay](https://writemyessay4me.org/blog/scholarship-essay). Is it alright?&lt;/p&gt;</description>
      <pubDate>Wed, 07 Oct 2020 17:46:17 UTC</pubDate>
      <guid>https://ipv6.snipplr.com/view/12939/as3-download-a-file-to-the-desktop</guid>
    </item>
  </channel>
</rss>
