play

Get image slider to auto play

Hi. I am trying to get my own image slider to auto play with an interval of 4000 milliseconds. I've tried using setTimeOut but I cannot seem to get it to work. I would appreciate it if someone could help me out. Here is example of the slider: http://www.matthewruddy.com/slider-intervalissue/ Any ideas how I can get it to auto play? He...

how to programming for play .wav file on iPhone

I used this code for play .wav file. yes! it OK when I open file name open.wav but! with other file I can't play pleas help me. //[self playASound:@"open.wav"]; [self playASound:@"kang.wav"]; AudioServicesAddSystemSoundCompletion(soundID, NULL, NULL, endSound, NULL); //** -(void) playASound: (NSString *) file { NSString *path = [NS...