Hey,
I am trying to combine a Flash tab menu (RMA) and a 3D annotation within PDF. This link should visualize my idea:
http://stevenbirr.bplaced.net/filemanager/FlashAnd3DAnnotationMockup.png
I have a flash tab menu as RMA (swf file) and a 3D annotation (u3d file). When I click on tab 1 of the menu, the flash content should be visible (some buttons, texfields...). When I click on tab 2, the 3D annotation should be visible. Is it possible to manage that in Acrobat 3D and/or with JavaScript?
I am working with iText (http://itextpdf.com/) - a free java pdf library. My idea was, to place the 3D annotation over the flash menu - which works for me. The annotation is laying over the Flash menu. When I click with right mouse on the scene, the scene zooms in. BUT: When I click with left mouse button, nothing happens (no selection event). Obviously, because the RMA flash menu in the background is triggering the left mouse button click. :-(
Is there a way to get my mockup working? The "only" thing I have to do is, activating/deactivting the 3D annotation within the Flash RMA and to handle the mouse events correctly...
Greets,
Steven
Although you can place rich media annotations on layers (OCGs), you can only do it with third-party plugins. Also when activated, an RMA draws to the display driver, so can often ignore stacking orders imposed by the PDF structure. There's also no simple way to terminate the event bubble from a mouse click so it stops at the first layer.