tubeloc 4 youtube player in flex

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

Related Posts

  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