我有一个As3文件,我收到运行时错误:
ReferenceError: **Error #1008**: Tooltip is ambiguous; Found more than one matching binding.
我有一个名为Tooltip
的类,还有一个带有链接类的库中的符号:Tooltip和Base Class fvg.Tooltip(fvg是包的名称)。为什么我会遇到这种冲突?
答案 0 :(得分:1)
固定!我必须在我的Document类文件中导入工具提示类。