I've got Acrobat 9 Pro Extended, and am trying to re-create a technical repair 3D pdf similar to the samples I've seen online (like the carburetor repair pdf located somewhere on the Adobe site). So far, I've been able to create my own animated 3D pdf from a STEP file using Acrobat 3D Reviewer and export it to PDF using the supplied template. From there, I wanted to create button click steps in the pdf that start/stop the animation steps. I've followed the outdated Acrobat 3D tutorial I found (on the Adobe site again), but my buttons and script won't work for me. If I try to attach Javascript, it kills my embedded animation. So all I have right now is a 3D pdf that keeps looping the animation and I can't figure out how to control it. Is there another basic tutorial or more information on what makes Javascript work inside a pdf? Is there anyone offering training on how to do this? Starting to lose the hair I have left.......thanks in advance for any replies....
The script embedded inside your 3D annotation will be working with the scene.animations array, which holds all the 'steps'. To play one, you first have to activate it, then tell the runtime object to play it - for example to play the 5th one you'd use:
the SDK has more information on the animations array, but not much in the way of example code.