To download from FlashMX

Hey guys im just wondering, lets just say i have a file, a zip for example, in my flash movie.

I want people to access that file and download it.

How do i go bout doing that?

Thanks

<:}

store the zip file in your server and paste this code in the button or mc actions you’d like to use to download the file

on (release) {
	getURL("http://www.you.com/yourfile.zip", _blank)
}

Thanks for that kax!!

<:}