• 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
Re: QuickTime stops to play
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: QuickTime stops to play


  • Subject: Re: QuickTime stops to play
  • From: Stéphane Sudre <email@hidden>
  • Date: Mon, 4 Aug 2003 14:47:19 +0200

Is this problem occurring with the QuickTime Player too?

On lundi, ao{ 4, 2003, at 14:32 Europe/Paris, Lorenzo wrote:

Hi list,
I put a movie into an NSMovieView this way:

movieUrl = [NSURL fileURLWithPath:filePath];
gNSMovie = [[NSMovie alloc] initWithURL:movieUrl byReference:YES];
if(gNSMovie){
[theQTView setMovie:gNSMovie];
}

Then I start the playing pressing the little button in the standard default
QT control panel, but after some seconds I cannot here/see the movie
anymore. I realized that the movie is still running but anyway I cannot
heard and see it. I can see and heard the movie again if I resize the
Window.

I even tried "byReference = NO", but the problem is still there.


# Any solution to this trouble?
# did I forget to set something?
# And please, when should I relase the gNSMovie allocated?
Just after I set the movie to the NSMovieView?
[theQTView setMovie:gNSMovie];
[gNSMovie release];

This is fine.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.

References: 
 >QuickTime stops to play (From: Lorenzo <email@hidden>)

  • Prev by Date: Re: QuickTime stops to play
  • Next by Date: Re: C char*'s and NSStrings
  • Previous by thread: Re: QuickTime stops to play
  • Next by thread: Re: QuickTime stops to play
  • Index(es):
    • Date
    • Thread