i load a local html file into an ipad application:
NSURL *baseURL = [NSURL fileURLWithPath:[[NSBundle mainBundle] bundlePath]]; NSString *path = [[NSBundle m
You need to set the allowsInlineMediaPlayback property on the UIWebView:
allowsInlineMediaPlayback
UIWebView
[webView setAllowsInlineMediaPlayback:YES];