Can I specify when my video shall start on html?

Posted by zeina on Stack Overflow See other posts from Stack Overflow or by zeina
Published on 2010-06-15T12:23:25Z Indexed on 2010/06/16 23:32 UTC
Read the original article Hit count: 154

Filed under:
|
|

I want my video to show a specified image while embedding it on html basically I'm doing the following: <embed src="video.m4v" width="520" height="456" autoplay="false" controller="true" type="video/quicktime" scale="tofit" pluginspage="http://www.apple.com/quicktime/download/" bgcolor="black"> </embed>

Is there a specific parameter that I can add that says when the video shall start?

© Stack Overflow or respective owner

Related posts about html

Related posts about video