I am building a VOD type website. I want to have a picture for each video on one page and when a picture is clicked the video plays on another page. I want to make one page that plays a video and play which ever video picture was selected.
Here is what I would like to know:
What video format is the best to use for streaming the video?
How do I create a page that displays the video that corresponds to the picture that was clicked?
Hello CoreyMcCloud,
You can make a html page with the <img> tag which will be inside a anchor (<a>) tag and it will redirect the user to the another video page there you can put your video with <object> tag
Hope this helps!!
Jayant
Bookmarks