iPhone : How to get the access to the default quicktime player that is launched?

1k views Asked by At

I am loading a YouTube video link in UIWebView and when I click the play button, it launches the Quicktime player and plays the video in it. The issue here is that the default orientation of the Quicktime player is Portrait--I want it to be in Landscape mode.

Even though my base view and the webview are both in landscape mode, Quicktime player still gets launched in portrait mode.

I thought I could get the access to the default quicktime player and change its orientation to landscape.

1

There are 1 answers

0
SlowTree On

May be this is not the case, but what about intercepting the click on the link and play the video using mpmovieplayercontroller? That's only a suggestion and probably not a real answer to your problem. Good luck!