Example 3.00.00 - Modifying the bottom margin - fullscreen - all ad types

The configuration for this example is:


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

        ova: {
              url: "",

              "player": {
                 "margins": {
                     "fullscreen": {
                        "withControls": 50,
                        "withControlsOverride": 50,
                        "withoutControls": 30,
                        "withoutControlsOverride": 30
                     }
                 }
              },
              
              "ads": {
                 "servers": [
                     {
                        "type": "OpenX",
                        "apiAddress": "OVA_OPENX_API"
                     }
                 ],
                 "schedule": [
                     {
                        "zone": "5",
                        "position": "pre-roll"
                     },
                     {
                        "zone": "28",
                        "width": 450,
                        "height": 50,
                        "startTime": "00:00:05",
                        "duration": "10"
                     }
                 ]
              },            

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