Page 1 of 1

Youtube videos loaded using flash

Posted: Mon Feb 01, 2016 11:30 am
by Snabelad
Youtube videos are loaded / ran using Flash instead of html5 (see https://altered-time.com/forum/viewtopic.php?f=10&t=16" target="_blank). Would be lovely to swap them over to html5 instead.
I noticed this while browsing that topic using https on AT, and the videos didn't load due to them being "unsafe scripts". I temporarily let Chrome load those unsafe scripts, and checked what was really loaded and to my horror saw a gazillion flash instances running.
On one of own sites i use:
<iframe width="' + width + '" height="' + height + '" src="//www.youtube.com/embed/' + id + '?autoplay=0&hd=1" frameborder="0" allowfullscreen></iframe>
to load YT videos nicely.

It's not a big deal for the whole of the forum, but if you guys have 2 mins over some day ;-)

Re: Youtube videos loaded using flash

Posted: Mon Feb 01, 2016 4:31 pm
by Kver
How is this?


Re: Youtube videos loaded using flash

Posted: Tue Feb 02, 2016 8:44 am
by Snabelad
Excellent! Thank you!!