How do I trigger a save dialog for a static file in Flash? The file in question can be local or remote, if that's easier. In this case the file is a static image.
I'm new to AS (and SO), but am astonished by how varied and convoluted the solutions are for a problem which initially seems very straightforward.
I've had success with JPEGEncoder (along with ByteArray, BitmapData etc.) but it's extremely slow and obviously not file type agnostic.
I'm using Flash Pro CS5 and not Flex or AIR.