0
我試圖從嵌入式源圖像加載BitmapImage的,這增加是UIComponent。我附上下面的代碼。我一直無法得到這個工作。任何幫助將不勝感激。添加的BitmapImage到畫布
var bitmap:BitmapImage = new BitmapImage();
bitmap.source ="@Embed('sample.jpg')";
var graphic:Graphic = new Graphic();
graphic.addElement(bitmap);
thumbHolder.addChild(graphic);
當我運行此我沒有得到一個錯誤,但沒有圖像顯示在thumbHolder(我UIComponent)。
謝謝
非常感謝林戈納嘗試這一點 – jln646v