Hello everyone.
This is my issue:
When I embed a video (stored in my Dropbox Essentials account) using an iframe like this (changing "&dl=0" to "&raw=1"):
<p><iframe src="xxxxxxx" width="560" height="315" allowfullscreen></iframe></p>
The video is playable if there are no restrictions applied (neither password nor download restriction).
My goal is to offer the video playback on my website, but prevent users from downloading it.
Is this possible?
Thanks