In the constructor of movie clip class, add the code as below
- var loader:Loader = new Loader();
- loader.load(new URLRequest('image path'));
- addChild(loader);
รูปภาพจะถูกโหลดจาก image path และถูกใส่เป็น child ใน movie clip นี้
The image will be loaded from image path and added to be child of this movie clip
หมายเหตุ: อย่าลืม import flash.net.URLRequest;
Notice: you must import flash.net.URLRequest;
No comments:
Post a Comment