Unless you specified a bundle when you initialized the resource request, the resources are placed in the main bundle by default. So for example, you could access them this way, if appropriate to your type of resource:
NSString *path= [[NSBundle mainBundle] pathForResource:@"movie" ofType:@"mp4" ];