Downloadify: Save Files using Flash & JS without Server Interaction

Posted on December 27, 2009, under Flash, JavaScript,  Bookmark it

Downloadify is a JavaScript and Flash library that enables you to download files on the fly files without requiring server interaction. Since it’s running client-slide, this super small library (~3KB of JavaScript, ~2KB SWF, ~2KB Image) enables faster downloads when re purposing data already contained in a page (vCard, iCal, etc.). Thus, this solution can reduce the database and server load of existing web applications.

This is not a library to ‘force download’ a file from a server. It does not interact with a server at all.

Flash 10 introduces the ability to generate files on the client side and trigger a save to the user’s computer. The user has to click something in the Flash file to trigger the download for security reasons. Downloadify couples JavaScript callbacks with the Downloadify.swf to allow your code to respond to the click event and pass in your data at that time. Whatever data is passed in from your function will be saved to their hard-drive when and where they select.

Downloadify: 30 Second Overview from Doug Neiner on Vimeo.

Do you wish to receive the latest updates as soon as they are posted? Get our RSS Feed or Subscribe to the Newsletter!

Get our RSS Feed!

Leave a Reply


* = required fields

  (will not be published)


XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Note: If you want to post CODE Snippets, please make them postable first!
(e.g. <br /> should be converted to &lt;br /&gt;)