在我的 html 页面上,我有一个 iframe,可以在其中加载另一个 html 页面。该内部 html 页面包含一个 Flash 影片。 iframe 占据页面上的整个空间。在主页上,我需要在右下角、Flash 影片上方(位于 iframe 内)显示一个 html 链接。我已将 html 链接的位置设置为绝对位置。但是这个链接会返回,因为 flash 对象在前面。
我不能使用 wmode="transparent",因为如果我使用它,一些必需的功能将从 flash 电影中删除。
我尝试了以下操作:
- 添加了另一个空 iframe,其尺寸与我的 html 链接相同(将通过 Flash 显示)。
- 将此 iframe 的位置设置为绝对位置并将其设置为右下角,使其与 html 链接的位置相同。
这开始在另一个 iframe 内的 flash 对象上显示我的 html 链接。但这仅适用于 IE 和 Firefox。 Chrome 和 Safari 仍然隐藏我的链接。
有人可以帮我解决这个问题吗?
谢谢&问候,
纳迪姆·乌拉
On my html page, I have an iframe where I load another html page. This inner html page contains a flash movie. The iframe occupies the whole space on page. On main page, I need to show an html link at bottom right, but above the flash movie (which is inside iframe). I have set the position of html link to absolute. But this link goes back as flash object is in front.
I cannot use wmode="transparent", because if I use this, some required features will be removed from flash movie.
I tried the following:
- Added an another empty iframe with same dimensions as my html link (to be shown over flash).
- Set the position of this iframe to absolute and set it to right bottom so it is at same position of html link.
This started showing my html link over the flash object which is inside another iframe. But this works only in IE and Firefox. Chrome and Safari still hide my link.
Can anyone please help me on this?
Thanks & regards,
Nadeem Ullah
发布评论