Flowplayer installation states the html must have this to link to the video: <a href="http://www.mywebsite.com/myVideo.flv" style="display:block;width:425px;height:300px;" id="player"></a> Code (markup): How/where do I add in this image into that line of code: <img src="../img/Image1.jpg> Code (markup): so that when the image is selected - the player launches? Thanks
Inside of your <video> tag, add the attribute poster="../img/Image1.jpg" You should also set the background-image property in your CSS to the same image for that video container. http://www.w3schools.com/tags/att_video_poster.asp