views:

12

answers:

1

Hi, In my word press blog, I would like to insert video file with every post and which is categorise under video category.Under video category achieve I would like to show thumbnail of each videos(which already stored from custom field) and also when we are click on each thumbnail I would like to play the video.How its possible to play video when click on the thumbnail. I am not sure my approach is correct..!

A: 

Sounds like you need to check out swfobject - http://code.google.com/p/swfobject/. This will allow you to embed a video and also provides an API to use with the player (for starting playback with a click event from the thumbnail)

Adam Tootle