Is it possible to link youtube videos in HTML code without showing it's captions (subtitles)?

Let's say I have following video: http://www.youtube.com/watch?v=kTvHIDKLFqc . It has default english subtitles. However, when linking this video, I want to load it without them. Is there a possibility to do so with some kind of parameter in video?

I found this link with description how to do it, but it doesn't seem to work. If I try to use following format of link, it shows captions anyway: http://www.youtube.com/watch?v=kTvHIDKLFqc&cc_load_policy=0. Is it not working or did I misunderstand anything?

link|improve this question

The link does only explain how to force captions, not how to disable it.. – Tarnschaf Feb 18 '10 at 10:23
Yep, that's why I'm asking this question. I cannot find anything about how to turn it off. I assumed setting cc_load_policy to 0 would do it, but it doesn't seem so. – Ondrej Slinták Feb 18 '10 at 10:28
why would you want to disable subtitles/cc? – netrox May 27 '11 at 1:09
@netrox: because client wanted it back then, don't ask me why – Ondrej Slinták May 27 '11 at 5:51
feedback

2 Answers

up vote 0 down vote accepted

I found the documentation to be a little misleading in that setting &cc_load_policy=1 does not show the closed captions by default, but enables toggling with the cc button in the video control bar when entered as shown here -

http://www.google.com/support/youtube/bin/answer.py?hl=en&answer=140174

link|improve this answer
feedback

The site says how to turn on caption. It does not talk about turning off captions. I thinkit depends on the user's previous choice.

When you embed a video on another site, you can make it so that captions are always shown on the embedded video. To enable captions on a video you'd like to embed, just add &cc_load_policy=1 to the video's embed code.

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.