I have some JavaScript in my FDF data for example:
/After (this.addScript("external","app.beep(0);");)
The problem is when I open the PDF after it has been [u]saved[/u] to a local machine the "external" script has not been changed.
I've tried adding a document level script which works but the Reader Extensions become disabled when I do.
/Doc [ (external) (app.beep(0);)]
George Kaiser