![]() |
|
||||||||||
|
|||||
|
Вот класс:
import inc.func.xmlUtils;
class inc.controls.DrawOps extends MovieClip{
public var clip:MovieClip;
public function DrawOps(xml:XMLNode,path:String){
//parse image
var ret:Array=xmlUtils.findByTag(xml,"image");
if(ret.length>0){
trace(path+ret[0].attributes.filename);
this.clip.onLoad=function(a:Boolean){
trace("Loaded");
}
this.clip.loadMovie(path+ret[0].attributes.filename);
trace(this.clip); //Вот тут почемуто выводит undefined.
}
}
}
|
![]() |
Часовой пояс GMT +4, время: 10:00. |
|
|
« Предыдущая тема | Следующая тема » |
|
|