how would you add a MOV movie?? to startup, I understand you need the basics obviously like media player framework, and come code similar to this.... - (IBAction)videooffline:(id)sender { NSString *path = [[NSBundle mainBundle] pathForResource:@"Gazzump1" ofType:@"mov"]; MPMoviePlayerController *theMovie = [[MPMoviePlayerController alloc] initWithContentURL: [NSURL fileURLWithPath:path]]; theMovie.scalingMode = MPMovieScalingModeAspectFit; [theMovie play];
so how do you get the startup loading screen to start up in landscape? it just has to be set up in portrait but sideways? and when it start up in landscape the .png will appear in landscape?
cuz i know about the whole info.plist and about the implementation file that has the initial start up set as a note and in portrait so you undo the note scoreing and set it from portrain to landscaperight. butmy startup still appears in portrait..
how would you add a MOV movie?? to startup, I understand you need the basics obviously like media player framework, and come code similar to this.... - (IBAction)videooffline:(id)sender { NSString *path = [[NSBundle mainBundle] pathForResource:@"Gazzump1" ofType:@"mov"]; MPMoviePlayerController *theMovie = [[MPMoviePlayerController alloc] initWithContentURL: [NSURL fileURLWithPath:path]]; theMovie.scalingMode = MPMovieScalingModeAspectFit; [theMovie play];
}
but have no idea WTG
knitsu 1 year ago
I put in a placeholder image named Default... but now when I removed that placeholder with my real image I wanted.. the place holder still appears!
I even deleted it completely... where else could its remnants be hiding?
CowmasterStudios 2 years ago
Comment removed
CowmasterStudios 2 years ago
so how do you get the startup loading screen to start up in landscape? it just has to be set up in portrait but sideways? and when it start up in landscape the .png will appear in landscape?
cuz i know about the whole info.plist and about the implementation file that has the initial start up set as a note and in portrait so you undo the note scoreing and set it from portrain to landscaperight. butmy startup still appears in portrait..
cobain93 2 years ago