Menu
Sites
Language

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>

Responses

1 Replies
daniel kim

Plus, This can disable youtube log and a lauch to youtube application. was tested in Z1&Z3.

  <iframe width="200" height="200"  src="http://www.youtube.com/embed/XGSy3_Czz8k?modestbranding=1"> </iframe>