Re: [flexcoders] VerifyError: Error #1014: Class mx.core::ByteArrayAsset could not be found.

2012-05-07 Thread Alex Harui
If you embed a bytearray, the compiler will want to link in a ByteArrayAsset for it, so you will need to link it in or provide it in an RSL. In your command-line, the definition for ByteArrayAsset is somehow being designated as external. One tidbit: In Frame1 of a SWF, all dependencies are li

[flexcoders] VerifyError: Error #1014: Class mx.core::ByteArrayAsset could not be found.

2012-05-06 Thread cuttenv
I have been trying to narrow down this issue for awhile now I think I am rather close but not quite there yet. This is a runtime error that occurs whenever I try to compile my project on the command line. It doesn't happen in Flash Builder. I have an Actionscript only project that is throwing t