Copy link to clipboard
Copied
I'm using Captivate 2019 11.01.266.
I'm creating a VR project, but I can't find a way to hide the playbar controls like a normal project.
The Skin Editor option under Project is grayed-out.
Is there any way I can do this?
Thank you.
Publish the project then go to the Assets folder > js folder and edit the CPM.js file in Notepad.
find the code
hasPlayBar:true,jsfile
using Edit > Find in the Notepad menu
and change to
hasPlayBar:false,jsfile
Copy link to clipboard
Copied
Publish the project then go to the Assets folder > js folder and edit the CPM.js file in Notepad.
find the code
hasPlayBar:true,jsfile
using Edit > Find in the Notepad menu
and change to
hasPlayBar:false,jsfile
Copy link to clipboard
Copied
Thanks a lot David, it worked like a charm!
My solution was to edit the playbarScript.js file, also under assets, but it shows a blank bar at the bottom.
Your solution is easier and doesn't show the bar at all!
Thanks again.