Adding VideoThe code for adding a video is: <embed> or <object> (for newer browsers)
An example of a full line of code adding a video would be: <embed src="http://www.yourwebsite.com/video/video.peg"> The video has to be uploaded to your web server and you use the "src=" to link to it. Embed Attributes Autoplay - This makes the video play (or not play) when the web page loads. Set it equal to true to play, and false to not play. Example: <embed src="http://www.yourwebsite.com/video/video.mpeg" autoplay=false> Controller - Shows the video controls or not. true shows them, false hides them. Example: <embed src="http://www.yourwebsite.com/video/video.mpeg autoplay="true" controller="false">
The type of plugin for running the video is important too. If the user doesn't have it add ' pluginspage="http://www.apple.com/quicktime/download" ' to the embed code to link them to the plugin downlaod page if they don't have it. (Apple's quicktime is the example site)
That's the Basic jist of it.
With photos and videos, why not add a Blog
|