Copy link to clipboard
Copied
In my Captivate 8 project, the bookmark prompt displays when a course is reloaded:
Is there a way I can change "Adobe Captivate" in the title bar to something else, like the course name?
-Stuart
Copy link to clipboard
Copied
If it is an HTML5 project, it is in the CPM.js.
this.m_titleText = "Adobe Captivate";
Copy link to clipboard
Copied
It's a SWF project, but I'll file that information away for future use on HTML5 projects.
Thanks!