ReferenceError: Error #1008 Class is ambiguous
Posted
by Dimitree
on Stack Overflow
See other posts from Stack Overflow
or by Dimitree
Published on 2010-03-15T09:50:09Z
Indexed on
2010/03/15
11:29 UTC
Read the original article
Hit count: 227
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?
© Stack Overflow or respective owner