tags:

views:

81

answers:

1

I am new to iPhone development. I have a URL of a site.

On clicking the "visit itunes" button on page, the itunes for that particular site is opened in my Mac iTunes.

I am able to see the videos in iTunes. How can I implement this in my iPhone so that i can see the video in my iPhone?

Thanks.

A: 

You need Media Player Framework. If you use MPMoviePlayerController you can use initWithContentURL to show video from a URL.

Pablo Santa Cruz
That url invokes the mac itunes.So initWithContentURL will work for that url?
Warrior