Example 7 - Display of companions without a VAST creativeType declared




300x250 static
(image)

The configuration for this example is:


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

        ova: {
            url: "",

            "debug": {
                "debugger": "firebug",
                "levels": ""
            },

            "ads": {
                "pauseOnClickThrough": true,
                "bestBitRate": "high",
                "companions": [
                     {
                        "id":"companion-300x250-static-1",
                        "width":"300",
                        "height":"250"
                     },
                ],
                "schedule": [
                     {
                        "position": "pre-roll",
                        "server": {
                           "type": "direct",
                           "tag": ""
                        }
                     }
                ]
            }
        }
    }
});