hmm! this happened couple days while trying to use the great as3yaml parser by Derek Wischusen
http://flexonrails.net/?p=98
apparently it started to happen in the latest flash player 115.
following all the steps Derek set, I was getting this Error at runtime:
VerifyError: Error #1107: The ABC data is corrupt, attempt to read out of bounds.
at Function/http://adobe.com/AS3/2006/builtin::call()
at org.as3yaml::Parser/parseStreamNext()
at org.as3yaml::Parser/peekEvent()
at org.as3yaml::Composer/composeNode()
at org.as3yaml::Composer/composeDocument()
at org.as3yaml::Composer/getNode()
at org.as3yaml::BaseConstructor/getData()
at org.as3yaml::YAML$/load()
at org.as3yaml::YAML$/decode()
at testYaml/onYamlLoad()
at flash.events::EventDispatcher/dispatchEventFunction()
at flash.events::EventDispatcher/dispatchEvent()
at flash.net::URLLoader/onComplete()
seems like a new common problem, found this post:
http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=72&catid=616&threadid=1323788&enterthread=y
does anyone know what is happening and how to get this solved?
What does that Error mean even? where should we start looking?
any help is most appreciated,
thanks