According to reports I’m getting an intermittent “ReferenceError: Error #1069” (property PROPERTY_NAME not found on CLASS_NAME) on a guest user running Flash 11.5 when calling this:
if (kongregate.services.isGuest()) {
kongregate.services.showRegistrationBox();
}
I can’t recreate it or determine what PROPERTY_NAME or CLASS_NAME it’s talking about. Has anyone else run into this? Is it possible that some version of the api could be missing .services or some internal component?