These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

How to export multiple animation out of 3D-Reviewer

floG24
floG24's picture
Registered: Jun 29 2011
Posts: 2

Hi,
i have a question in case of the thread-topic. I tried to edit a 3d-model(u3d) in the reviewer and create two configurations. I generated an animation in every configuration. Only for testing ... When i generated the animation, i saved in pdf over the reviewer.
 
Now i activate the 3D-Model in the PDF and let print me out (with javascript) how long the animation is and where end- and startTime is. Curious result:
 
StartTime: 100000002004087730000
EndTime: -100000002004087730000
Length: -200000004008175470000
 
Is this normal? The second problem is, that i canĀ“t play the animation of the second configuration. I find out with JS, that there is only "sequence-1" in the animation stack
 
[i]console.println(scene.animations.getByIndex(0).startTime);[/i] getByIndex(1) is undefined, bad argument......
  
How do i get the access for the second animation/configuration in PDF?
 
I hope you`ll understand and can help me. Sitting on this problem last 2 working days...
 
Greetings floG24

My Product Information:
Acrobat Pro Extended 9.1, Windows
floG24
floG24's picture
Registered: Jun 29 2011
Posts: 2
Ok. I think its not possible to talk with timeslides (e.g. seconds) to a reviewer-make animation. A person of T4D told me, that this is only a stack managed animation. But how can i manage this animation with javascript in the PDF-part? Is there a function to talk to the steps?