videos playing in the same window
by egeefay
on
Oct 11, 2007 at 12:06:28 am
I have several flv movies that I would like to post on a website.
But there are about 10 of them and to embed each one in a html page would take up so much space.
I'd like to be able to click on a small icon for each movie and have it play in the same place
Sort of like this It doesn't look like a flash site.
How do they do it?
Re: videos playing in the same window by Abraham on Oct 11, 2007 at 3:06:54 am
That page is using jsp which is a server side language and each video is on a separate page that is dynamically generated using server side coding. The simplest way to do this and have it look the same as what they did is use an iframe.
Make a separate web page just containing the video that will take up that space. Below the iframe put a row of images that are icons of the movies and have the hyper link for each image point to each movie and the target be the iframe.