How Do I Get Context Menus Working in Flex?

Edited on 09/04/09
I have the usual openzoom namespace (xmlns:openzoom="http://ns.openzoom.org/2008") inside the application tag and MultiScaleImage component (openzoom-preview-111.swc) is what i'm using . contextmenus are cool, but I just could not get it right. Does not work even when I try to access a "newer namespace" by replacing 2008 with 2009.

<openzoom:controllers>
<openzoom:keyboardcontroller />
<openzoom:mousecontroller />
<openzoom:contextmenucontroller />
</openzoom:controllers>

and flexbuilder says

Could not resolve <openzoom:contextmenucontroller /> to a component implementation.
same error occurs with <openzoom:fillconstraint> and <openzoom:smoothtransformer />.
Please say what iam doing wrong?.</openzoom:fillconstraint>
Inappropriate?
1 person has this question

The company marked this question as answered.

See the changes made to this question
User_default_medium