sorry but im a complete noob.. can you show me how to do the coding? at the moment i have this for each button:
NSString *path = [[NSBundle mainBundle] pathForResource:@"song" ofType:@"m4a"];
AVAudioPlayer* theAudio1 = [[AVAudioPlayer alloc] initWithContentsOfURL:[NSURL fileURLWithPath

ath] error:NULL];
theAudio1.delegate = self;
[theAudio1 play];