I am importing youtube video into my flash project but when I click the CC button I get an error image like this one

closed caption error

I have not seen anything in the AS3 youtube api for any special parameters needed to use closed captioning. Also if I copy and paste the url it calls it works fine in a web browser.

any idea what I might be missing ?

link|improve this question

feedback

2 Answers

This might help you: http://code.google.com/apis/youtube/player_parameters.html#cc_load_policy

cc_load_policy
Values: 1. Default is based on user preference. Setting to 1 will cause closed captions to be shown by default, even if the user has turned captions off.
link|improve this answer
I had already tried that and that is just to set if they are on when the video starts – mcgrailm Feb 24 '11 at 14:03
feedback
up vote 0 down vote accepted

I was building for flash 9 instead of flash 10

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.