I'm trying to embed youtube video with YouTube iframe.
The video has a yt:cc=on
tag, which means captions will load by default.
(The attribute cc_load_policy=1 force loading captions, even if the user doesn't want it.)
I'm using flash embedding (AS3) which support the cc_load_policy
attribute. But if i set it to cc_load_policy=0, captions are shown because video has yt:cc=on tag.
Is there any way to hide captions even the video has yt:cc=on? Thanks.