Steps to reproduce:
1. Run the following (I've attached the code too):
<?xml version="1.0" encoding="utf-8"?>
<FxApplication xmlns="
http://ns.adobe.com/mxml/2009">
<BitmapGraphic id="bg" width="100" height="150" source="@Embed('photo1.jpg')" />
</FxApplication>
Actual Results:
The image renders the right side of photo1.jpg.
Expected Results:
The image used to render the left side of photo1.jpg.
Workaround (if any):