Using Acrobat 9 Pro, I have a PDF document that I want to link to an external .js file (for SCORM and LMS purposes). I have imported a multimedia object (swf) into the PDF and it needs to call several Javascript functions. Instead of copy/pasting each function of Javascript code into each PDF (menu path: Advanced > Document Processing > Document Javascripts), is it possible to write a line of code that links to an external .js file?
In HTML, it would be someting like <HEAD><SCRIPT type="text/javascript" language="Javascript" SRC="pdf.js"></SCRIPT> </HEAD>.
Possible?