I'm creating a document with a lot of embedded flash. We're using flash files for vector images to keep file size down and maximize print quality; unfortunately I've come to notice that embedded files get replaced with a "poster" jpg until activated, this means that all inactive pages will print the low quality jpg. On top of this, the auto-generated file has a play button image on it, which I do not want or need. I built a player into the animation files when needed and its hidden from view until needed so in the print version they will look just like static figures. I have two questions:
Can I change the autogenerated image behavior to not generate this image? This would be a half acceptable compromise if I cannot get around the use of a rasterized placeholder.
Ideal: can I make it use a vector placeholder instead? I see that I can use another PDF for the poster, but then I'd need to make THAT pdf store a vector placeholder to represent the placeholder for the parent doc, and that seems to present us with an infinite recursion of the same problem.
I have searched high and low for people with this issue and can't find anything. What say you AcrobatUsers? Any Ideas?
And it solves it alike-a so:
Then I replaced posters with a standard 1px BMP, at mere 60 bytes this acceptably solves my bloat issue. So I am resolved.
Still curious about embedding without a poster file, or removing that arrow from the default poster; if anyone knows anything about it.