Example 2 - Integrating an Adform Ad Tag

This example presents a simple pre-roll served by Adform via a direct ad tag


The configuration for this example is:


flowplayer("a.example", "", {
    plugins: {
        rtmp: {
            url: ""
        },
        rtmpInstream: {
            url: ""
        },
        ova: {
            url: "",

            "shows": {
                "baseURL": "",
                "streams": [
                    {
                        "file":"",
                        "duration":"00:00:20"
                    }
                ]
            },

            "ads": {
              "schedule": [
                   {
                      "position": "pre-roll",
                      "tag": "http://track.adform.net/serving/videoad/?bn=453599__amp__ord=__timestamp__"
                   }
              ]
            },

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