开发者

Can I specify when my video shall start on html?

开发者 https://www.devze.com 2023-01-03 07:26 出处:网络
I want my video to show a specified image while embedding it on html basically I\'m doing the following:

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?


There are no attributes of the embed tag that specify the start time of what's embedded.

Depending on what's playing your video, you could use a param tag with flashvars.

0

精彩评论

暂无评论...
验证码 换一张
取 消