MXMLでスプライトオブジェクトを描画する場合は、UIComponentオブジェクトをまずaddChildしてから、そこにaddChildしていく。 <?xml version="1.0" encoding="utf-8"?> <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" width="256" height="256" initialize="init()"> <mx:Script> <![CDATA[ import mx.core.UIComponent; private function init():void { var container:UIComponent = new UIComponent(); addChild(container); //円 var