Advertise Mobile SDKs Books Events Forum News Social Networking Support Us
Follow @iphonedevsdk on Twitter

Interface 2, Advanced iOS
Mockup & Code Gen
($9.99)

Make your own iPhone apps
and run them live!
(free)

Pic Frame Dynamo: Photo Editing
($0.99)

Abiliator
($1.99)

Want your application or service advertised on iPhone Dev SDK?

Go Back   iPhone Dev SDK Forum > iPhone SDK Development Forums > iPhone SDK Development

Reply
 
LinkBack Thread Tools Display Modes
Old 10-09-2010, 11:18 AM   #1 (permalink)
Registered Member
 
Join Date: Jul 2010
Posts: 10
hanumandev is on a distinguished road
Default How to stop a sound if the user changes views

I'm trying to figure out how to stop an audio file from playing if the user changes views.

I've found out that the code goes in the viewWillDisappear method, can anyone help w/ the code?

-(void)viewWillDisappearBOOL)animated {
[super viewWillDisappear:animated];

}


my code to play the audio, after a 10sec delay:

-(void)startPlaying {
[NSTimer scheduledTimerWithTimeInterval:10 target:self selector:@selector(startPlaying) userInfo:nil repeats:NO];

NSString *audioSoundPath = [[ NSBundle mainBundle] pathForResource:@"affs" ofType:@"caf"];
CFURLRef audioURL = (CFURLRef) [NSURL fileURLWithPath:audioSoundPath];
AudioServicesCreateSystemSoundID(audioURL, &audioID);
AudioServicesPlaySystemSound(audioID);
}


thanks for any help.

Last edited by hanumandev; 10-09-2010 at 11:35 AM.
hanumandev is offline   Reply With Quote
Old 10-09-2010, 12:19 PM   #2 (permalink)
Registered Member
 
Join Date: Jul 2010
Posts: 10
hanumandev is on a distinguished road
Default

here's a tutorial that answers my ? above if anyone else had similar problems:
iPhone play, pause and stop playing music
hanumandev is offline   Reply With Quote
Reply

Bookmarks

Tags
audio, iphone, objective-c

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



» Advertisements
» Online Users: 343
10 members and 333 guests
alexP, gordo26, headkaze, mistergreen2011, nobstudio, Objective Zero, rayjeong, revg, Sloshmonster, v1n2e7t
Most users ever online was 1,387, 04-10-2012 at 04:21 AM.
» Stats
Members: 175,655
Threads: 94,116
Posts: 402,889
Top Poster: BrianSlick (7,990)
Welcome to our newest member, pungs
Powered by vBadvanced CMPS v3.1.0

All times are GMT -5. The time now is 11:15 PM.
Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0