Re: Playing sound effect in thread
Re: Playing sound effect in thread
- Subject: Re: Playing sound effect in thread
- From: Rick Anderson <email@hidden>
- Date: Fri, 30 Jan 2004 16:03:00 -0800
On Friday, January 30, 2004, at 01:32 PM, Brian Christensen wrote:
- (void)playSound
{
NSMovie *movie;
movie = [[NSMovie alloc] initWithURL:yourSoundURL] byReference:NO];
StartMovie( [movie QTMovie] );
}
Interesting. I'll give this a shot and see what happens. Thanks.
--Rick Anderson
"The only difference between me and a madman,
is that I am not mad." -- Salvador Dali
_______________________________________________
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.