Quote:
Originally Posted by bytor99999
Where are these videos? Is it YouTube? If so, you have to use a UIWebView and the YouTube embedded player. There are many tutorials online to show how to do this.
If you have a URL direct link to the video, or the video is on the device in your app, you can just use MPMediaPlayer and pass in the URL.
Mark
|
All the videos store in the app (not url), and i know how to play video with the MPMediaPlayer my question is how can i create table (as i said before - iam new in iphone develop) that store image from the video and the title of the movie (like in the image above) and when the user click the image the movie will start playing. I am a c# .NET developer, i know in c# asp.net you can make 2 pages the one have a menu of movies and the other page play the movie by the id of the movie how is it posible to create such thing in iPhone? (without creating page for every movie)??????