![]() |
Video TutorialThe first part of this tutorial is for video which you have already downloaded to your computer .Adding video to a website using html is not very difficult.Videos add to the appeal of your website and it is free if you do it yourself. By doing it yourself you can make your site an original.This tutorial will show you how to add video to your site using HTML code. When adding video to your web page place the code inside the body tag of the HTML codes.You will have to set the size parameters of your video to fit your web page.You can set your video to play at start up or you can set your video to start when a visitor to your site accesses it.You need to save the file to the folder your web site code is saved in example.createasite.net is the site I used and then after EMBED SRC="your filelocation here.the file format you used.The loop field of your code will cause your video to playback over and over.". Once you have done this you simply resize the video you have installed and if you set autostart="false" then your video will have to be accessed manually like example below. <EMBED SRC="yourvideo.avi" loop="1" height="75" width="75"autostart= "false" >The next part of this tutorial is for video you wish to stream off a site on the internet such as youtube.The code you use is as follows.
|
HTML Tutor HTML Editors Online Builder Tutorials Other Helps |
|
www.createasite.net © 1999-2010 All Rights Reserved - Create a Site with HTML |