符号 0 未定义错误

发布于 2024-12-21 09:58:58 字数 247 浏览 0 评论 0原文

我用Flashdevelop。

我正在尝试从另一个文件导入符号。 [Embed(source='test.swf', symbol="new_game")] protected var new_game3:Class;

我明白了 错误:无法创建源 rc_new_game3。:符号 0 未定义 [Embed(source='test.swf', symbol="new_game")] protected var new_game3:Class;

I use Flashdevelop.

I am trying to import a symbol from another file.
[Embed(source='test.swf', symbol="new_game")] protected var new_game3:Class;

I get
Error: Unable to create source rc_new_game3.: symbol 0 not defined
[Embed(source='test.swf', symbol="new_game")] protected var new_game3:Class;

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

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

发布评论

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

评论(2

浸婚纱 2024-12-28 09:58:58

这意味着 Flex SDK 无法理解 Flash 编译到 test.swf 中的内容。可以尝试的事情:

  • 升级 Flex SDK。
  • 在闪存中搜索“可疑”符号名称 - 从库中的名称中删除所有非字母数字、非拉丁字符。
  • 已知补间形状和某些线条样式会导致 Flex 编译器出现链接错误。补间形状通常可以通过将动画分解为帧来固化,线条样式可以通过“分解”(Ctrl+B) 包含它们的图形来固化。

This means that Flex SDK wasn't able to understand what Flash compiled into the test.swf. Things to try:

  • upgrade Flex SDK.
  • search for "suspicious" symbol names in flash - eliminate all non-alphanumeric, non-latin characters from names in the library.
  • shape tweens and some linestyles are known to cause linking errors to Flex compiler. Shape tweens may usually be cured by breaking the animation into frames, linestyles can be cured by "breaking apart" (Ctrl+B) the graphics containing them.
饮惑 2024-12-28 09:58:58

wvxvw 是在正确的轨道上,它是由 swf 文件引起的。
有些参数没有设置,对于一个按钮,没有给出Up/Over/down/Hit状态是什么......

wvxvw was on the right track, it was caused by swf file.
Some parameters were not set, for a button, it was not given what is the Up/Over/down/Hit state....

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