Example 21 - Serving multiple ad slots with a single static ad tag

The configuration for this example is:


flowplayer("a.example", "", {
    playlist: [
       {
           url: "",
           duration: 60
       }
    ],
    
    plugins: {
        ova: {
            url: "",

            "ads": {
                "servers": [
                    {
                      "type": "direct",
                      "tag": "http://openx.openvideoads.org/openx/www/de...-8",
                      "oneAdPerRequest": false
                    }
                ],
                "schedule": [
                    {
                      "position": "pre-roll",
                      "applyToParts": [0]
                    },
                    {
                      "position": "mid-roll",
                      "startTime": "00:00:15",
                      "applyToParts": [1]
                    },
                    {
                      "position": "post-roll",
                      "applyToParts": [0]
                    }                    
                ]
            },

            "debug": {
                "levels": ""
            }
        }
    }
});