tubeloc 4 youtube player in flex
can ny1 pls tel me steps involved in settg up youtube player in flex …
Related Posts
Tags: Flex, player, tubeloc, Youtube
This entry was posted
on Monday, July 20th, 2009 at 10:40 am and is filed under Adobe.
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.
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 } ]]>