Overview:
This knowledge base article will show you how to add an embedded video player to your HTML5 viewer using the Feature Description, or the Feature Long Description
Solution:
- Edit your feature description, or feature long description, and click the show source button:
- Add the following HTML code. Replace the src URL with the actual URL to the video:
<video src="https://mywebserver.com/video/movie.mp4" width="320" height="240" controls> <source type="video/mp4"> Your browser does not support the video tag. </video>
- When you look at the feature in the viewer, you should see an embedded video player:
Note: you can also use 'replacement tokens' to further customize the video element
Comments
0 comments
Article is closed for comments.