actionscript 3 - VerifyError: Error #1107: The ABC data is corrupt, attempt to read out of bounds. - Flash CS5 -
i tested flash application in flash ide, never through error. when uploaded in server, got error. why getting verifyerror? flash application loads library assets through bulk loader, later assets bulkloader display in main page. assets includes swf,xml etc.
usually happens when loading external swf files, using different version of classes in main application.
this because compiled rsl's, modules or other external swf against different version of flex sdk. changed class , didn't recompile of swf's again.
sometimes can right, old swf cached browser, , incompatible main application. can around adding version number file names, old cached version never used.
Comments
Post a Comment