simonseyer / ZUKS-Website

The official ZUKS Website
http://www.zuks.org
GNU General Public License v3.0
0 stars 1 forks source link

Integrate presentation video in the website #30

Open simonseyer opened 9 years ago

simonseyer commented 9 years ago

On the landing page, above the header image a play-button should be integrated. When clicked, the image, logo and button should be removed and the video should start playing. When the video is finished, the default state should be restored.

Video: https://www.youtube.com/watch?v=Fe3PWiEiZ8E

By adjusting the parameters of the URL used in the iframe, the user interface elements of youtube could be reduced: https://developers.google.com/youtube/player_parameters?hl=en#Parameters

monofox commented 9 years ago

Sorry to mention (you know my concerns), but Goodbye privacy. Why you not just publish the video on the own server (yeah i know, increase traffic and load). For this you also do not need to use iframe as you can directly use the video tag.

Otherwise: don't load anything from youtube, until the user clicks. And: show a note, that its hosted on youtube.

simonseyer commented 9 years ago

You don't need to say sorry ;-) We could also host the video on our sever! With the small amount of user we have, this should not cause any trouble with sever resources.