Example 3 - Turning off the Ad Notice

Use the "notice" configuration variable to turn off the display of the "this is an advert" notice.


The configuration for this example is:


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

        ova: {
            url: "",

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

            "ads": {
                 "pauseOnClickThrough": true,
                 "notice": { "show": false },
                  "servers": [
                     {
                         "type": "OpenX",
                         "apiAddress": ""
                     }
                  ],
                  "schedule": [
                     {
                         "zone": "5",
                         "position": "pre-roll"
                     }
                  ]
             }
         }
     }
});