Personal License $9.99

1 application Binary restricted distribution Commercial use allowed Can modify source Read full license | More Info

You need to log-in or create an account
  • Create an account
  • Log-in
  • Please use your real name.
  • Account activation link will be sent to this address.
  • Minimum 8 characters

Clicking this button confirms you read and agreed to the terms of use and privacy policy.

Price: $ 9.99

View Pricing 14 days money-back guarantee
(1 ratings)

iOS Remote Movie Player (iPhone / iPad)

Video player that can be used for iPad and iPhone that is incredibly easy to implement.

Share and win up to $15k in prizes each month!Learn more

Share

Description

About

Use this component to add video to your application. Once implemented in your app it can be customized to your liking. This component will support .mp4, .mov, and .m4v formats.

Whats Included

  • .h and .m files needed create the movie view
  • Example Project with the movie player installed
  • Instructions on how to install
Back to top

Documentation

1) Add the MediaPlayer.framework to your project.

2) Add the two included files to your project (moviePlayerViewController.h, moviePlayerViewController.m)

3) Edit moviePlayerViewController.m to include your own video.

4) Include moviePlayerViewController.h into the view controller you want the video to display.

5) Initiate and add the moviePlayerViewController view to the stage.

#import "example_ios_projectViewController.h"
#import "moviePlayerViewController.h"

@implementation example_ios_projectViewController

- (void)viewDidLoad {
    [super viewDidLoad];
    moviePlayerViewController *movieView = [[moviePlayerViewController alloc] init];
    movieView.view.frame = CGRectMake(0, 0, 320, 460);
    [self.view addSubview:movieView.view];
}



@end
Read all 2 comments »

Questions & Comments

Leave a comment

You must be logged-in to leave a comment.
Log-in now or register for a free account.
  • Jacinth Lark said:

    11 months ago
    Best ios player in my opinion is none other than Video Player “PlayerXtreme”

    PlayerXtreme Nano
    AppStore Link (iPhone): http://itunes.apple.com/gb/app/playerxtreme-nano/id440488550?mt=8

    its really a decent one. worth using!!!
  • Thomas License holder?Personal License said:

    1 year ago
    This code does not appear to provide any controls for the video - is it possible to have codes to allow the video to be stopped / paused / played?
You must be logged-in to vote. Log-in to your account or register now.
View all 1 reviews »

User Reviews

    description does not adequately explain what code does and suggests that detailed instructions to integrate into own project is present - what was downloaded was basically useless without instructions and how to add to a project
    - Thomas, 1 year ago
    Flag review
    Was this helpful? Yes No

Price: $ 9.99

View Pricing 14 days money-back guarantee