Results 1 to 2 of 2
Discuss Removing playback control in media player application at the iPhone Developer Exchange - Hackint0sh.org; Hi, I need to develop one iphone application to play a m4v movie file. In ...
  1. #1
    Newbie Array

    Join Date
    Jun 2009
    Posts
    2
    Post Thanks / Like
    Downloads
    0
    Uploads
    0
    Rep Power
    0

    Smile Removing playback control in media player application

    Hi,
    I need to develop one iphone application to play a m4v movie file. In this application I need to remove playback controls while playing the movie. Please help me to remove the playback controls.
    Thanks in advance!.
    by
    janawin


  2. #2
    Professional Array

    Join Date
    Oct 2007
    Posts
    58
    Post Thanks / Like
    Downloads
    0
    Uploads
    0
    Rep Power
    8

    Default

    Have you considered adding a transparent UIView? If positioned in front it could block the playback controls.

    Code:
        uiView = [[UIView alloc] initWithFrame:[[UIScreen mainScreen] bounds]]; 
        uiView.opaque = YES; //for performance
        uiView.backgroundColor = [UIColor clearColor];
        [window addSubview:uiView];
    In this code window is my UIWindow which is set to Key and Visible.

 

 

Similar Threads

  1. Replies: 0
    Last Post: 02-23-2011, 05:10 PM
  2. MacNN: Sedna Presenter, Player 2.7 add iPad playback, more
    By hackint0sh in forum Latest Headlines
    Replies: 0
    Last Post: 08-24-2010, 04:50 AM
  3. MacNN: Playback 1.0 offers media sharing to PS3, Xbox 360
    By hackint0sh in forum Latest Headlines
    Replies: 0
    Last Post: 06-26-2009, 04:20 AM
  4. MacNN: Transcriva 2.0 gives speed control, playback options
    By hackint0sh in forum Latest Headlines
    Replies: 0
    Last Post: 01-07-2009, 01:20 AM
  5. Removing simfree application
    By Tonyd in forum General
    Replies: 2
    Last Post: 09-13-2007, 09:00 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Powered by vBulletin®
Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.
Search Engine Friendly URLs by vBSEO
(c) 2006-2012 Hackint0sh.org
All times are GMT +2. The time now is 12:16 AM.
twitter, follow us!