public function getTextId():String
{
return val;
}
ExternalInterface.addCallback("getId", getTextId);
I am getting the following error:
Access of undefined property getTextId. ExternalInterface.addCallback("getId", getTextId);
But I have getTextId defined and all the tutorials indicate this is the correct method to do it.