Thread: Invalid source
View Single Post
Old 12-29-2012, 11:38 AM   PM User | #1
jeffocal
New to the CF scene

 
Join Date: Dec 2012
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
jeffocal is an unknown quantity at this point
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..
jeffocal is offline   Reply With Quote