My client has some sound clips (MP3s) and a video clip (an MPG file) that they want to include on their site.

They don't want to embed it into the flash file, they want a button you click on and the video or sound is downloaded and played by the appropriate player...

I can't get it to work... I'm not sure what AS I should be using. I tried:

on (release) {
getURL ("media/clip1.mp3", "_blank");
}


But I can't get it to work...

Any help?

P.S. I'm still using Flash 5...