I'm trying to create an online video virtual tour where users can view a video of re-modeled rooms. I need the video player to be embedded on my JSP page. But I don't know how to do it or where to start?
I would start by trying to create a static HTML page with the video player embedded in it. Don't even think of JSP until you have mastered the HTML markup required. Bill