Downoad button in flash Image gallery

Dear All,

I have a flash Image gallery, where I can select any thumbnail and can see the image in large size. Now I want to place a download button inside that flash image gallery, so that when user click that download button, the dialog box should appear for saving the image in the user’s computer.

Just like we do in web page using some dynamic features. If possible then get me the solution or a sample.

http://www.google.com/search?q=content+disposition+attachment&hl=en&rls=com.microsoft%3Aen-us&sa=2

I suggest you start there, it’s called content disposition, and setting a file type as an attachment rather than inline. inline forces the browser to attempt to open it in the browser, attachment asks you to save it elsewhere.

Happy hunting =)

Try using the FileReference (flash.net.FileReference) class

Maybe that will get you started?