Add a Video (or two) into your website!

This is it add any video to your website!

Enter this:

<embed autostart="true" bgcolor="#000000" border="10" controller="true" height="150" hidden="false" loop="true" pluginspage="http;//www.apple.com/quicktime/download/index.html" src="themovie.mov" width="150">

This goes in between the open and close body tags. You really only have to write this:

<embed src="themovie.mov" width="150" height="150">

By writing ths it automaticly starts up all the defaults are set in. Typicaly that is all you need to write.

This is what each of the extra attributes does: autostart - if the movie is supposed to start right when the page is pulled in or not (true or false)

bgcolor - color of the embeded area. You usually can't use names of colors but instead have to use hexagonal values.

border - size of border on the outside of the video

hidden - if it is hidden or not (you can see it or not)

loop - when it is done should it do it again (loop) or not (true or false)

pluginspage - what page you should download a missing plugin for example a player or any component that is needed. The page for downloading the plugin will depend on what type of video it is and you will need to check and see if the plugin is free to download!

src - the filename of the video

Go to top of page

go to previous tutorial Go to next tutorial

Back to the homepage!

Hosted by www.Geocities.ws

1