I'm working on a course that has image buttons, image buttons with text, and the playbar. When it publishes, the buttons are behaving erratically, tabbing through and working in most cases, but failing to even tab in others. When the tester exits and re-enters the course, the buttons that did not work start working.
I'm using Captivate 6, publishing in SCORM 1.2 on a Meridian LMS. I can't send the course due to security restrictions. We had an earlier problem with tabbing that was solved by publishing as both a .swf and HTML5 package (no idea why, it just worked).
Cuold this be a simple case publishing simply as a .swf and adding
so.addParam("seamlessTabbing", "false");
to the HTM file, or am I looking at something else here?