Example 5.03.03 - VPAID Linear ad going to Non-Linear - no control bar

The configuration for this example is:


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

        ova: {
            url: "",
            
            "ads": {
               "schedule": [
                   { 
                      "position": "pre-roll",
                      "tag": "http://openx.openvideoads.org/openx..format=vast__amp__charset=UTF-8"
                   }
               ]
            },
            
            "debug": {
              "levels": ""
            }
        }
    }
});