You can put an anchor tag on the picture. It could be done like <a href="video.mp4"><img></img></a>.
you <embed> the flash video by importing.
you will put an <a href="video/video.flv"> tag in front of the image code and </a> after the image code. You will put your video destination in the place of video/video.flv
<a href="www.example.com">Website</a>
It is very easy use HTML code.
img scr="YOUR PICTURE LOCATION.gif">
Pictures don't come in HTML
you need to find the games HTML code and copy and paste it into your HTML document.
You simply import the video into HTML. You would do this on the HTML side using your HTML editor such as dreamweaver.
<img src="link for picture">
Video does not convert to HTML code. You can compress it, or you can attach it to the webpage. ok but how to you attach the video to the site is what they are saying; I believe, do you know how to do this..?
For example this is the HTML code: <body> <div id="picture"> <img src="images/image.jpg" alt="this is image" /> </div> </body> In CSS: #picture img { border:2px solid #000066; }
You need to use HTML and Styles to do it. For the Pictures/YourImage.gif part you can put in your own code for your picture.Your text