I have seen many video sharing site now a days who use flv player to embed videos from other sites like this <a-- href=http://othersite.com/filename.flv" style="display:block;width:520px;height:330px" id="player"> </--a> <script> flowplayer("player", "../flowplayer-3.1.5.swf",{ clip: { if one does this...while user views videos in the site suppose abc.com then whose bandwidth will be used ? abc.com or the othersite.com's? i think in embedding case,bandwidth of the original video site will be used... in this case?
I have question like this. I want to add a radio my site with embeded media player or with a flash radio player. If i did will it be eating my bandwitch?
With files like the one you've given in the example, you can see it's going to use their bandwidth because the file path points towards their server. Unless you're the one actually streaming the radio then it'll be someone elses. Usually embedded media acts as connection between the user and the host, without the person embedding using up any bandwidth. The ideas in terms of bandwidth are much like image hotlinking, if you want to look that up.
ok thanks for answers, any way are you sure with the answers? i am using flow player and some flv player simulate things by downloading things first using embedding site's bandwidth and showing it to user as if it is hosted in same site. so i thought the same. here the case is not <embed> things rather flv file source of external site is used. any other further explanation would be great thanks
If the file is hosted on your server, its' your bandwidth being used, if it's on someone elses server then its' theirs. If you're just putting a little bit of code into your website then you wont be using your own bandwidth. If you really want, you could probably check in your web hosting statistics.