Example 1.04.04 - VPAID Non-Linear Impression, Click and Events



The configuration for this example is:



flowplayer("a.example", "", {
    playlist: [
        {
            url: "",
            duration: 30
        }
    ],

    plugins: {	    
        controls: {
            autoHide: "always"
        },

        ova: {
            url: "",

            "canFireEventAPICalls": true,
            "ads": {
                "companions": {
                    "regions": [
                        { "id":"companion", "width":"300", "height":"250" }
                    ]
                },
                "notice": { "textStyle": "smalltext" },
                "schedule": [
                    {
                        "position": "auto:bottom",
                        "startTime": "00:00:05",
                        "duration": 15,
                        "tag": "http://openx.openvideoads.org/openx/www/delivery/fc.php?
                                script=bannerTypeHtml:vastInlineBannerTypeHtml:vastInlineHtml
                                __amp__zones=overlay:0.0-0%3D28%7Coverlay:1.0-0%3D41__amp__
                                nz=1__amp__source=__amp__r=R0.15191890951246023__amp__
                                block=1__amp__format=vast__amp__charset=UTF-8"
                    }
                ]
            },
            "debug": {
                 "levels": ""
            }
        }
    }
});