Importing the minner into flex project

53 views
Skip to first unread message

NguyenMan

unread,
Mar 5, 2012, 11:22:38 PM3/5/12
to Sociodox
How can I attach the miner in to flex application?

Ivan Misyats

unread,
Mar 28, 2012, 5:20:51 AM3/28/12
to soci...@googlegroups.com
Add this code in creationComplete handler of your application:

var container:UIComponent = new UIComponent();
this.addElement(container);
container.addChild(new TheMiner());
Reply all
Reply to author
Forward
0 new messages