Example 21 - Serving different overlay types in auto sized regions


The configuration for this example is:


flowplayer("example", "", {
    playlist: [
       {
           url: "",
           duration: 40
       }
    ],

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

        openAdStreamer: {
            "url": "",

            "ads": {
               "schedule": [
                   { 
                      "position": "auto:bottom",
                      "startTime": "00:00:05", 
                      "duration": "recommended:10",
                      "tag": "http://openx.openvideoads.org/openx/www/delivery/fc.php?
                              script=bannerTypeHtml:vastInlineBannerTypeHtml:vastInlineHtml__amp__
                              zones=overlay0-0%3D28%7Coverlay1-0%3D41__amp__nz=1&source=__amp__
                              r=R0.38950290251523256__amp__block=1__amp__format=vast__amp__charset=UTF-8"
                   },
                   { 
                      "position": "auto:bottom",
                      "startTime": "00:00:20", 
                      "duration": "recommended:10",
                      "tag": "http://openx.openvideoads.org/openx/www/delivery/fc.php?
                              script=bannerTypeHtml:vastInlineBannerTypeHtml:vastInlineHtml__amp__
                              zones=overlay0-0%3D29%7Coverlay1-0%3D43__amp__nz=1&source=__amp__
                              r=R0.4507153769955039__amp__block=1__amp__format=vast__amp__charset=UTF-8"
                   } 
               ]
            },
              
            "debug": {
               "levels": ""
            }
        }
    }
});