在IE中显示视频的对象需要缩略图

时间:2011-05-10 14:09:18

标签: html internet-explorer object video thumbnails

我正在使用object标签在IE中显示视频。但我似乎无法创建缩略图。

<object width="150" height="104" data="http://releases.flowplayer.org/swf/flowplayer-3.2.1.swf" type="application/x-shockwave-flash" class="vjs-flash-fallback" style="margin-top:-23px; margin-left:-12px;">
      <param value="http://releases.flowplayer.org/swf/flowplayer-3.2.1.swf" name="movie">
      <param value="true" name="allowfullscreen">
      <param value="config={&quot;clip&quot;:{&quot;url&quot;:&quot;english_short.mp4&quot;,&quot;autoPlay&quot;:false,&quot;autoBuffering&quot;:true}}" name="flashvars">
     <!-- Image Fallback. Typically the same as the poster image. -->
    <img src="screen.png" width="150" height="104" alt="Poster Image"
      title="No video playback capabilities." />
      <img class="vjs-poster" style="width: 640px; height: 264px; display: block;" src="http://video-js.zencoder.com/oceans-clip.png"/>
    </object>

1 个答案:

答案 0 :(得分:1)

我知道没有这样做的功能。

通常做的是在图像编辑器中创建静态图像并将其放置在图像应该放置的位置。当用户点击播放按钮时,javascript会将视频替换为视频,作为无缝过渡。