Example 1-04 - Single VAST 2 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": {
               "restoreCompanions": false,
               "companions": [
                  { "id":"companion-300x250", "width":"300", "height":"250" }                  
               ],
               "schedule": [
                  {
                      "position": "auto:bottom",
                      "startTime": "00:00:05",
                      "duration": "10",
                      "tag": "OVA_DIST_TEMPLATES_2wrapper/vast2-wrapper-to-vast2-nl-ad.xml"
                  }
               ]
            },

            "debug": {
              "levels": "",
              "debugger": "firebug"
            }
        }
    }
});