webm file example
The following example shows a movie clip (.webm) file added to an eProcedure manual instruction control step.

The HTML code that inserts the .webm file into the instruction file resembles the following:
<form> Prepare <sop>UNIT</sop> for delivery of <sop>ADD_AMOUNT.value</sop> KG of Egg. <br /><br /> Press OK to proceed. </form> <form> Begin charging <sop>ADD_AMOUNT.value</sop> KG of Egg into <sop>UNIT</sop> <br /><br /> Press OK when complete. <br /><br /> <video width="200" height="200" preload="auto" controls loop > <source src="customercontent\videos\clock.webm"> <source src="customercontent\videos\clock.ogg"> Video not supported in your browser </video> </form>
Provide Feedback