Okay, i understand that you have to have a .zip file usually to force a browser to download the file using the getURL command to the URL of the .zip file. But when i have a link in a pop-up page, it just gives me a error 404 page
so far the AS looks like this
on (press){
getURL(www.troyblank.com/download/beeswax.zip);
}
Does anyone know how i can fix this problem???
(you can see what i have done by going to troyblank.com and clicking on the goodies button and then clicking on the beeswax text and then download)