Hide Playback Controls in Camtasia

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

  1. Select Export > MP4 with Smart Player.
  2. On the Smart Player Options tab:
    1. Click "Additional Smart Player Options"
    2. De-select "Allow viewer to fast forward video"

Option 2: Disable Controls

  1. Open the folder containing the produced files
  2. Locate [production-name]_player.html and open it in a text editor such as Sublime Text or Notepad++
  3. Locate the text that uses TSC.playerConfiguration
  4. On a new line add the following text:
    TSC.playerConfiguration.setDisableControls(true);
  5. Save file
  6. Upload all the files on your own website.