How to play the video on iPhone using MonoTouch? I get the Video’s from server as binary format and need to play that video’s with all controls like pause, play, stop. How its possible?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You need to add the player’s view to your view hierarchy. For example, assuming you had already added a view named _someView, you can add the MPMoviePlayerController’s view like this:
I added a simple example project here: https://docs.google.com/leaf?id=0B4a6jzbuiwbeOWQ5Y2JhZmQtMTNiYi00NWFiLTk3YmMtMTU1MjM2MjQxNTY4&hl=en_US