隐藏源代码的同时嵌入视频——这可能吗?

发布于 2024-12-06 03:51:45 字数 580 浏览 1 评论 0原文

这是我用来将视频从“YouTube”嵌入到我的博客中的代码:

<object type="application/x-shockwave-flash" width="460" height="390"
data="http://www.youtube.com/v/Hg8Fa_EUQqY&amp;feature&amp;rel=0"><param
name="movie"
value="http://www.youtube.com/v/Hg8Fa_EUQqY&amp;feature&amp;rel=0"
/><param name="wmode" value="transparent" /><param name="quality"
value="high" /></object></p>

我想知道是否可以将视频嵌入到您的博客中,但隐藏源?我的意思是,我不想让人们知道我在“YouTube”上上传了这个视频,或者至少我不想让他们知道我在“YouTube”上上传了我的视频的具体位置。

有可能吗?

隐藏源代码的同时嵌入视频——这可能吗?

Here is the code that I use to embed video from "YouTube" to my blog:

<object type="application/x-shockwave-flash" width="460" height="390"
data="http://www.youtube.com/v/Hg8Fa_EUQqY&feature&rel=0"><param
name="movie"
value="http://www.youtube.com/v/Hg8Fa_EUQqY&feature&rel=0"
/><param name="wmode" value="transparent" /><param name="quality"
value="high" /></object></p>

I wonder if it's possible to embed videos into your blog, but hide the source? I mean I don't want people to know that I have uploaded this video on "YouTube" or at least I don't want them to know where exactly on the "YouTube" I have uploaded my videos.

Is it possible at all?

Embedding videos while hiding the source - is that possible at all?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

柠北森屋 2024-12-13 03:51:45

如果有人有足够的积极性,他们总是能够知道他们的计算机从哪里加载视频。

但要回答你的问题,不,HTML 源代码始终可供用户使用。毕竟,如果允许他们的浏览器查看源代码,它会很乐意将其提供给用户。如果不允许浏览器查看源代码,它就无法向用户显示他们的视频(因为它不知道有视频源,因为它没有看到 HTML 源代码)。

If someone is sufficiently motivated, they will always be able to tell where their computer is loading the video from.

But to answer your question, no, the HTML source will always be available to the user. After all, if their browser is allowed to see the source, it will happily provide this to the user. And if the browser isn't allowed to see the source, it can't show the user their video (because it doesn't know there is one, because it didn't see the HTML source).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文