tubeloc 4 youtube player in flex

can ny1 pls tel me steps involved in settg up youtube player in flex …

Share and Enjoy:
  • Print
  • email
  • PDF
  • Digg
  • Facebook
  • LinkedIn
  • Twitter
  • Live
  • Yahoo! Bookmarks
  • Google Bookmarks

Related posts:

  1. youtube video player using flex…….
  2. Snapshot of a Flex Chart Component without loading into flash player
  3. Snapshot of a Flex Chart Component without loading into flash player
  4. Snapshot of a Flex Chart Component without loading into flash player
  5. Youtube and Flex
  6. Youtube and Flex
  7. Flex 4 Component Lifecycle (Slides and Code) — from my talk this Friday at Bangalore Flex User Group
  8. How to import a flex project downloaded from google code to flex IDE
  9. Flex Style Explorer – A very nice tool for flex designers
  10. Doubt in Flex – Your Help is Really Needed. (Refresh Issues in Flex with IE)

  1. Jagadish M says:

    Hi Aditya,

    here is the following code for playing Youtube files in flex. i think it may help you..

    < ?xml version=”1.0″ encoding=”utf-8″?> < ![CDATA[ private function Init():void { var url:String = "http://www.youtube.com/v/zlfKdbWwruY&hl=en&fs=1"; //url extracted from embed code Security.allowDomain(url); //allow domain youtubevid.load(url); //load video } ]]>

  2. Aditya P says:
  1. There are no trackbacks for this post yet.

Leave a Reply