hello

i'm building a chromeless api for youtube videos

i want to force the subtitles to always show...using "cc_load_policy=1"

like this

var my_loader:Loader = new Loader();
my_loader.load(new URLRequest("http://www.youtube.com/apiplayer?version=3&cc_load_policy=1"));

it doesn't work....

can anyone help me please !

thank you