Skip to main content
Participant
November 4, 2016
Answered

Development of a Third-party plugin for Adobe Captivate

  • November 4, 2016
  • 1 reply
  • 581 views

Hello all

I am a developer and I want to develop a Third-party plugin for Adobe Captivate, could you please provide me any tips about from where I can start, any links, websites, SDK and online content that can help me to start

I intend to make my plugin available for Captivate community.

Thank you

Waheed

This topic has been closed for replies.
Correct answer TLCMediaDesign

There isn't any documentation as far as I know.

You need to start with creating a new Widget in Flash. After creating the Flash part you need  to create the html counterpart.

Here is a blog that has info:

Captivate Archives - Purple Squirrels

Also for the swf widget you can get information and an api here;

The Widget King | WidgetFactory 7.0.0

If you just want to make an HTML5 plugin you need to examine the available Captivate variables and also examine the heck out of the CPM.js to see what else is available.

1 reply

TLCMediaDesign
TLCMediaDesignCorrect answer
Inspiring
November 4, 2016

There isn't any documentation as far as I know.

You need to start with creating a new Widget in Flash. After creating the Flash part you need  to create the html counterpart.

Here is a blog that has info:

Captivate Archives - Purple Squirrels

Also for the swf widget you can get information and an api here;

The Widget King | WidgetFactory 7.0.0

If you just want to make an HTML5 plugin you need to examine the available Captivate variables and also examine the heck out of the CPM.js to see what else is available.

abdonameAuthor
Participant
November 7, 2016

Many thanks for your assistance