Example 2 - A VAST 2.0 pre-roll ad only

A COMPANION GOES HERE
ANOTHER COMPANION GOES HERE

The configuration for this example is:


flowplayer("example", "", {
    plugins: {	    
        controls: {
            autoHide: "always"
        },
        rtmp: {
            url: ""
        },

        ova: {
            url: "",
            
            "debug": {
                "debugger": "firebug",
                "levels": ""
            },

            "shows": {
                "streams": [
                    { 
                      "file": "", 
                      "duration":"00:00:10" 
                    }
              ]
            },

            "ads": {
                "pauseOnClickThrough": true,
                "deliveryType":"progressive",
                "bitrate": "600", 
                "companions": {
                   "regions": [
                       { "id":"companion-728x90", "width":"728", "height":"90" },
                       { "id":"companion-300x250", "width":"300", "height":"250" }
                   ]
                },
                "notice": { show: false },
                "schedule": [
                    {
                       "position": "pre-roll", 
                       "server": {
                          "type": "direct",
                          "tag": "http://ad.doubleclick.net/pfadx/N270.126913.6102203221521/
                                  B3876671.20;dcadv=2215309;sz=0x0;pc=[TPAS_ID];ord=__timestamp__;
                                  dcmt=text/xml"
                       }
                    }
                ]
            }
        }
    }
});