Dimitree
Dimitree

Reputation: 211

ReferenceError: Error #1008 Class is ambiguous

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?

Upvotes: 1

Views: 697

Answers (1)

Dimitree
Dimitree

Reputation: 211

Fixed! I had to import the Tooltip class in my Document class file.

Upvotes: 1

Related Questions