Tests the startup with a full configuration
The configuration for this example is:
flowplayer("a.example", "", {
playlist: [
{
url: "",
duration: 40
}
],
plugins: {
controls: {
autoHide: "always"
},
ova: {
url: "",
tag: ""
}
}
});