Example 1.00.00 - Hard coding the control-bar height - linear and non-linear ads

The configuration for this example is:


flowplayer("a.example", "", {
    playlist: [
    	{
    		url: "",
    		duration: 30
    	}
    ],

    plugins: {
        controls: {
            autoHide: "never"
        },

        ova: {
              url: "",

              "player": {
                 "controls": { "height": 35 }
              },
              
              "ads": {
                 "servers": [
                     {
                        "type": "OpenX",
                        "apiAddress": ""
                     }
                 ],
                 "schedule": [
                     {
                        "zone": "5",
                        "position": "pre-roll"
                     },
                     {
                        "zone": "28",
                        "width": 450,
                        "height": 50,
                        "startTime": "00:00:05",
                        "duration": "10"
                     }
                 ]
              },

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