<comp:FlowerPower2 id="image1" /> from comp/FlowerPower2.fxg is the
MXML way of doing things .... how is it done in Actionscript?

private var group:Group;
group = new Group();
group.addItem(FlowerPower2.fxg must plug in here);
addChild(group);

TIA,

Mic.

Reply via email to