976519529
GoodReturns TV

[GRTV] The difficulties of regulating financial advisers

Friday 29th of October 2021

 

Former FMA chief executive Rob Everett recorded his final media interview with Good Returns TV.

In this first part of the interview he talks about the difficulties of regulating financial advice.

 

`; }) } function prepareVideo(elem) { const [poster, src] = elem.dataset.type === 'vimeo' ? [`vumbnail.com/${elem.id}.jpg`, 'player.vimeo.com/video'] : [`i.ytimg.com/vi/${elem.id}/hqdefault.jpg`, 'www.youtube.com/embed']; elem.innerHTML = ``; } function showVideo(elem) { console.log(elem); var videoElem = document.querySelector('#video-embed'); videoElem.innerHTML = elem.dataset.embed; document.querySelector('#video-url').href = elem.dataset.url; document.querySelector('#video-headline').text = elem.dataset.headline; document.querySelector('#video-summary').text = elem.dataset.summary; prepareVideo(videoElem.querySelector('div.video-embed')); document.querySelectorAll('div.video-list-item').forEach(e => e.classList.remove('bg-primary')); elem.classList.add('bg-primary'); } window.addEventListener('scroll', () => { const element = document.querySelector('#video-play'); const position = element.getBoundingClientRect(); // Check if element is in viewport if(position.top < window.innerHeight && position.bottom >= 0) { element.click(); } });