HTML 4.01 Strict Video Include & Chopping Parts from YouTube video's
by
, 09-27-2009 at 09:07 PM (63743 Views)
Perhaps many of you already knew this. I didn't.
HTML 4.01 Strict Video Include:Chopping parts from YouTube video's. Including:Code:<!--[if IE]> <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" style="position:absolute;left:20%; top:20%; height:80%;width:80%"> <![endif]--> <!--[if !IE]><!--> <object type="application/x-shockwave-flash" style="position:absolute;left:20%; top:20%; height:80%;width:80%" data="http://swf.tubechop.com/tubechop.swf?vurl=rw1j0NsIIeE&start=164&end=199&cid=28051" > <!--<![endif]--> <param name="movie" value="http://swf.tubechop.com/tubechop.swf?vurl=rw1j0NsIIeE&start=164&end=199&cid=28051" > <param name="allowFullScreen" value="true" > <param name="wmode" value="transparent" > </object>Chopping parts from YouTube video's. Direct URL:Code:http://swf.tubechop.com/tubechop.swf?vurl=YouTube_ID&start=some_value&end=some_valueDemo and explanations HERE.Code:http://swf.tubechop.com/tubechop.swf?vurl=YouTube_ID&start=some_value&end=some_value
===
Arie Molendijk