In Cinema Express' Retro With Rohini segment, veteran actor Sivakumar talks about his life, journey in Cinema and morevar embedId = {jw: [],yt: [],dm: [],fb: []};function pauseVideos(vid) {var players = Object.keys(embedId);players.forEach(function(key) {var ids = embedId[key];switch (key) {case "jw":ids.forEach(function(id) {if (id != vid) {var player = jwplayer(id);if (player.getState() === "playing") {player.pause();}}});break;case "yt":ids.forEach(function(id) {if (id != vid) {id.pauseVideo();}});break;case "dm":ids.forEach(function(id) {if (id != vid && !id.paused) {id.pause();}});break;case "fb":ids.forEach(function(id) {if (id != vid) {id.pause();}});break;}});}var YTevent;function autoPlayYtVideo(player) {if(typeof NHCommand != "undefined" && NHCommand.isAutoPlayAllowed && NHCommand.isAutoPlayAllowed()){player.playVideo();ytVideoAutoPlayed = true;}}var ytOnLoadFn=[];function onYouTubePlayerAPIReady(){ytOnLoadFn.forEach(function(name){window[name]();});}function onYTEmbedLoad(ytp){embedId.yt.push(ytp);ytp.addEventListener("onStateChange", function(event){if(event.data === YT.PlayerState.PLAYING)pauseVideos(ytp);});}function pause(){pauseVideos()}if(ytOnLoadFn.indexOf("ytE123v_mjU88") == -1){ var p; function ytE123v_mjU88(){p = new YT.Player("div_E123v_mjU88", {height: document.getElementById("div_E123v_mjU88").offsetWidth * (9/16),width: document.getElementById("div_E123v_mjU88").offsetWidth,videoId: "E123v_mjU88",events: {'onReady': onPlayerReady}, playerVars:{'playsinline': 1,'modestbranding':1,'0':0,'autoplay':1,'loop':1}});onYTEmbedLoad(p)}ytOnLoadFn.push("ytE123v_mjU88");function onPlayerReady(event) {if(typeof NHCommand != 'undefined' && NHCommand.isAutoPlayAllowed && NHCommand.isAutoPlayAllowed() && !window.ytVideoAutoPlayed){ event.target.playVideo(); window.ytVideoAutoPlayed = true; }}}if(NHCommand && NHCommand.getMainVideoId){document.getElementById(NHCommand.getMainVideoId()).style.display="none";} iframe{min-width: 0px !important;box-sizing: border-box;} function pause() { const iframes = document.getElementsByTagName("iframe"); for (let i = iframes.length - 1; i >= 0; i--) { const iframe = iframes[i]; iframe.setAttribute("autoplay", "0"); let src = iframe.getAttribute("src"); if (src && src.includes("autoplay=1")) { src = src.replace("autoplay=1", "autoplay=0"); iframe.setAttribute("src", src); } const parent = iframe.parentNode; const nextSibling = iframe.nextSibling; parent.removeChild(iframe); nextSibling ? parent.insertBefore(iframe, nextSibling) : parent.appendChild(iframe); } const videos = document.getElementsByTagName("video"); for (let video of videos) { video.pause(); } }