I have an html page with several swf videos. I don't want all the videos to download on page load, instead I would like them to download only when a visitor clicks to play them.
Currently I achieve this using an I-frame with an image in it that loads another page with the movie. It's messy.
Is there a way of embedding the video on the page but requiring a click before it downloads? I know it sounds simple but I can't seem to find useful info about how to do this. Any pointers much appreciated.