[flex] 两个mxml里面的成员如何互相调用
qiyangyang2010
2010-06-29
var twind:ImgVerse=new ImgVerse();
twind.imgS=vsimg3.source.toString(); twind.imgStr=vsimg4.source.toString(); PopUpManager.addPopUp(twind,this,true); PopUpManager.centerPopUp(twind); |
|
libo_591
2010-08-16
2种办法。
1.你想调用,无非就是要用他的属性或者方法,可以通过时间的形式,向那个组件发送事件,那边接受后,想怎么搞都行 2.通过application作为一个过渡,用parentApplication.xx.xx.xx.xx这样的形式一路找下去 希望对你有帮助。。 |
|
王慧迪
2010-08-31
希望谁能讲的详细一些
|