Working with YouTube
CPHA has an account with YouTube.com to allow us to upload videos there. The webmaster will be pleased to do this for you.

The above includers CPHA's code around the <object>.
The height is best modified from 344 to 350.
With this, the following undesirable screen shows at the end of playing the video:

There seems to be no way to normally avoid showing the embed and URL. The embed code allows anyone to add this to their page, with no control. There are two ways to avoid this:
that allows a user to bring the information back, but overall, the continuous playing is desirable.
YouTube settings

Embedding code
This is provided by YouTube. It will look something like this:<div align="center"><div align="center"><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/PT7nzSUBqVU&hl=en&fs=1&"><param name="allowFullScreen" value="true"><param name="allowscriptaccess" value="always"><embed src="http://www.youtube.com/v/PT7nzSUBqVU&hl=en&fs=1&" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></div></div><br>
The above includers CPHA's code around the <object>.
The height is best modified from 344 to 350.
With this, the following undesirable screen shows at the end of playing the video:

There seems to be no way to normally avoid showing the embed and URL. The embed code allows anyone to add this to their page, with no control. There are two ways to avoid this:
- automatically play the video when the page loads, and loop through it. This is done by replacing all text in the URI from the first '&' to the end with '?f=videos&app=youtube_gdata&autoplay=1&loop=1'.
- or simply use these parameters: ?hl=en&fs=1&rel=0
that allows a user to bring the information back, but overall, the continuous playing is desirable.