Hi all,
I needed to embed a YouTube video in my site in a hurry yesterday. I'm sure that I could have found an extension to do it but I had ChronoForms installed so created a quick form with the YouTube embedding code in the Form HTML and a little div to wrap it. It works perfectly.
Bob
PS The original page is here
PPS If you are interested it is the 'high quality' version of the video from YouTube in Format 18.
I needed to embed a YouTube video in my site in a hurry yesterday. I'm sure that I could have found an extension to do it but I had ChronoForms installed so created a quick form with the YouTube embedding code in the Form HTML and a little div to wrap it. It works perfectly.
Bob
<h3>Video Postcards from the Edge</h3>
<div>The video of the 2008 AMOC Conference</div>
<div style='margin:6px; padding:0px; border:6px solid silver; width:425px;'>
<object width="425" height="344">
<param name="movie" value="http://www.youtube.com/v/2Ok1SFnMS4E&hl=en&fs=1&ap=%2526fmt%3D18"></param>
<param name="allowFullScreen" value="true"></param>
<param name="allowscriptaccess" value="always"></param>
<embed src="http://www.youtube.com/v/2Ok1SFnMS4E&hl=en&fs=1&ap=%2526fmt%3D18" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object>
</div>
<div>With especial thanks to Hugh Pidgeon for many hours of hard work viewing the source footage and compiling this distilled version</div>
PS The original page is here
PPS If you are interested it is the 'high quality' version of the video from YouTube in Format 18.