I need to allow users (kids) to select and play a Vimeo video from a list of over 20 videos. The videos are not password protected on Vimeo.
The idea is that users enter a 'pass code' into a dialogue box, and this looks up and triggers a Vimeo video to play in a new scene. Ideally, once the video has played, users are returned to passcode entry form.
e.g. Video passcode = 'SecretFilm1' goes to plays https://vimeo.com/1234567890
I'm a Javascript newbie, so any help will be very much appreciated.