When you add Flash Content to pdf the size gets distorted resulting in poor flash quality (especially when using bitmaps in flash). It seems to me that Acrobat makes the flash about 25% larger. The strange thing is that when you use a floating media window the flash size shows correctly.
I have for a time now tried to find the answer to why this happens. I have watched and read many tutorials on how to add flash but no one touches the subject even though I can see they encounter the same problem.
Flash just doesn't scale well and I can not figure out how to force Acrobat to show the correct size. Snap to content proportions snaps to the right proportions but as I said about 25% larger. I can manually resize the flash in acrobat to approximately show the right size but that is to timeconsuming when you have to make 200 pdf's containing about 600 swf's.
I would really appreciate any help you guys can give me here...
Try this, instead of resizing the RichMedia annotation, zoom in and out of PDF page. If the Flash content is vector based and set to scale with it's container then it should look and act just like any other part of the PDF page. i.e. the Flash should implement this code:
stage.scaleMode=StageScaleMode.EXACT_FIT;
If the Flash content is pixel based or just doesn't scale well, then it'll look ugly as you zoom in and out. In this case you are better off displaying it in a floating window.
Thom Parker
The source for PDF Scripting Info
[url=http://www.pdfScripting.com]pdfscripting.com[/url]
The Acrobat JavaScript Reference, Use it Early and Often
[url=http://www.adobe.com/devnet/acrobat/]http://www.adobe.com/devnet/acrobat/[/url]
Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script