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 (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to