Problem
How do I update Camtasia production files to use the latest version of the TechSmith Smart Player?
Solution
Camtasia 2019 and later automatically uses the latest version of the TechSmith Smart Player during production.
The TechSmith Smart player is made up of these files:
- techsmith-smart-player.min.js - JavaScript required to run the TechSmith Smart Player.
- embedded-smart-player.min.js - JavaScript required to run the TechSmith Smart Player.
- techsmith-smart-player.min.css - All the CSS used to display the TechSmith Smart Player
TechSmith provides an endpoint that will always resolve to the newest major version of each of these files (CDN). These links will always be up-to-date without doing any further edits to your Camtasia local productions.
- https://cdn.cloud.techsmith.com/smartplayer/5/latest/techsmith-smart-player.min.js
- https://cdn.cloud.techsmith.com/smartplayer/5/latest/embedded-smart-player.min.js
- https://cdn.cloud.techsmith.com/smartplayer/5/latest/techsmith-smart-player.min.css
Option 1: Update Local Files
- Download the above files to your desktop by first clicking on the link and then right clicking on the web page it opened and choose Save As or Save Page As.
- Copy techsmith-smart-player.min.js from above and paste it into this location within your local production from Camtasia (this will overwrite the file in that location): media/scripts/techsmith-smart-player.min.js
- Copy embedded-smart-player.min.js from above and paste it into this location within your local production from Camtasia (this will overwrite the file in that location): media/scripts/embedded-smart-player.min.js
- Copy techsmith-smart-player.min.css from above and paste it into this location within your local production from Camtasia (this will overwrite the file in that location: media/skins/techsmith-smart-player.min.css.
Option 2: Use CDN Links Directly
You can replace the existing references to the Smart Player files with the full path to that file on the CDN. When deployed to production, the latest major version of the TechSmith Smart Player will be used.
- Open the index_player.html file that was produced by Camtasia. This can be found in: (production folder name)/media/index_player.html
- Paste in the full URL of the CSS file as shown here:
- Paste in the full URL of the techsmith-smart-player.min.js file as shown here:
- Paste in the full URL of the embedded-smart-player.min.js file as shown here:
- Save the HTML file.