• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Playing movie under 10.4 behaving differently than under 10.5
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Playing movie under 10.4 behaving differently than under 10.5


  • Subject: Playing movie under 10.4 behaving differently than under 10.5
  • From: development2 <email@hidden>
  • Date: Thu, 23 Apr 2009 09:50:42 -0600

I am having a problems playing a movie in 10.4. I have an app that plays a couple of different movies. These play fine under 10.5+ but under 10.4, either they don't show at all or they get resized too big, and don't preserve the aspect ratio. Here is the code I use the load the movie and put it into a "QTMovieView". The class I am using to lad the movie is "QTMovie".

QTMovie *movie = [[QTMovie movieWithFile:filePath error:&error] retain];
[learnMoreVideo setMovie:movie];
[learnMoreVideo setControllerVisible:NO];
[learnMoreVideo setPreservesAspectRatio:YES];

I use this code to load the movie and put it into the view. Like I said it plays fine under 10.5 but not under 10.4. What is the difference? Is there something else I need to do on 10.4?

Thanks in advance.
_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


  • Follow-Ups:
    • Re: Playing movie under 10.4 behaving differently than under 10.5
      • From: development2 <email@hidden>
  • Prev by Date: Re: image transition while dragging
  • Next by Date: Re: image transition while dragging
  • Previous by thread: Re: ESC while editing NSOutlineView subclass
  • Next by thread: Re: Playing movie under 10.4 behaving differently than under 10.5
  • Index(es):
    • Date
    • Thread