FROM : David Cairns
DATE : Sat Jan 25 23:24:42 2003
You can use an NSSound to play a .snd or AIFF or mp3 or whatever you
want. try this:
- (void)awakeFromNib {
NSSound *mySound = [[NSSound alloc] initWithContentsOfFile: myFile
byReference: NO];
[mySound play];
}
-- dave
--------------------------------------------
"see you later, space cowboy..."
--------------------------------------------
_______________________________________________
cocoa-dev mailing list | <email_removed>
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
DATE : Sat Jan 25 23:24:42 2003
You can use an NSSound to play a .snd or AIFF or mp3 or whatever you
want. try this:
- (void)awakeFromNib {
NSSound *mySound = [[NSSound alloc] initWithContentsOfFile: myFile
byReference: NO];
[mySound play];
}
-- dave
--------------------------------------------
"see you later, space cowboy..."
--------------------------------------------
_______________________________________________
cocoa-dev mailing list | <email_removed>
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
| Related mails | Author | Date |
|---|---|---|
| John Q. | Jan 24, 08:25 | |
| David Cairns | Jan 25, 23:24 |






Cocoa mail archive

