Download Jpeg from flash

How can I make a jpeg that is used in flash downloadable?

If i have a sample picture of the file and then a text button under it that says “Download This Picture” what do I need to do to make that picture be downloadable once the end user clicks on the button?

thanks guys

p.s. i’m using as2

Hey i also need to know what the as2 code is to have a new swf load ontop of the entire movie or the top most level or at least be able to pick the level that this new swf will load into IDK like level 70 or something high like that.

this.newSwf_btn.onRelease…

something like that

Just figured out the 2nd part to my question, i used

on (release) {
_level0.myMCL.loadClip(“yourSwfFileName.swf”, 70);
}

After creating the variable & the listener.

thx