How to implement two functions in AS3 (not AIR!, Really need without AIR):

i have:
var path: String = "catalog/filename.pdf";

1) I want to open it, but in the default system application (not in webbrowser with urlrequest)
2) I want to save it to my disk with a browse dialog.

I can not find it 3 days. Please help