Example 1.00.00: Ad calls made "On Demand", splash image, single show, with delay

The configuration for this example is:


flowplayer("a.example", "", {
    playlist: [
       {
           url: "",
           scaling: "orig"
       },
       {
           url: "",
           duration: 10
       }
    ],

    plugins: {
        controls: {
            autoHide: "always"
        },

        ova: {
            url: "",

            "delayAdRequestUntilPlay": true,

            "ads": {
               "schedule": [
                   {
                      "position": "pre-roll",
                      "loadOnDemand": true,
                      "tag": "http://openx.openvideoads.org/openx/www/delivery/fc.php?
                              script=bannerTypeHtml:vastInlineBannerTypeHtml:vastInlineHtml__amp__
                              zones=pre-roll0-0%3D5__amp__nz=1__amp__source=__amp__r=R0.8062691302038729__amp__
                              block=1__amp__format=vast__amp__charset=UTF-8"
                   }
               ]
            },

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