Save Target As...button?

Hello, I have an image gallery, which loads images using ‘loadMovie’ . My question is, I want visitors be able to save the images by clicking on an icon that brings out the save dialogue box (the box that popups when you right click in IE and click on Save Image As…), I can tell the button to open the image up another window, which will open the image in another window and the user will have to right click on it and save target as (which is kinda innconvenient), is there an actionscript that can tell the button to go directly to Save Target As or Save Image As option? Any help/suggestion will greatly be appreciated :slight_smile:

file reference
download()

you can search my threads that I started I ask this question and got an answer

one problem is files which can be opened in the browser may open in the browser rather than downloading

there is some script which forces it but I had security issues trying to implement it