I\'ve tried to search to web, but I couldn\'t find a topic not older than 1 year regarding this problem, therefore;
How can I play a Vimeo video in an iOS App?
I've used this code:
NSString *embedSr = @"<iframe width=\"304\"height=\"350\" src=\"http://player.vimeo.com/video/... \" frameborder=\"0\" allowfullscreen></iframe>"; [[self WebView] loadHTMLString:embedSr baseURL:nil];