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 06-05-2010, 07:14 PM   #1 (permalink)
Registered Member
 
Join Date: Apr 2009
Posts: 10
doopster is on a distinguished road
Unhappy Sound Problem

ok, i have some code that is being executed even though i have commented it
Heres the code, like normal:
Code:
        NSString *path = [[NSBundle mainBundle] pathForResource:@"alarm" ofType:@"mp3"];
	if ([clockLabel.text isEqualToString:@"12:00:01 PM"]) {
	AVAudioPlayer* theAudio = [[AVAudioPlayer alloc] initWithContentsOfURL:[NSURL fileURLWithPath:path] error:NULL];
	theAudio.delegate = self;
	[theAudio play];
	}
But when i comment it so it looks like this:
Code:
         /*NSString *path = [[NSBundle mainBundle] pathForResource:@"alarm" ofType:@"mp3"];
	 if ([clockLabel.text isEqualToString:@"12:00:01 PM"]) {
	 AVAudioPlayer* theAudio = [[AVAudioPlayer alloc] initWithContentsOfURL:[NSURL fileURLWithPath:path] error:NULL];
	 theAudio.delegate = self;
	 [theAudio play];
	 }*/
Why is it still being executed!!!

Please Help
doopster is offline   Reply With Quote
Old 06-05-2010, 08:50 PM   #2 (permalink)
Registered Member
 
Join Date: Sep 2009
Location: Goshen, OH
Posts: 32
kdowns is on a distinguished road
Default

Have you tried to clean your build from the build menu?
kdowns is offline   Reply With Quote
Reply

Bookmarks

Tags
audio, sound

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: 335
12 members and 323 guests
Absentia, Domele, fiftysixty, givensur, heshiming, iGamesDev, linkmx, michaelhansen, PixelInteractive, raihan.zbr, Sloshmonster
Most users ever online was 1,387, 04-10-2012 at 04:21 AM.
» Stats
Members: 175,657
Threads: 94,117
Posts: 402,891
Top Poster: BrianSlick (7,990)
Welcome to our newest member, jenniead38
Powered by vBadvanced CMPS v3.1.0

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