Problem
I would like to disable the playback controller.
I would like to remove the ability to skip ahead in a produced video.
Solution
This option is dependent on hosting the video and Smart Player files yourself.
After you have created your Smart Player production follow these steps:
Option 1: Disable Fast Forward
Camtasia Export Wizard
- Select Export > MP4 with Smart Player.
- On the Smart Player Options tab:
- Click "Additional Smart Player Options"
- De-select "Allow viewer to fast forward video"
Option 2: Disable Controls
- Open the folder containing the produced files
- Locate [production-name]_player.html and open it in a text editor such as Sublime Text or Notepad++
- Locate the text that uses TSC.playerConfiguration
- On a new line add the following text:
TSC.playerConfiguration.setDisableControls(true); - Save file
- Upload all the files on your own website.