I have an SWF video clip in my PDF. It automatically starts when the document is opened. The problem is that this is a form and i have said which fields i would like to print and those that i don't.
When I get to printing the document, the box with the SWF prints the part of the movie that was last playing before I pressed print. I don't want any part of the box to print. I want it to be "visible but doesn't print".
Please help,
1) Manually choose a poster image for the annotation that doesn't appear (such as a white square), then add a JavaScript to the "document.willPrint" action, which disables the annotation.
2) Use a Preflight fixup to move all Multimedia annotations to a new layer, then set that layer to be non-printing.
Advantage of (2) is that the SWF can remain activated, so won't lose any settings. Disadvantage is that without some extra work you can't choose which multimedia annotations are promoted to the layer, so it's a global effect on the whole file.