Justin
Justin

Reputation: 105

Adobe Captivate move Playbar to custom position on page

Is it possible to move the playbar into a custom position on a slide not connected to the borders?

My company wants to migrate to captivate and we need to position the controls on a certain position in our slides, such as in the frame of the course.

Needs to be html5 compatible as well if that makes any difference.

Thanks

Upvotes: 1

Views: 683

Answers (1)

Kris Davies
Kris Davies

Reputation: 1

you can manipulate the playbar using javascript, which you can set to execute when the first slide loads.

playbar.style.marginTop = "20px" will push it down a bit for example

Upvotes: 0

Related Questions