Flex compiler transcoding error
Monday, April 18th, 2011If you get an error like this from the Flex compiler: Error: unable to resolve ‘assets/images/Back.png’ for transcoding It probably means you specified a relative path where you meant to use an absolute path. Depending on what the compiler’s current directory is when it gets to resolving this asset, it might work, or it might […]