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

  • Home
  • SEARCH
  • 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 6881947
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T05:11:36+00:00 2026-05-27T05:11:36+00:00

I have an MPMoviePlayerViewController that plays audio. I would like to remove the Quicktime

  • 0

I have an MPMoviePlayerViewController that plays audio. I would like to remove the Quicktime logo and/or add a custom background image to the player but keep the playback controls. I swear I have done this before prior to iOS 5 but I can’t re-figure it out! Things I have tried:

-Adding a subview to MPMoviePlayerViewController. Puts the subview OVER the playback controls, not good.

-setBackgroundColor of the moviePlayer with a patternimage. Doesn’t do anything.

-setView on the entire MPMoviePlayerViewController. As expected, the playback controls and navigation bar are gone. I suppose this could work but I’d need to recreate all the playback controls manually, but I’d really rather not.

Can anyone shed some light?

  • 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-27T05:11:36+00:00Added an answer on May 27, 2026 at 5:11 am

    Check out the MPMoviePlayerController property backgroundView.

    From the MPMoviePlayerController Class Reference;

    backgroundView

    A customizable view that is displayed behind the movie
    content. (read-only)

    @property (nonatomic, readonly) UIView *backgroundView

    Discussion This
    view provides the backing content, on top of which the movie content
    is displayed. You can add subviews to the background view if you want
    to display custom background content.

    This view is part of the view hierarchy returned by the view property.

    Availability Available in iOS 3.2 and later. Declared In
    MPMoviePlayerController.h

    Try something like this (assuming that your instance of the MPMoviePlayerController is called moviePlayerController):

    patternView = [[UIView alloc] initWithFrame:self.view.bounds];
    patternView.backgroundColor = [UIColor redColor];
    [moviePlayerController.backgroundView addSubview:patternView];
    [patternView release];
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a class that plays a repeating background music loop with an AVAudioPlayer
I have a view that shows a MPMoviePlayerViewController modally. When testing it in the
Here is my problem. I have a MPMoviePlayerViewController that play some videos wich are
I have a simple view that creates a MPMoviePlayerViewController when the user presses a
I have an iPad application that creates and shows a video with an MPMoviePlayerViewController
I have problem with MPMoviePlayerViewController , when app enters background and then I launch
have a problem. At first look at this HTML <div id=map style=background-image: url(map.png); width:
Have a SomeLib.pro file that contains: CONFIG += debug TEMPLATE = lib TARGET =
Have a matrix report now that has Position, Hours and Wages for a location
I have a view controller that's been added to a UITabBarController . In this

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.