'); var ytVid = $('#dvVideo').find("iframe").attr("src"); var iframeVidID = $('#dvVideo').find("iframe").attr("id"); if (ytVid !== null && ytVid !== "" && ytVid !== undefined && ytVid.indexOf('youtube.com/embed') != -1) { var strVidcode = ytVid; var newString = ''; if (strVidcode.indexOf('?') > -1) { newString = strVidcode.split('?', 1)[0]; strVidcode = newString.replace('http://www.youtube.com/embed/', ''); } else { strVidcode = strVidcode.replace('http://www.youtube.com/embed/', ''); } //To fix youtube Android Kitkat Samsung S4 issue if (navigator.userAgent.match(/Android/i)) { // 2. This code loads the IFrame Player API code asynchronously. var tag = document.createElement('script'); tag.src = "http://www.youtube.com/player_api"; var firstScriptTag = document.getElementsByTagName('script')[0]; firstScriptTag.parentNode.insertBefore(tag, firstScriptTag); // 3. This function creates an