Skip to content

Can we still do Async? #66

@sfxworks

Description

@sfxworks

Following this guide:

I do

	var md5:MD5 = new MD5();
	md5.addEventListener(ProcessEvent.COMPLETE, handleMd5HashComplete);
	md5.addEventListener(ProcessEvent.ERROR, handleMd5Error);
	md5.hashBytes(fileBA);

Yet I get

1061: Call to a possibly undefined method addEventListener through a reference with static type by.blooddy.crypto:MD5.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions