Example 6 - A VAST 2.0 Non-Linears (Multiple) with Some Companion(s)



The configuration for this example is:


flowplayer("example", "", {
    plugins: {
        controls: {
            autoHide: "always"
        },

        openAdStreamer: {
            url: "",

            "shows": {
              "streams": [
                   {
                     "file": "",
                     "duration":"00:00:10"
                   }
              ]
            },

            "ads": {
                "pauseOnClickThrough": true,
                "companions": {
                    "regions": [
                     	{ id: "companion-1", width: 300, height: 250 }
                    ]
                },
                "schedule": [
                    {
                       "position": "auto:bottom",
                       "duration": "recommended:10",
                       "server": {
                          "type": "direct",
                          "tag": "",
                       }
                    }
                ]
            }

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

        }
    }
});