If I load a movie into an nsmovieview via the openPanel, it plays([mymovieview isPlaying] returns 1). However, if I load it in my document-based app via loadDataRepresentation:ofType: (using the exact same reading method mind you), the movie won't play: [mymovieview isPlaying] returns 0, even though I sent the message [mymovieview start:sender].