Embedding Video into InDesign
Using the "Media" option on an object seems very hit and miss. Some people with exactly the same browsers (Chrome or Firefox) can see the video and others cannot. SO was wondering if this technique could be employed somehow by embedding HTML5 code in InDesign such as:
<video width="356" height="200" controls poster="full/http/link/to/image/file.png" >
<source src="full/link/to/http/mp4/video/file.mp4" type="video/mp4" />
<source src="full/link/to/http/ogv/video/file.ogv" type="video/ogg" />
<source src="full/link/to/http/webm/video/file.webm" type="video/webm" />
<em>Sorry, your browser doesn't support HTML5 video.</em>
</video>
