Embedding Videos
Embedding Videos is very simple when you know how, today it is just a tiny bit of HTML
In the early days embedding a video into a web page was a challenge, with different formats to chose from and not all visitors would have the software installed to see the video and bandwidth was limited.
Most people now 2012 have broadband and although there are many video formats the most commonly used method to embed video today is via the Flash player which is provided in a file from an external host, such as YouTube.
<iframe src=”http://www.youtube.com/embed/uw465cdnBlM?rel=0″ frameborder=”0″ width=”448″ height=”360″></iframe>
HTML Mode YouTube. (below)
To see how this works use this simple code to link any web page by just changing the web site from :- http://www.youtube.com/embed/uw465cdnBlM?rel=0 to :- http://www.j1dpo.com/GreenDesignMatters/green-design-matters/some-critical-destinations/
<iframe src=”http://www.youtube.com/embed/uw465cdnBlM?rel=0” frameborder=”0″ width=”448″ height=”360″></iframe>
<iframe src=” http://www.j1dpo.com/GreenDesignMatters/green-design-matters/some-critical-destinations/” frameborder=”0″ width=”448″ height=”360″></iframe>
HTML Mode (below)