Save PDF prompt from Flash

I’m making a flash website which has PDF downloads. I would like to know if it is possible to make the ‘save’ prompt appear rather than opening the PDF when I click the link, if so, how can I do this?

At the moment i’m doing this:

var request:URLRequest = new URLRequest(url);
navigateToURL(request, '_blank');

Thanks in advance.