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.
Following this guide:
I do
Yet I get