I have a client that insists on password protecting each Vimeo video with a different password. However, when embedded into their authenticated marketing site, they want them to show up without passwords. What we are doing as a stopgap is displaying password for the video right after the video. I have the password in the API but I cannot get it into the video. Is there not a way of playing the video without having the user enter the password?
I've tried JavaScript but because of the iframe this crosses domain boundaries and so can't be done for obvious security reasons.
This question on StackOverflow suggests that there is an "only embeddable" option. But I can't find it.