I want to display a video list on left side Panel and when I click on video, video need to be play right side panel.
Left side panel has videos List in thumbnail format.
I want to implement this using HTML5 and jQuery plug-in
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This link is helpful to you.
http://css.flepstudio.org/en/jquery/html5-video-player-with-playlist-xml-driven.html
there is an xml file contains the url of videos (for playlist) and js file to parse the xml and then it ll display in a php page. You can additionally add thumbnail path in thexml file then get it throught javascript file. This tutorial will give you an idea to implement your task.