Start a new topic

How to hide select language element below video player

Hello, 


topic name says it all. I'm embeding amara with Vimeo with this code:


<script type="text/javascript" src="http://s3.www.universalsubtitles.org/embed.js">
                                ({
                                    video_url: "vimeo-url",
                                    video_config: {
                                        color: '9a0941',
                                        width: 640,
                                        height: 480,
                                        fullscreen: 0
                                    },
                                    base_state: {
                                        language: "de"
                                    }
                                });
                            </script>

As you can see I already set my language and would like that language selection wouldn't be shown at all.

Is this possible?

Thanks!

1 Comment

 Hi  Žiga,


Writing as an Amara user like you: the whole point of the Amara player is to enable viewers to interact with the subtitles, also in choosing which language they want to view the subtitles in.


So if you want to deprive them of this possibility, what about using a different player? You could still make the subs you want on Amara, then export them and reuse just those in another cc-supporting player.


But I don't quite understand the purpose of this deprivation: even in the hypothesis of a German course where you'd want students to only watch videos with German captions, wouldn't it be better to tell them so, and then it's up to them to follow your indication or not. If they don't, tough titty for them. Whereas if you just amputate the Amara player of its droplist - admitting this were feasible - they'd just have to google the video title to find the corresponding Amara page.

Login or Signup to post a comment