Video player and videos are on the same internet domain example.
Code for the example:
$f("player", "/swf/flowplayer-3.2.16.swf", {
clip: {
url:"https://www.easy-bits.com/videos/tears-of-steel.mp4",
provider: 'httpstreaming'
},
debug: false,
plugins: {
httpstreaming: {
url:"/software/prod-6/flash-stream/flow/easybits-httpstreaming-flowplayer-plugin.swf"
}
}
});