views:

137

answers:

1

Hi all,

I'm facing a problem with playing youtube videos in iOS4. I'm using the standard method of embedded webview and providing the youtube url to it but it's breaking after a couple of seconds. It's working completely fine in iOS <= 3.1.

Also I read that you can't play youtube videos using MPMoviewPlayerViewController.

Can anybody please help?

EDIT: Anybody got it working? I'd appreciate if anybody could suggest the right way to accomplish this. I've tried many ways to get it to work but with no success.

Before it breaks it prints warning in console:

warning: Unable to read symbols for "/Developer/Platforms/iPhoneOS.platform/DeviceSupport/4.0.2/Symbols/System/Library/Internet Plug-Ins/YouTubePlugIn.webplugin/YouTubePlugIn" (file not found).

I'm running the application on device.

Thanx in advance.

A: 

Hope the below link can help you

http://stackoverflow.com/questions/3011018/embed-youtube-in-uiwebview-behind-transparent-img-wmode-transparent-and-z-index

Anil Sivadas
This answer has little-to-no relevance to the question.
Jasarien