Video Tutorial

The 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.".

< EMBED SRC=" your video.avi" loop="1" height = "75" width="75" autostart= "true" >< / EMBED >



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" >
</ EMBED >



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.

<object width="425" height="344"><param name="movie"
value="http://www.youtube.com/v/GwQMnpUsj8I&hl=en&fs=1">
</param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param>
<embed src=http://www.youtube.com/v/GwQMnpUsj8I&hl=en&fs=1 type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object>


Add a Heading

Property of
Net Success 2000 Plus Inc
Po Box 1508
Somerset KY 42502
Last Modified: January 21, 2010

Home

Home

HTML Tutor
Beginner
HTML Basics
Add a Heading
Add a Paragraph

Intermediate
Phase I
Getting Started
Basic HTML Page
Creating Columns
CSS
Color
Headings
Images
Paragraphs
Site Heading
Linking

Advanced
Phase II
Start Phase II
Editing Pages
Change Appearance
Summary

Helps
Tag Glossary
Finished Code
Image Download
Color Tool
Hex Code Chart
Free Web Templates
Free Heading Graphic
Free Backgrounds
Put It on the Web
Quizzes
Your Questions

HTML Editors
Overview
NoteTab Light
Webbuilder

Online Builder Tutorials
Soholaunch
SiteReptile
SiteSTUDIO

Other Helps
Flash Web Sites