Example 1.03.02: Post-roll ad calls made "On Demand", no splash image, no delay (mixed)

The configuration for this example is:


flowplayer("a.example", "", {
    playlist: [
       {
           url: "",
           netConnectionUrl: "",
           provider: "rtmp",
           duration: 15
       },
       {
           url: "",
           duration: 16
       }
    ],

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

        ova: {
            url: "",

            "ads": {
               "schedule": [
                   {
                      "position": "post-roll",
                      "loadOnDemand": true,
                      "applyToParts": [0],
                      "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"
                   },
                   {
                      "position": "post-roll",
                      "loadOnDemand": true,
                      "applyToParts": [1],
                      "tag": "http://www.adotube.com/kernel/vast/vast.php?
                              omlSource=http://www.adotube.com/php/services/player/OMLService.php?
                              avpid=UDKjuff__amp__ad_type=pre-rolls__amp__platform_version=vast20as3
                              __amp__vpaid=1__amp__rtb=0__amp__publisher=adotube.com
                              __amp__title=[VIDEO_TITLE]__amp__tags=[VIDEO_TAGS]__amp__
                              description=[VIDEO_DESCRIPTION]__amp__videoURL=[VIDEO_FILE_URL]"
                   }
               ]
            },

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