//юзай
on (release) {
myPath = _root._url;
filePath = myPath.substring(0, myPath.lastIndexOf("/") + 1);
filePath += "tvoi_pdf.pdf"
//trace(filePath);
url = "javascript

bjectName=window.open(" + "\'"
+ filePath + "\'"
+ "," + "\'"
+ "sample" + "\'"
+ "," + "\'"
+ "width=" + _root.witdth //(или указать число)
+ ",height=" + _root.height //(или указать число)
+ ",scrollbars=no,resizable=no,top=10,left=10');void(0);"
//trace(url);
getURL("\"" + url + "\"", "_parent");
}