openvv icon indicating copy to clipboard operation
openvv copied to clipboard

Dispatch "OVVError" from the "OVVAsset" constructor

Open crayoned opened this issue 8 years ago • 0 comments

  if (!externalInterfaceIsAvailable()) {
      dispatchEvent(new OVVEvent(OVVEvent.OVVError, {
          "message": "ExternalInterface unavailable"
      }));
      return;
  }

this event will never catch, because I can subscribe on "OVVError" only after run constructor

crayoned avatar Jun 16 '16 09:06 crayoned