I have an html frame, 450x405, that shows several rows of images. Each image is actually a link to a wmv movie. When someone clicks on an image, I want the movie to open in the same frame, NOT THE SAME FRAME NAME, but the same window. Instead of the images he will now see the movie. With a BACK button the user can go back to the images frame. Can anyone help with the code? Thanks.
You want that movie to open instead of the iframe, or in iframe replacing images? How would the movie play? Do you have any sort of flash player to do it?
I want the movie to replace the images, yes. The codecs are not relevant. the images are links to movies. click on an image will open a movie.
Back button works on window url only, not iframe. If I were you, I would use a flash player to show the movie (separate page), and below there would be a "back" link/button in JS (onClick="history.back()"), which changes url back to the list with images.