Example 1 - VAST 2 Linear Ad with Companion (static ad tag)



The configuration for this example is:


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

        ova: {
            url: "",

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

            "ads": {
                "pauseOnClickThrough": true,
                "companions": [
                	{ "id": "companion-1", "width": 300, "height": 250 }
                ],
                "schedule": [
                    {
                       "position": "pre-roll",
                       "tag": "http://oxdemo-d.openxenterprise.com/v/1.0/av?pgid=91__amp__test=true"
                    }
                 ]
             }
         }
     }
});