Example 11 - Full Configuration Test

Tests the startup with a full configuration


The configuration for this example is:


flowplayer("a.example", "", {
    playlist: [
        { 
            url: "", 
            duration: 60 
        }
    ],
    
    plugins: {
        controls: {
            autoHide: "always"
        },

        ova: {
            url: "",

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

            "ads": {
               "schedule": [
                   {
                      "position": "post-roll",
                      "tag": "http://u-ads.adap.tv/a/h/fy8HuCqcy0y5CmMetFZUPVRg8BYfUdag9T3gJOflx7IRS2LqU9Qh0Q==
                              ?cb=15783059__amp__spot=preroll__amp__eov=eov__amp__artEid=vast_2_0__amp__ocb=9035
                              __amp__rid=test__amp__pageUrl=http%3A%2F%2Fwww.adap.tv__amp__gubed"
                   },
                   {
                      "zone": "30",
                      "position": "auto:bottom",
                      "startTime": "00:00:05",
                      "duration": 5,
                      "repeat": 3,
                      "interval": 10,
                      "server": {
                          "type": "OpenX",
                          "apiAddress": "",
                          "allowAdRepetition": true
                      }
                   },
                   {
                      "position": "pre-roll",
                      "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": "mid-roll",
                      "startTime": "00:00:12",
                      "tag": "http://ad.de.doubleclick.net/ad/testadvertiser.smartclip/vast1;sz=400x320;dcmt=text/xml;ord=__random-number__?"
                   }
               ]
            }
         }
     }
});