Example 3.3 - Autostarting a VPAID Linear


The configuration for this example is:


flowplayer("a.player614x345", "", {
    playlist: [
        {
           url: "",
           duration: 20
        }
    ],

    plugins: {
        controls: {
            autoHide: "never"
        },
        
        ova: {
            url: "",
 
            "autoPlay": true,
            
            "ads": {
               "schedule": [
                  {
                     "position": "pre-roll",
                     "tag": ""
                  }
               ]
            },

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