SDK 3.2 - Trigger video from UIScrollView Subview (Audio but no video)
        Posted  
        
            by stalure
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by stalure
        
        
        
        Published on 2010-05-04T17:14:51Z
        Indexed on 
            2010/05/04
            17:18 UTC
        
        
        Read the original article
        Hit count: 180
        
iphone-sdk
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)
© Stack Overflow or respective owner