How to play youtube video
This is how to play youtube video in html.
//config.xml
<tizen:privilege name="http://tizen.org/privilege/internet"/>
<tizen:profile name="mobile"/>
//index.html
<iframe width="200" height="200" src="http://www.youtube.com/embed/XGSy3_Czz8k"></iframe>