For the time being, creating a Cinema Resource is mostly useful for embedding videos into your Cinema Slide Deck.
You can attach any resource (e.g. large animated images, videos or similar) to a Cinema Resouce document.
From within any Cinema Slide, you can embed a video, the resulting HTML code looks as follows:
[<video id="myVideo" autoplay muted width="560" height="315">
<source src="HCL Domino v12 is Coming.mp4" type="video/mp4">
</video>]
The source filename and type (mp4 or ogg) depend on the provided video resource.
Similarly, you can also embedd a video from an internal web server as follows:
[<video id="myVideo" autoplay muted width="560" height="315">
<source src="https://yourwebserver.fdqn/path/HCL Domino v12 is Coming.mp4" type="video/mp4">
</video>]
NOTE: Any src= reference in the converted HTML code is checked for whether it points to a Cinema Resource (supporting src=filename and src="filename"!)
If a referenced cinema resource is found, it is added to MCUpgrade.zip automatically, as well as to Slide Deck previews.