Example 8 - Click on a linear ad to go to the advertiser website

Mouse over the ad and then click on it to be redirected to the advertiser website.

The configuration for this example is:


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

        ova: {
            url: '',

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

            "ads": {
                "pauseOnClickThrough": true,
                "servers": [
                    {
                       "type": "OpenX",
                       "apiAddress": ""
                    }
                ],
                "schedule": [
                    {
                       "zone": "17",
                       "position": "pre-roll"
                    }
                ]
            }
        }
    }
});