I am having a hard time getting video to play in an application that I am working on and I think the answer has to do with the views and view controllers. I have the flow depicted below. When the button is clicked, the audio from the video is playing, but nothing is displayed on screen. Anyone have any ideas?
-(IBAction) playMovie {
Play Movie Code
}
ViewController > UIScrollView > UIView > UIButton - (playMovie)