html5 - Access HTML 5 Player - iOS SDK -
i using hpple links webpages , have problem. because flash unsupported on ios, have use html 5 player. trying access player. if website loads, , user doesn't have flash, there option watch video using html 5 player. html looks like.
<a href="http://www.mysite.com/viewvid.php?viewcode=view_code" class="usehtml5"></a>
what want know how access html player using ios sdk? i've been trying forever. thank you!
you link should load player , can use tag play videos.
<video src="http://example.com/path/mymovie.mov" controls height=340 width=640 poster="http://example.com/path/poster.jpg">[enter link description here][1] </video>
for more details can check https://developer.apple.com/library/safari/#documentation/audiovideo/conceptual/using_html5_audio_video/audioandvideotagbasics/audioandvideotagbasics.html
Comments
Post a Comment