Skip to main content
Inspiring
May 16, 2016
Question

Finding out if it's Captivate?

  • May 16, 2016
  • 1 reply
  • 206 views

Is there a way to find out if an e-Learning presentation was created using Adobe Captivate within the code?

Thanks.

This topic has been closed for replies.

1 reply

TLCMediaDesign
Inspiring
May 16, 2016

Are you talking about SWF or HTML5?

If Captivate was used to create HTML it will always have a file:

assets/js/CPM.js

If a swf there will always be a line in the main html page:

<link rel="stylesheet" type="text/css" href="captivate.css" />

and also:

<script type="text/javascript">

  document.getElementById('Captivate').focus();

  document.Captivate.focus();

</script>