Example 1 - Minimum setup for a pre-roll


COMPANION AD APPEARS HERE

The configuration for this example is:


flowplayer("a.example", "", {
    playlist: [
       {
           url: "",
           scaling: "orig"
       },
       {
           url: "",
           duration: 20
       }
    ],

    plugins: {
        controls: {
            autoHide: "always"
        },

        ova: {
            url: "",
            tag: "http://openx.openvideoads.org/openx/...format=vast__amp__charset=UTF-8"
        }
     }
});