开发者

Facebook video thumbnail and video player

I want to make a video gallery with a video player similar to one Facebook uses.

After clicking o开发者_如何学编程n the video thumbnail, it should become large and play the video, just like Facebook's video player.


You can embed the video: Here is html example

<object width="400" height="224" >
    <param name="allowfullscreen" value="true" />
    <param name="movie" value="http://www.facebook.com/v/10150262900042822" />
    <embed src="http://www.facebook.com/v/your-video-id" type="application/x-shockwave-flash" allowfullscreen="true" width="400" height="224">
    </embed>
</object>
0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜