Video player and videos are on different internet domains example.
Code for the example:
var easybits_Flashstream = {
loaders: ["http://livenl.easy-bits.com/ez/prod-6/http/easybits-httpstreaming.html"]
};
$f("player", "/swf/flowplayer-3.2.16.swf", {
clip: {
url:"http://livenl.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"
}
}
});