Skip to content

Dispatch "OVVError" from the "OVVAsset" constructor #121

@crayoned

Description

@crayoned
  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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions