I have the following questions, i get a feed which consists of url pointing to the videos from sites like youtube, metacafe etc. I found this post suggesting how to use UIWebView to load the video into the app. However i dont want the video to play in full screen mode. I want it to play in the frame i have allocated for it.
1. How do i make the youtube video which is loaded by embedding html into the uiwebview play in the frame allocated to it and not in full screen mode?
2. How do we play videos from sites like metacafe and comedy central and other sites where url doesn't point to a file but instead loads a player if pasted on browser.
3.Are there any applications which have achieved to play the same as a native iphone app?
Any help in this regards would be greatly helpful.
EDIT: I want to know how do we play a video from the url say - http://www.dailymotion.com/swf/video/xe1l96
Also i would like to know how to play the video in the webview itself so that i can use the other space around it to display video information. Currently it launches a full screen mode.
Edit 2:
Safari is able to play dailymotion and vimeo videos by lauching the quicktime player. So i would like to know how to redirect to play the videos using quicktime player.
I am still not able to figure out the answer to this question.