I am just learning Starling, trying to put an image on the canvas.
the code I am looking at looks like this:
[Embed(source="wordvillelogo.png")]
public static const Mushroom:Class;
The image itself in located in the same directory as my .as files and FLA file.
Yet, when I compile the code I get an error
unable to resolve 'wordvillelogo.png' for transcoding
What is the correct format to embed this image?