• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Adobe animate to control adobe captivate timeline

Community Beginner ,
Apr 11, 2023 Apr 11, 2023

Copy link to clipboard

Copied

I am using adobe animate to communicate with adobe captivate. I put an animation from animate into captivate. What I want to happen is after the interaction is done, I want adobe captivates timeline to continue.  I have tried using a number of codes but nothing is working. this is what I have tried to upause the timeline or make it play.

parent.cpCmndPause = 0;
parent.cpCmndResume = 1;
parent.window.play();
window.cpCmndGotoFrameAndResume = 5;

None of these works.

This works for going to the next slide:

parent.cp.goToNextSlide();

But I need the timeline to play. 

 

Any suggestions?

TOPICS
Code , How to , Timeline

Views

173

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Beginner , Apr 11, 2023 Apr 11, 2023

Hi, I just figured it out.

the code is

window.parent.cpAPIInterface.play();

It only took me weeks, and I blame adobe who was absolutely no help. I must of called the 3 times and did that crappy chat. They don't know [abuse removed by moderator]. They couldn't tell me that I needed to put "parent" in the code? Give me a break!!!

 

Someone asked how did I add animate to captivate

To add a animation to captivate you just need to save as an oam. I believe you cannot have any assets, and everthing ha

...

Votes

Translate

Translate
Community Expert ,
Apr 11, 2023 Apr 11, 2023

Copy link to clipboard

Copied

how did you add an animate project to captivate?

 

what kind of animate project is it?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Apr 11, 2023 Apr 11, 2023

Copy link to clipboard

Copied

LATEST

Hi, I just figured it out.

the code is

window.parent.cpAPIInterface.play();

It only took me weeks, and I blame adobe who was absolutely no help. I must of called the 3 times and did that crappy chat. They don't know [abuse removed by moderator]. They couldn't tell me that I needed to put "parent" in the code? Give me a break!!!

 

Someone asked how did I add animate to captivate

To add a animation to captivate you just need to save as an oam. I believe you cannot have any assets, and everthing has to be in one document.

 

Cheers

 

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines