Example 1-03-1 - Single VAST 1 Wrapper to VAST 2 Non-Linear Ad

This example illustrates support for the XML Wrapper element of the VAST standard. To see what an XML wrapper response looks like, cut and paste "http://static.openvideoads.org/tests/vast-wrapper-test.xml" into your web browser

300x250 Companion

The configuration for this example is:


flowplayer("a.player614x345", "", {
    plugins: {
        rtmp: {
            url: ""
        },
        rtmpInstream: {
            url: ""
        },
        ova: {
            url: "",
 
            "shows": {
                "baseURL": "",
                "streams": [
                    {  
                        "file":"", 
                        "duration":"00:00:20"
                    }                    
                ]
            },
            
            "ads": {
               "companions": {
                  "restore": false,
                  "regions": [
                      { "id":"companion-300x250", "width":"300", "height":"250" }                  
                  ]
               },
               "schedule": [
                  {
                      "position": "auto:bottom",
                      "startTime": "00:00:05",
                      "duration": "10",
                      "tag": "OVA_DIST_TEMPLATES_2wrapper/vast1-wrapper-to-vast2-nl-ad.xml"
                  }
               ]
            },

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