Hi, There are couple of ways you can get this done .
If you know the videoID of the video you want to play, you can use the chromeless player from youtube. the player is written in AS2 . Inorder to make it work in as Flex you need to put some additional logic . You can find an example for that here. http://drawlogic.com/2008/11/08/as3-youtube-chromeless-player-in-flashflex/ If you dont have the video id's then you need to use some api to pull video information from youtube like the one below http://code.google.com/p/as3-youtube-data-api/ If you want to show the videos in your custom player ( without the youtube logo ) you can check the code in my blog http://subeesh.wordpress.com/2009/02/02/flex-youtube-interface/ Regards Subeesh http://subeesh.co.nr --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/flex_india?hl=en -~----------~----~----~----~------~----~------~--~---

