HTML - YouTube Videos
YouTube videos can be included in HTML documents, and Google offers the code to do so right on the same page as the video itself!
The code offered by YouTube includes a small handful of parameters that help customize the embedded video object, and if you dive deep enough into the code, you will be able to identify the <embed> element and see the src attribute pointing to the URL of the media file.
YouTube Video Code:
-------------------
<object width="425" height="344"><param name="movie"
value="http://www.youtube.com/v/opVb89Cmrtkamp;hl=enamp;fs=1"> </param><param name="allowFullScreen" value="true"> </param><param name="allowscriptaccess" value="always"></param> <embed src="http://www.youtube.com/v/opVb89Cmrtk&hl=en&fs=1"
type="application/x-shockwave-flash" allowscriptaccess="always"
allowfullscreen="true" width="425" height="344"> </embed> </object>
-------------------
0 comments:
Post a Comment