Example 6 - Modifying Stage Dimensions



The configuration for this example is:


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

        ova: {
            url: "",

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

            "overlays": {
                "stagePaddingBottomWithControls": 50,
                "stagePaddingBottomNoControls", 15  
            },

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