Example 1 - VAST 2 Linear


The configuration for this example is:


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

        ova: {
            url: "",
            
            "ads": {
                "schedule": [
                    {
                       "position": "pre-roll",
                       "tag": "http://media.adrcdn.com/ads/Weborama/37393136/20841/20111115_063108_vast_generated.xml"
                    }
                ]
            },

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