I was testing my project in CS6. Everything was fine. I literally changed nothing. I test. Tons of errors that it is unable to transcode embedded movieClips. I am literally going insane trying to find out why this is happening.. the errors:
/Volumes/FLASHDRIVE/CodeCanyon/Example/src/mvc/View.as, Line 140 Unable to transcode /Volumes/FLASHDRIVE/CodeCanyon/Example/src/mvc/assets/graphic.swf.
/Volumes/FLASHDRIVE/CodeCanyon/Example/src/mvc/View.as, Line 144 definition for symbol 'VContent22' not found
52 errors all like this. Obviously, these movieclips do exist in the exact file that is specified here. Does anyone know what could be going on here??
Here is the code:
[Embed (source = "/Volumes/FLASHDRIVE/CodeCanyon/Example/src/mvc/assets/graphic.swf", symbol = "VContent1")] private var VContent1:Class;