Example 9 - Showing a "skip ad" button during linear ads

The configuration for this example is:


flowplayer("a.example", "", {
    playlist: [
       {
           url: "",
           duration: 20
       }
    ],
    
    plugins: {
        ova: {
            url: "",
            
            "ads": {
              "skipAd": {
                   "enabled": true
              },
              "schedule": [
                  {
                     "position": "pre-roll",
                     "tag": ""
                  }
              ]
            },

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