I am using Hpple to get links from webpages and have a problem. Because flash is unsupported on iOS, I have to use the HTML 5 player. What I am trying to do is access the player. If the website loads, and the user doesn't have flash, then there is an option to watch the video using the HTML 5 player. This is what the HTML looks like.
<a href="http://www.example.com/viewvid.php?viewcode=VIEW_CODE" class="useHTML5"></a>
What I want to know is how would I access the HTML player using the iOS SDK? I've been trying forever.