Example 4 - Declaring multiple display positions of different sizes for an Ad Slot

The configuration for this example is:


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

        ova: {
            url: "",

            "ads": {
                "schedule": [
                    {   
                       "zone": "41",
                       "startTime": "00:00:03",
                       "duration": 10,
                       "tag": "../../../dist/templates/overlays/multiple-images-450x50.xml",
                       "regions": {
                          "flash": [
                             {
                                "region": "auto:bottom",
                                "width": 450,
                                "height": 50
                             },
                             {
                                "region": "auto:top",
                                "width": 450,
                                "height": 50
                             }
                          ]
                       }
                    }
                ]
            },

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