PDA

View Full Version : How to force the download of an internal file?



robotz
May 14th, 2008, 04:58 AM
Hi,

Does anyone know how to force the download of a file that currently resides within your SWF?

For example I've built up a sound file internally, which I want them to be able to download, but the FileReference download method only allows a download from a URLRequest object.

Is there a way to download a file built internally? I'm loathe to have to store the file on a web server somewhere just so I can then download it again.