views:

28

answers:

2

I'd like to play two videos at the same time from an HTML page in a UIWebView. By default any playing video is stopped when another is started. This happens even if the two videos live in different web views.

Is there a way to force continued play for the first video?

A: 

You can only play one at a time.

Matt Lilek
A: 

just make two webviews with interface builder or coding on the same window or view and then u can do differnt things with both of them .. but u have to take two webviews on diffent side of screen ,u cant take one web view over another

pankaj kainthla
Nope, still doesn't work. He even said it in the original question - "This happens even if the two videos live in different web views"
Matt Lilek