There is no option avaliable to disable the timeline scrubber within captivate but you can do it by editing the CPM.js after publishing the files for HTML5.
To disable the time line scrubbing in Captivate 9 you need to follow the below steps.
1. Search for CPM.js it will be located under YOURPROJECT\assets\js
2. Open it using Notepad++ and search for "this.thumbDiv.id="playbarSliderThumb";" once you find this add this line of tag just after that" this.thumbDiv.style.visibility = “hidden”;"
3. Next search for "cp.registerGestureEvent(this.progressDiv,cp.GESTURE_EVENT_TYPES.TAP,this.moveSlider,!0);" and remove this line of code.
4. That's it save the CPM.js file and close. You are now done try launching the index.html file to see the result :-)
To disable the time line scrubbing in Captivate 9 you need to follow the below steps.
1. Search for CPM.js it will be located under YOURPROJECT\assets\js
2. Open it using Notepad++ and search for "this.thumbDiv.id="playbarSliderThumb";" once you find this add this line of tag just after that" this.thumbDiv.style.visibility = “hidden”;"
3. Next search for "cp.registerGestureEvent(this.progressDiv,cp.GESTURE_EVENT_TYPES.TAP,this.moveSlider,!0);" and remove this line of code.
4. That's it save the CPM.js file and close. You are now done try launching the index.html file to see the result :-)
Hi Guru, thanks for sharing the valid post. I have tried the above steps to disabling the playbar. But it wont work. After edited the above said points, my index.html is not launching the page. It shows only the loading page. Iam using captivate 9.
ReplyDeleteDoesn't work fro me either, using Captivate 2019?
ReplyDelete