How to embed youtube

Because visual(video) more effective better than text book(read book) , it is going easy teach someone using video tutorials, i would like give some examples how to embed video(example-youtube) to your blog posting page



If video position, the size, want to lock your video content only without any search facility, here need modification :
Example video code above should be

<object width="480" height="385"><param name="movie" value="http://www.youtube.com/v/_O7iUiftbKU?fs=1&amp;hl=en_US&amp;rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/_O7iUiftbKU?fs=1&amp;hl=en_US&amp;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="385"></embed></object>

1. Resize , only change width="size", Height="size"
2. turn off search video facility , add  showsearch="0""
3. Lock only your video content related to your topics add  rel="0"
4. Start after (time) seconds, add &start="15";
5. about align, add <div align="center" or "right" or "left">  your embed html/script  code </div>

Better results if in edit HTML mode write post page , try below code, copy then paste to your posting page,







<div align="center"> <object width="300" height="250"><param name="movie" value="http://www.youtube.com/v/_O7iUiftbKU? fs=1&hl=en_US&rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/_O7iUiftbKU?fs=1&hl=en_US&rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="300" height="250";showsearch="0"" rel="0"";&start="15" ></embed></object></div>


After little modification should be like following


Others creation use table, border etc

No comments: