Questions tagged [movies]

50 questions
0
votes
2 answers

Loading Multiple Movies in iPhone MPMoviePlayerController

-(void)initAndPlayMovie:(NSURL *)movieURL { // Initialize a movie player object with the specified URL MPMoviePlayerController *mp = [[MPMoviePlayerController alloc] initWithContentURL:movieURL]; if (mp) { self.moviePlayer =…
sagarkothari
  • 24,520
  • 50
  • 165
  • 235
0
votes
1 answer

movies in slideshow continue to play behind current slide

I created a slideshow of movies from vimeo: http://www.180dev.com/background2 When I skip from 1 movie to another, I can still hear the original movie. How do I get the current movie to stop? I built the slideshow based on this:…
0
votes
1 answer

Display the title and year for all of the films that were produced in the same year as any of the SH and CH films

Display the title and year for all of the films that were produced in the same year as any of the SH and CH films. how would I bring up a result table showing the titles of the movies that were also made in same years as the movies from genre…
Proxy
  • 67
  • 7
0
votes
2 answers

What movie formats and resolutions should be generated to ensure cross-browser/platform compatibility?

I'm looking to generate web videos from movies taken with my digital camera. What formats should I generate, and at what resolution and bitrate to ensure playback on mobile and desktop devices? Here's what I was thinking: Input format: AVI,…
ensnare
  • 40,069
  • 64
  • 158
  • 224
-3
votes
1 answer

Creating movie scraping script

I'm trying to create a movie scraping script, but after running the last line of code from below I'm met with a Error in rbind(deparse.level, ...) : numbers of columns of arguments do not match And I'm not sure why. rottenrate <-…
Phillip Black
  • 105
  • 1
  • 2
  • 10
1 2 3
4