|
Invalid source
We could use some help we have been tiring to embed a video in a table using the following script.
<video id="myvideo" controls="controls" autoplay="autoplay" poster="images/einstein_imagination_1.jpg">
*<source src="http://www.theimagineershome.com/blog/video/3_einstein_imagination_1/3_einstein_imagination_1.mp4" type="video/mp4" >
*<source src="http://www.theimagineershome.com/blog/video/3_einstein_imagination_1/3_einstein_imagination_1.webm" type="video/webm">
*<source src="http://www.theimagineershome.com/blog/video/3_einstein_imagination_1/3_einstein_imagination_1.ogg" type="video/ogg">
</video>
However we get a error message "invalid source" when we open it up on the web. Could some please help us correct this issue
Thank you
Jeff
Last edited by jeffocal; 12-30-2012 at 12:13 AM..
|