Skip to main content
Participating Frequently
May 26, 2016
Question

CP8 LMS Bookmarking not functioning with SWF output

  • May 26, 2016
  • 1 reply
  • 134 views

Hi,

I am trying to publish a SWF output CP8 project. When uploaded to the LMS, the project will not save data if closed and always restarts at the beginning. When we build HTML5 responsive projects, this feature functions correctly and a popup appears allowing us to jump to last slide we were on and resume. I have checked all of the settings and forums and can't find a reason for this unless this feature just does not work with SWF output.

This topic has been closed for replies.

1 reply

TLCMediaDesign
Inspiring
May 26, 2016

Not sure if this will fix your issue, but it did mine. In the standard.js file, find the line:

var lEventHandlerWin = window.parent;

and change it to:

//var lEventHandlerWin = window.parent;

var lEventHandlerWin = window;