ReferenceError:错误 #1008 类不明确
我有一个 As3 文件,但出现运行时错误:
ReferenceError: **Error #1008**: Tooltip is ambigacy;找到多个匹配的绑定。
我有一个名为Tooltip
的类,并且库中还有一个带有链接类的符号:Tooltip和基类fvg.Tooltip(fvg是包的名称) 。为什么我会遇到这种冲突?
I have a As3 file and I get a runtime error:
ReferenceError: **Error #1008**: Tooltip is ambiguous; Found more than one matching binding.
I have a class named Tooltip
and also a symbol in library with linkage class: Tooltip and Base Class fvg.Tooltip (fvg is the name of the package). Why I get this conflict?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
固定的!我必须在我的文档类文件中导入 Tooltip 类。
Fixed! I had to import the Tooltip class in my Document class file.