Hi could anyone help me , im trying to populate my *URL with the contents of the picker view so i can use selected pickerview row to link to play the selected video . i.e.: if pickerview is showing "vid 1" then pressing the UIRecbutton labelled "play vid" would play vid 1, ect.. any help greatly appreciated , anyone who helps automatically goes on my mental "who gets some money if i win the lottery" list lol. cheers franco
PS: i have all code set up apart from how to get picker view info from the pickerview to vid player. the default is:
NSURL *url = [NSURL fileURLWithPath:[[NSBundle mainBundle]pathForResource:@"Video1" ofType:@"MOV"]];
just to give a path name, if the row in pickerview reads Video1, video2 ect.. how to i get this info to the pathforresource & have it default to movie type, i.e.: mov, mpeg4 .