December 15, 2010 - 4 comments

Error #2044: Unhandled AsyncErrorEvent:. text=Error #2095: flash.net.NetStream was unable to invoke callback onXMPData

Ran in this issue today, similar to the old onMetaData error where we would always have to include an onMetaData handler even it we didn't need to use it. To fix the latest issue and stop the error event simply add in an onXMPData handler similar to the one below...

public function onXMPData(info:Object):void {
}

Published by: nick in AS3, Flash, Flex

Comments

Gabriel
May 31, 2011 at 7:18 am

I can’t believe how much yo saved my life and how simple and stupid clearing this error is. I googled like crazy and many people have the same problems with no solutions whatsoever or offering and incredibly long and unworkable solution. After 3 days of googling I stumbled into your blog and these 2 lines of code got rid of the problem. Incredible.

Thanks a lot for your help!

nobody
July 25, 2011 at 5:30 am

Good job, you saved my ass to ! Thanks

Fabiano Luiz
August 10, 2011 at 2:31 pm

Great job, thanks

123whitelight@gmail.com
March 28, 2013 at 12:38 pm

Thanks man. really halpful.

Leave a Reply to Fabiano Luiz Cancel Reply