Playing videos from Vimeo in my app
What I would like to do is have my app set up so that when the user taps on a button an action is called to load specific Vimeo video and play it back full screen with the timeline on the top and the playback controls on the bottom, with support for device rotation.
I understand that I could load the video into a UIWebView and have the user tap on the Vimeo supplied 'play' button, but I would really like to be able to start video playback on my own buttonPressed action. Is this possible? If so, is it possible to receive some guidance and maybe some samples to go along with it?