views:

41

answers:

1

Hi,

I want to add a Control (UILabel / UIButton ) over a playing video , Can anyone please make a tutorial of adding a control on a playing video. Below is the link of the project. I am stuck how to connect the UIView object ( Overlay View ) in the connections inspector. The code is copied properly.

Thanks

http://rapidshare.com/files/393248642/MoviePlayer_iPhone.zip Taimur

+1  A: 

Use this sample code provided by apple itself.

EDIT for maping the views read this tutorial

Thanks,

Madhup

Madhup
@Madhup , thnx i used the whole code successfully ! The problem i am facing is tht i dont know how to connect UIView ( Overlay which has label and button ) in the connections inspector. Can u guide me on tht Thnx!
T. A.