Go Back   CodingForums.com > :: Client side development > Graphics and Multimedia discussions

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
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
Old 12-29-2012, 06:24 PM   PM User | #2
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
Clarification

I want to clarify our goals

We have been authoring an education blog for the past five years and each of our articles contained flash videos. Unfortunately flash is no longer support in html5 of many of the new mobile browsers.

Therefore we are trying to reformat them to meet the requirement of these new browser.

We have already convert most of the 150 videos on our site (we have been posting two articles per month along with vidoes since 2007) in the following formats. mp4, webm, ogg and installed a script (in red) we which we obtained on line.

However we see an error message "invalid source when we attempt to open it on the web.

Could someone please tell us what we are doing incorrectly

<table border="1" width="200" bgcolor="#333333" align="right">
<tbody>
<tr>
<td>
<video id="myvideo" controls="controls" autoplay="autoplay" poster="images/what_is_time.jpg">
<source src="http://www.theimagineershome.com/blog/video/10_what_is_time/10_what_is_time.mp4" type="video/mp4" >
<source src="http://www.theimagineershome.com/blog/video/10_what_is_time/10_what_is_time.webm" type="video/webm">
<source src="http://www.theimagineershome.com/blog/video/10_what_is_time/10_what_is_time.ogg" type="video/ogg">
</video>

</td>
</tr>
<tr>
<td>
<p align="center"><span style="font-family: arial; color: #0080ff; font-size: small"><a href="http://www.youtube.com/watch?v=sfN-7HczmOU"><strong><span style="color: #0080ff; font-size: small"><font size="3">What is time</font></span></strong></a></span></p>
</td>
</tr>
</tbody>
</table>
jeffocal is offline   Reply With Quote
Old 12-29-2012, 06:29 PM   PM User | #3
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
We would like to clarify our goals

We have been authoring an education blog for the past five years and each of our articles contained flash videos. Unfortunately flash is no longer support in html5 of many of the new mobile browsers.

Therefore we are trying to reformat them to meet the requirement of these new browser.

We have already convert most of the 150 videos on our site (we have been posting two articles per month along with vidoes since 2007) in the following formats. mp4, webm, ogg and installed a script (in red) I which we obtained on line

However we see an error message "invalid source when we attempt to open it on the web.

Could someone please help us to understand what we are doing incorrectly

<table border="1" width="200" bgcolor="#333333" align="right">
<tbody>
<tr>
<td>
<video id="myvideo" controls="controls" autoplay="autoplay" poster="images/what_is_time.jpg">
<source src="http://www.theimagineershome.com/blog/video/10_what_is_time/10_what_is_time.mp4" type="video/mp4" >
<source src="http://www.theimagineershome.com/blog/video/10_what_is_time/10_what_is_time.webm" type="video/webm">
<source src="http://www.theimagineershome.com/blog/video/10_what_is_time/10_what_is_time.ogg" type="video/ogg">
</video>
</td>
</tr>
<tr>
<td>
<p align="center"><span style="font-family: arial; color: #0080ff; font-size: small"><a href="http://www.youtube.com/watch?v=sfN-7HczmOU"><strong><span style="color: #0080ff; font-size: small"><font size="3">What is time</font></span></strong></a></span></p>
</td>
</tr>
</tbody>
</table>
jeffocal is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 10:55 AM.


Advertisement
Log in to turn off these ads.