I'd like to add custom controls to the mediaPlayer control view much as this asker:
http://stackoverflow.com/questions/190493/add-custom-controls-to-movieplayer
However, the solution posted in the above question is depreciated in 3.0. Does anyone know of a way to do this with the new SDK?
So far I have added an overlayView to the moviePlayer view and can display my own controls on touch, but I can't seem to pass the touch on to the moviePlayer view to get it to display the native controls.
I've been using touchesBegan and touchesEnded to no avail. Any help is appreciated.