To open a pdf file outside the flash projector (not embedded) I'ld use
in flash
Code:
on(release){ flash.external.ExternalInterface.call("OpenPdf")
}
and in the swfkit initialize script
Code:
getAdditionalFile()
function OpenPdf(){Shell.open(getAdditionalFile("2_3_2 OTC_video.pdf"))
}
return true