sIFR 没有显示在我的页面上?

发布于 2024-08-01 17:28:42 字数 473 浏览 4 评论 0原文

我正在尝试使用 sIFR,但在显示它时遇到问题。 我的页面上有一个 h1 标签,后面

<script type="text/javascript">
    if(typeof sIFR == "function"){
        sIFR.replaceElement("h1", "flash/revolution.swf", "#000000", null, null, null, 0, 0, 0, 0);
    }
</script>

附有两个 sIFR 样式表以及 sIFR js 文件。 所以我的 h1 标签就消失了。 所以我认为 js 文件正在隐藏,但没有用 .swf 文件中的字体替换字体。 我很确定我的 swf 文件正在工作,因为我让它在不同的页面上工作,但我似乎无法使其工作。 我需要在提供的 css 文件中指定任何内容吗?

非常感谢您提供有关如何实现这项工作的任何提示!

I am trying to use sIFR and am having problems making it show. I have an h1 tag on my page, followed by

<script type="text/javascript">
    if(typeof sIFR == "function"){
        sIFR.replaceElement("h1", "flash/revolution.swf", "#000000", null, null, null, 0, 0, 0, 0);
    }
</script>

I have both sIFR style sheets attached, as well as the sIFR js file. So what happens is that my h1 tag just disappears. So I think the js file is working in hiding, but not replacing the font with the font in the .swf file. I am pretty sure that my swf file is working since I had it working on a different page, but I can't seem to make this work. Do I need to specify anything in the provided css file?

Thanks a lot for any tips on where to look to make this work!

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

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

发布评论

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

评论(2

千紇 2024-08-08 17:28:42

想法很简单,但是页面可以访问“flash/revolution.swf”吗? 我犯了一个简单的错误,创建了干净的 URL,却忘记将其设为“/flash/revolution.swf”。

Simple idea, but is "flash/revolution.swf" accessible by the page? I've made the simple mistake of creating clean URL's and forgetting to make it "/flash/revolution.swf."

初吻给了烟 2024-08-08 17:28:42

确保将代码放在 之前,而不是放在 之后。

Make sure you put the code right before the </body>, rather than right after the </h1>.

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