Welcome!

Welcome to the Official BlackBerry Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Adobe AIR Development

Reply
Trusted Contributor
Deepu_George_Jacob
Posts: 182
Registered: ‎12-13-2011
My Carrier: Vodafone-IN

how to implement youtube api in adobe air?

Hai,

         I am trying to integrate google api in my adobe air application but i could n't get soultion to that .Anybody knows that please help me that.

 

Thanks

Deepu

Please use plain text.
Developer
Innovatology
Posts: 1,064
Registered: ‎03-03-2011
My Carrier: Vodafone

Re: how to implement youtube api in adobe air?

To help, we'd need a little more info on what you are trying to do... Are you trying to play videos, upload new ones or manipulate existing ones via the API?

 

Youtube has some fairly good API documentation for playback:

https://developers.google.com/youtube/flash_api_reference

 

The GData API is language-independant, so it's quite easy to use from AS3:

https://developers.google.com/youtube/2.0/developers_guide_protocol_audience

 

Here are some blog posts with background info and code samples:

http://active.tutsplus.com/articles/news/using-the-youtube-player-api-with-actionscript-30/

http://www.jonathantorres.com/blog/2011/04/youtube-data-api/

 

Files & Folders, the unified file & cloud manager for PlayBook and BB10 with SkyDrive, SugarSync, Box, Dropbox, Google Drive, Google Docs. Free 3-day trial! - Jon Webb - Innovatology - Utrecht, Netherlands
Please use plain text.
Developer
greenback
Posts: 448
Registered: ‎10-17-2010

Re: how to implement youtube api in adobe air?

This is easy to implement wuth the right libraries, and a little bit of time. As requested here are the reources that will get you going.

 

Download the relevant libraries/wrappers for AS3. 

 

Youtube has an Actionscript 3 API. I highly recommend you readthe docs. Most functions are avaioable there.

 

Youtube AS3 Player API

https://developers.google.com/youtube/flash_api_reference

 

Google Code Project - AS3youtubelib

http://code.google.com/p/as3youtubelib

 

Please "LIKE" of mark as a "Solution". If this helped you

:Cool2:

 

Please use plain text.
Trusted Contributor
Deepu_George_Jacob
Posts: 182
Registered: ‎12-13-2011
My Carrier: Vodafone-IN

Re: how to implement youtube api in adobe air?

This is mainly for desktop applications i need to integrate youtube video player in my project not youtube

Please use plain text.