sIFR:动态插入变音符号会导致麻烦
让我在开始时明确声明,我了解 Flash 中的嵌入问题。 那么,说到重点了。如果 sIFR 替换硬编码在 HTML 文件中的元音变音 (ä,ö,ü),则一切正常。 但是当我想动态插入它时它不显示。 我尝试使用字符集选项来指定我引用的 javascript 文件,但它不会改变任何事情。
这是 JavaScript 和 sIFR 代码:
sIFR.replacements["#image-counter span"][0].replaceText("ö");
我也尝试用 "ö"
和 "ö"
替换 "ö"
但这也不能解决这个问题。
有什么想法吗?
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
好吧,这个问题现在对我来说似乎已经解决了。我尝试了另一个字符集(我首先使用了 utf-8),
但是当我引用我的 js 文件时,
它似乎可以工作
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
it seems to work