Example 2 - VAST 2 Non-Linear Ad with Companion



The configuration for this example is:


flowplayer("a.example", "", {
    plugins: {
        controls: {
            autoHide: "always"
        },

        ova: {
            url: "",

            "debug": {
                "levels": ""
            },

            "shows": {
              "streams": [ { "file":OVA_HTTP_SHOW_STREAM_1, "duration":"00:00:30" } ]
            },

            "ads": {
                "pauseOnClickThrough": true,
                "companions": {
                    "regions": [
                     	{ "id": "companion-1", "width": 300, "height": 250 }
                    ]
                },
                "schedule": [
                    {
                       "position": "auto:bottom",
                       "startTime": "00:00:02",
                       "tag": "http://oxdemo-d.openxenterprise.com/v/1.0/av?pgid=127__amp__test=true"
                    }
                 ]
             }
         }
     }
});