“使用 sIFR 3,修订版 436 渲染” 内嵌出现
我正在将客户端站点升级到 rev. 436 来自旧版本的 sIFR 3,并且我一生都无法使导出正常工作。 当我在页面中或本地(通过 file://)查看 .swf 时,收到以下消息:
使用 sIFR 3 修订版 436 渲染
但是,如果我直接查看文件(例如 http://localhost/ path/to/font.swf),消息是:
电影 (436) 与 sifr.js 不兼容(未定义)。 使用未定义的电影。
我通常不会这么愚蠢。 关于我应该去哪里看有什么想法吗?
I'm in the process of upgrading a client site to rev. 436 from an older version of sIFR 3, and can't for the life of me get the export to work correctly. I'm getting the following message when I view the .swf in the page or locally (via file://):
Rendered with sIFR 3, revision 436
However, if I view the file directly (e.g., http://localhost/path/to/font.swf), the message is:
Movie (436) is incompatible with sifr.js (undefined). Use movie of undefined.
I'm not usually this sIFR-stupid. Any ideas on where I should look?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Flash 影片和 sIFR JavaScript 代码需要具有相同的版本。 在您的例子中,Flash 影片是 r436,并且 JavaScript 代码太旧了,甚至没有传递版本号。
如果是这样,您可能会看到类似的内容:
我想这个消息可能会更清楚一点,特别是如果没有版本号的话。
The Flash movie and the sIFR JavaScript code need to be of the same revision. In your case, the Flash movie is r436 and the JavaScript code is so old it doesn't even pass a version number.
If it did, you might have seen something like:
I guess this message could be a bit more clear, especially if there is no version number.
好的,
弄清楚了。
您必须使用 CS3 或更低版本导出。
从 CS4 导出会导致此错误!
s
ok,
figured it out.
you must export with CS3 or below.
exporting from CS4 causes this error!
s