When we click on the play button, we are able to hear the audio and not able to see the video.
Following is the small code which i am using
[webView loadHTMLString:[theApp.contentArr objectAtIndex:spineIndex] baseURL:url];
(void)webViewDidFinishLoad:(UIWebView *)theWebView
{
setVideoRule = [NSString stringWithFormat:@"addCSSRule('video','margin-top : 100px; margin-bottom :0px; margin-right : 0px;margin-left : 0px; height:360px;width:500;')"];
[webView stringByEvaluatingJavaScriptFromString:setVideoRule];
}
What to do to get the video?
--
You received this message because you are subscribed to the Google Groups "iPhone SDK Development" group.
To view this discussion on the web visit https://groups.google.com/d/msg/iphonesdkdevelopment/-/O1kYUdvt_vEJ.
To post to this group, send email to iphonesdkd...@googlegroups.com.
To unsubscribe from this group, send email to iphonesdkdevelop...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/iphonesdkdevelopment?hl=en.