Playing multiple videos on smart TV -
i creating samsung smart tv application can play videos playlist. of illustration working fine on browsers not on emulator.
how play multiple videos on samsung smart tv using javascript , html5?
code:
<div id="playlist1" class="sv_playlist"> <div class="video_wrap"> <video id="video1" poster="frame1.jpg" width="640" height="360" preload="none"> <source src="video1.mp4"/> </video> </div> <div class="video_wrap"> <video id="video2" poster="frame2.jpg" width="640" height="360" preload="none"> <source src="video2.mp4" /> </video> </div> <ul class="thumbs"> <li id="thumbnail_v1"> <a href="v1.mp4"> <img alt="thumbnail 1" src="thumbnail1.jpg" width="144" height="81" /> <span class="play"/> </a> </li> <li id="thumbnail_v2"> <a href="v2.mp4"> <img alt="thumbnail 2" src="thumbnail2.jpg" width="144" height="81" /> <span class="play"/> </a> </li> </ul> </div>
samsung back upwards 1 video on page. cant play more 1 video. if want create thumnails, seek animated gifs.
html5-video samsung-smart-tv
No comments:
Post a Comment