Example 5 - Overriding the derived Control Bar height

This option is useful with Flowplayer 3.2.6 where the height of the standard 3.2.6 control bar is being incorrectly reported by Flowplayer as 0.

The configuration for this example is:


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

        ova: {
            url: "",

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

            "ads": {
                 "controls": {
                     "height": 50,
                 },
                 "servers": [
                     {
                           "type": "OpenX",
                           "apiAddress": "",
                     }
                 ],
                 "schedule": [
                      {
                           "zone": "5",
                           "position": "pre-roll"
                      }
                  ],
              },

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