有人曾经能够建立一个以移动视频为背景的网站吗?

发布于 2024-09-02 18:49:55 字数 48 浏览 4 评论 0原文

尝试建立一个网站,该网站的背景是视频,然后在其上面放置一个实际的 html 页面。

Trying to build a website where the background of the site is a video and then there would be an actual html page laid on top of it.

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

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

发布评论

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

评论(4

逆光飞翔i 2024-09-09 18:49:55

事实上,我也不建议您这样做...

不过,纯粹从技术上讲,可以通过在 position:absolute 处分层 flash/content div (使用不同的 <代码>z-index)。 SWF 本身还需要将 wmode 参数设置为 transparent

Indeed, I wouldn't advice you either to do it...

Still, purely technically it's possible by layering the flash/content divs at position:absolute (with different z-index). The SWF itself also needs to have the wmode param set to transparent.

风吹过旳痕迹 2024-09-09 18:49:55

环境项目
2008 年设计周

http://designweek.ie/2008/index.html

使用 div 容器保存 Flash 视频和内部 div,通过匹配宽度和高度以及其他一些 CSS 好处来掩盖它。您将获得最接近的结果,而不会使其看起来像一场灾难。

使用您的开发工具(Firefox/Chrome)来看看它们的底层。

不过我还没有在 IE 中尝试过这个网站。

Ambient Project
Design Week 2008

http://designweek.ie/2008/index.html

Uses the div container to hold the flash video and an inner div to mask it by matching the width and height as well some other CSS goodness. Closest you will get without making it look like a disaster.

Use your dev tools (Firefox/Chrome) to take a look under their hood.

I have not tried the site in IE though.

成熟稳重的好男人 2024-09-09 18:49:55

考虑向用户提供删除 Vid 底衬的选项?

一旦实施了视频底衬,当人们访问该网站时,很容易毁掉他们的脸 - 但我已经看到了一些带有视频底衬的令人惊叹的设计 - 特别是。与叠加内容的各个部分交互时在之间跳转的 flv 提示点。

不要害怕新的要求,对最终结果持批评态度!

哦,我想知道 HTML5 的独家新闻是什么,对于能够本地显示开放视频格式的浏览器,以及是否可以在全屏模式下完成,并在顶部添加其他 HTML5 元素......

Consider presenting the user with an option to remove the Vid underlay?

It would be extremely easy to ruin people's faces when they go to the site once the vid underlay is implemented - but I've seen some amazing designs with vid underlays - esp. with flv cuepoints which are hopped between when interacting with various parts of the overlay content.

Don't be scared of the new requirement, be critical of the end result!

Oh, and I wonder what the scoop is with HTML5, for browsers capable of displaying open video formats natively, and whether that can then be done in full-screen mode, with other HTML5 elements over the top...

聊慰 2024-09-09 18:49:55

我不会说它对用户不友好并且会造成头晕。这完全取决于所使用的图形和视频组合。非常柔和的变化可能会产生有趣的效果。

我会将透明的 swf 放入 div 中,并使用 jQuery 为 div 制作动画。

I wouldn't say it won't be user friendly and would create dizziness. It all depends to the graphics and video combination used. Very mellow changes might create an interesting effect.

I would put the transparent swf in a div and animate the div with jQuery.

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