Example 7 - Script - VAST1 URL Tag

The configuration for this example is:


flowplayer("a.example", { src: "", wmode: "opaque" }, {
    playlist: [
       {
           url: "",
           duration: 40
       }
    ],
    plugins: {
        controls: {
            autoHide: "always"
        },

        ova: {
            url: "",

            "ads": {
                "schedule": [
                    {    
                      "zone": "30",
                      "region": "auto:bottom",
                      "width": 450,
                      "height": 50,
                      "startTime": "00:00:03",
                      "duration": 10,
                      "overlay": { "html5": false },
                      "regions": {
                          "flash": false,
                          "html5": true
                      },
                      "tag": "../../../dist/templates/overlays/script/vast1-script-url.xml"
                ]
            },

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