微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

无法在 VAST 中显示“跳过广告” - FLUID PLAYER

如何解决无法在 VAST 中显示“跳过广告” - FLUID PLAYER

BASE- 我正在从事视频播放器项目。 我在将 VAST 与其集成时遇到问题

无法显示“跳过广告”按钮

我正在使用 FLUID PLAYER文档链接 - https://docs.fluidplayer.com/docs/configuration/ads/

我正在使用以下代码-

<script src="https://cdn.fluidplayer.com/v3/current/fluidplayer.min.js"></script>
                        <video id="video-id">
                            <source
                                src="https://7yotyu1slxwgqeaj4md7bg-on.drv.tw/TM%20media/TM_Vids/Blacked%20%E2%80%93%20Hot%20Southern%20Blonde%20Takes%20Big%20Black%20Cock%20%E2%80%93%20Cherie%20Deville,%20Prince%20Yahshua.mp4"
                                type="video/mp4" />
                            <script>
                                var myFP = fluidplayer(
                                    'video-id',{
                                    "layoutControls": {
                                        "controlBar": {
                                            "autoHideTimeout": 3,"animated": true,"autoHide": true
                                        },"htmlOnPauseBlock": {
                                            "html": null,"height": null,"width": null
                                        },"autoplay": true,"mute": false,"allowTheatre": true,"playPauseAnimation": true,"playbackRateEnabled": true,"allowDownload": false,"playButtonShowing": true,"fillToContainer": true,"posterImage": ""
                                    },"vastOptions": {

                                        "allowVPAID": true,// Default false.
                                        "adList": [
                                            {
                                                "roll": "preroll","vastTag": "https://www.videosprofitnetwork.com/watch.xml?key=0185fa78fd7a7789bf1d0ac524fec3f4","adText": ""
                                            },{
                                                "roll": "midRoll",{
                                                "roll": "postRoll","adText": ""
                                            }
                                        ],"skipButtonCaption": 'Skip ad in [seconds]',"skipButtonClickCaption": 'Skip ad <span class="skip_button_icon"></span>',"adText": null,"adTextPosition": 'top left',"adCTAText": 'Visit Now!',"adCTATextPosition": 'bottom right',"vastTimeout": 5000,"showPlayButton": false,// maxAllowedVastTagRedirects: 1,}
                                })
                            </script>

                    </div>
                    <!-- end video player -->


特别是这个 JSON-

"vastOptions": {

                                        "allowVPAID": true,}

我仍然没有获得跳过广告按钮。 有人可以帮忙吗?

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。