Answered
InlineGraphicElement sizing bug
When InlineGraphicElements width or height are set to 'auto',
swfs have an unexpected aspect ratio. It looks like they try to be
square, instead of using the DisplayObject's width and height.
var graphic:DisplayObject = new MyEmbeddedSwf();
var ige:InlineGraphicElement = new InlineGraphicElement();
ige.source = graphic;
var graphic:DisplayObject = new MyEmbeddedSwf();
var ige:InlineGraphicElement = new InlineGraphicElement();
ige.source = graphic;
