|
|
|
@ -2946,6 +2946,12 @@ HTML; |
|
|
|
|
|
|
|
|
|
|
|
$videoFeatures = implode("','", $videoFeatures); |
|
|
|
$videoFeatures = implode("','", $videoFeatures); |
|
|
|
$frameReady = ' |
|
|
|
$frameReady = ' |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
var $iframe = $("'.$frameName.'"); |
|
|
|
|
|
|
|
var $iframeSpinner = $("<span aria-hidden=\"true\" class=\"fa fa-spinner fa-spin fa-3x\"></span>"); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$iframe.hide().parent().append($iframeSpinner); |
|
|
|
|
|
|
|
|
|
|
|
$.frameReady(function() { |
|
|
|
$.frameReady(function() { |
|
|
|
$(function () { |
|
|
|
$(function () { |
|
|
|
$("video:not(.skip), audio:not(.skip)").mediaelementplayer({ |
|
|
|
$("video:not(.skip), audio:not(.skip)").mediaelementplayer({ |
|
|
|
@ -2957,9 +2963,9 @@ HTML; |
|
|
|
vrPath: "'.$webPublicPath.'assets/vrview/build/vrview.js" |
|
|
|
vrPath: "'.$webPublicPath.'assets/vrview/build/vrview.js" |
|
|
|
}); |
|
|
|
}); |
|
|
|
|
|
|
|
|
|
|
|
window.setTimeout(function () { |
|
|
|
var iframe = window.top.document.querySelector("'.$frameName.'"); |
|
|
|
window.top.document.getElementById("mainFrame").style.display = ""; |
|
|
|
iframe.parentNode.querySelector(".fa").remove() |
|
|
|
}, 1500); |
|
|
|
iframe.style.display = "block"; |
|
|
|
}); |
|
|
|
}); |
|
|
|
}, |
|
|
|
}, |
|
|
|
"'.$frameName.'", |
|
|
|
"'.$frameName.'", |
|
|
|
|