开发者

Embedding Videos onto your website

I have a website where I am embedding a video onto. I am just wondering if having an embedded video on the page would make the video lo开发者_StackOverflow中文版ad and buffer, and run less smoothly, than if the video where actually placed on the page? Thanks


it depends what you mean by "embed".

Do you mean:

  1. using the HTML 5 video tag?
  2. using the old school object tag, and serving the video file yourself?
  3. serving a flash player yourself?
  4. using an embedding "script" which loads all the magic at runtime from somewhere else?
  5. some other way... there a re many more ways, these are just some common ones

Update Based on Comments

right right. Ok, well, then, using that method (#4) does not affect how the video is downloded at all.

See, by "embedding", using some scripts, all you're doing is setting up the player container somewhere else.. youtube, vimeo, your other site etc.

The only thing that will alter the "performance" of the video is a combination of the player itself (flash, html5, and the configs), and the server technology which is serving up the video file itself (IIS,Flash Server, Akami, etc etc).

Simple answer to your question: No


The way an embedded video is downloaded and buffer eddepened on the player, eg Youtube flash player plays flv differently to the myspace flash video control.

than if the video where actually placed on the page?

I assume you mean as a download link, it would depend on the player and the video format.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜