Как активировать wmode прозрачно в видео плеере

Я пытаюсь активировать wmode в моем видео скрипте.
Я не понимаю, как это сделать.

Ниже мой код.

<script type="text/javascript">
TSC.playerConfiguration.setFlashPlayerSwf("demo_controller.swf");
TSC.playerConfiguration.setMediaSrc("demo.mp4");
TSC.playerConfiguration.setXMPSrc("demo_config.xml");

TSC.playerConfiguration.setAutoHideControls(true);
TSC.playerConfiguration.setBackgroundColor("#000000");
TSC.playerConfiguration.setCaptionsEnabled(false);
TSC.playerConfiguration.setSidebarEnabled(false);

TSC.playerConfiguration.setAutoPlayMedia(false);
TSC.playerConfiguration.setPosterImageSrc("demo_First_Frame.png");
TSC.playerConfiguration.setIsSearchable(true);
TSC.playerConfiguration.setEndActionType("stop");
TSC.playerConfiguration.setEndActionParam("true");
TSC.playerConfiguration.setAllowRewind(-1);

TSC.localizationStrings.setLanguage(TSC.languageCodes.ENGLISH);
$(document).ready(function (e) {
TSC.mediaPlayer.init("#tscVideoContent");
});
</script>

Я попробовал это TSC.playerConfiguration.setEndActionParam («wmode»: «transparent»);

Это не работает.
Спасибо

1

Решение

Я получил решение, просто делая небольшие изменения в player-min.js: —

co.wmode = "direct";Just go to player-min.js and replace "direct" with "transparent"
It will work .co.wmode = "transparent";

Спасибо.

0

Другие решения

Других решений пока нет …

По вопросам рекламы [email protected]