Skip to main content
Inspiring
April 23, 2019
Answered

Can't hide playbar control on VR projects

  • April 23, 2019
  • 1 reply
  • 1307 views

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.

This topic has been closed for replies.
Correct answer David Burnham HBA

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

1 reply

David Burnham HBA
David Burnham HBACorrect answer
Inspiring
April 24, 2019

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

met547Author
Inspiring
April 26, 2019

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.