Intergrating Youtube in Corona

I don’t know about this, but I think this is feasible. How to load a youtube video into Corona? 

I’m a newbie in Corona, and I really need a lot of help from you guys. Thanks in advance and more power to Corona!!

(*Integrating – typo error hehe)

As far as I know, it’s as simple as this:

media.playVideo( "http://www.youtube.com/watch?v=dQw4w9WgXcQ", media.RemoteSource, true )

The first param is obviously the url of the video. The second tells Corona that the video is coming from a remote source, and not embedded locally in the app. The third param is whether you want to show the video controls (start, stop etc):

http://docs.coronalabs.com/api/library/media/playVideo.html

Thanks Alan!! But I’m afraid that will load the video inside the youtube page, please correct me if I am wrong.
Hey I’ve found some resource, will this help me in my problems? https://developers.google.com/youtube/android/player/sample-applications#Simple_PlayerView

As far as I know, it’s as simple as this:

media.playVideo( "http://www.youtube.com/watch?v=dQw4w9WgXcQ", media.RemoteSource, true )

The first param is obviously the url of the video. The second tells Corona that the video is coming from a remote source, and not embedded locally in the app. The third param is whether you want to show the video controls (start, stop etc):

http://docs.coronalabs.com/api/library/media/playVideo.html

Thanks Alan!! But I’m afraid that will load the video inside the youtube page, please correct me if I am wrong.
Hey I’ve found some resource, will this help me in my problems? https://developers.google.com/youtube/android/player/sample-applications#Simple_PlayerView