sIFR:动态插入变音符号会导致麻烦

发布于 2024-08-23 00:53:35 字数 386 浏览 11 评论 0原文

让我在开始时明确声明,我了解 Flash 中的嵌入问题。 那么,说到重点了。如果 sIFR 替换硬编码在 HTML 文件中的元音变音 (ä,ö,ü),则一切正常。 但是当我想动态插入它时它不显示。 我尝试使用字符集选项来指定我引用的 javascript 文件,但它不会改变任何事情。

这是 JavaScript 和 sIFR 代码:

sIFR.replacements["#image-counter span"][0].replaceText("ö");

我也尝试用 "ö""&#246" 替换 "ö"但这也不能解决这个问题。

有什么想法吗?

let me state cleary at the beginning that I know about the embedding issue in flash.
So, to the point. If sIFR replaces an umlaut (ä,ö,ü) which is hard coded in the HTML file everythings works fine.
But when I want to insert it dynamically it is not displayed.
I played around with charset options to specifiy the javascript file i'm referencing but it doesnt change a thing.

Here's JavaScript and sIFR code:

sIFR.replacements["#image-counter span"][0].replaceText("ö");

I tried as well to replace "ö" by "ö" and "ö" but this doesnt work around it either.

Any ideas?

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

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

发布评论

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

评论(1

素手挽清风 2024-08-30 00:53:35

好吧,这个问题现在对我来说似乎已经解决了。我尝试了另一个字符集(我首先使用了 utf-8),

但是当我引用我的 js 文件时,

<script type="text/javascript" src="js/...js" charset="ISO-8859-1"></script>

它似乎可以工作

ok the issue seems solve to me by now. i tried another charset (I used utf-8 in the first place)

but when I reference my js file with

<script type="text/javascript" src="js/...js" charset="ISO-8859-1"></script>

it seems to work

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