Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

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.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6022059
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T03:48:15+00:00 2026-05-23T03:48:15+00:00

How to play the video on iPhone using MonoTouch? I get the Video’s from

  • 0

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?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T03:48:16+00:00Added an answer on May 23, 2026 at 3:48 am

    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:

    UIView _someView;
    MPMoviePlayerController _moviePlayer;
    
    public override bool FinishedLaunching (UIApplication app, NSDictionary options)
    {
        _someView = new UIView();
        _someView.Frame = window.Bounds;        
        _moviePlayer = new MPMoviePlayerController (new NSUrl ("file.m4v"));
        _moviePlayer.View.Frame = _someView.Frame;
        _someView.AddSubview(_moviePlayer.View);
    
        window.AddSubview(_someView);
    
        _moviePlayer.Play (); 
    
        window.MakeKeyAndVisible ();
    
        return true;
    }
    

    I added a simple example project here: https://docs.google.com/leaf?id=0B4a6jzbuiwbeOWQ5Y2JhZmQtMTNiYi00NWFiLTk3YmMtMTU1MjM2MjQxNTY4&hl=en_US

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to play video from youtube using this code but I get this
i make iPhone web which need to play video.i use video tag for video
I am trying to play video files from iPhone media player in my iphone
Is this possible to play any video file without using of MPMoviePlayerController in iPhone?
I'm using UIWebView to play youtube videos on iPhone. When the video is loaded
I want to play a video from a remote server and not from youtube.
how to play a video in iPhone sdk using MPMoviePlayerViewController,here i capture video through
In my iPhone app, I'm using MPMoviePlayerController to play a movie. I'm hiding all
I want to play the video from url in iphone app but it does
I am developing an iPhone application that has support for video play. I am

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.