Data Execution Prevention problem when trying to close pdf from inside of embeded flash
hello,
my test pdf contains single flash movie , several hidden fields. flash movie reads values hidden pdf fields. so, business logic implemented inside of flash , pdf wrapper
close pdf functionality implemented on flash: when user clicks close button flash sends command acrobat:
externalinterface.call("eval","var tmp = app.settimeout('this.closedoc(true);', 50);");
also selected "disable when page containing content closed" acrobat flash setting, hoping flash movie automatically stopped before pdf closed finally.
sometimes works correctly, of time, pdf closed data execution prevention error.
i tested on 9.3 acrobat reader. windows vista 32.
is there way resolve problem?
thanks in advance,
alexander
More discussions in JavaScript
adobe
Comments
Post a Comment