Storing contents in a Flash movie in cloud storage

Flaczki is a set of PHP scripts that let you easily integrate your Flash web-site with cloud storage. In a nutshell, here’s what it does:

  1. Download a publicly shared document from Google Docs or a Word file from DropBox.
  2. Insert text in the document into a SWF file (or multiple SWF files).

Everything happens on the server side. No client side code changes are needed. Your SWF file(s) will essentially be continually republished with fresh contents. The only limitation is that the text must be TLF (classic text is too limited). That means Flaczki only works with files created by Flash Professional CS5 and up.

The code is located here at Google Code. Check out the project’s [URL=“http://flaczkojad.blogspot.com/”]development blog for examples and instructions.