|
|
|
รบกวนถามหน่อยว่าคือจะทำ flash ให้มี progressbar component แต่ทำไม่ได้ |
|
|
|
|
|
|
|
มีปัญหาเรื่อง path หรือเปล่าครับ
|
|
|
|
|
Date :
2012-01-27 17:24:53 |
By :
webmaster |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ตอนนี้ไม่ error แล้วค่ะ แต่ % ไม่ขึ้นค่ะ ไม่รู้ว่าทำอะไรผิดค่ะ รบกวนดูให้หน่อยค่ะ
var imgurl:String = "C:/Documents and Settings/All Users/Documents/My Pictures/Sample Pictures/Winter.jpg";
var myrequest:URLRequest = new URLRequest(imgurl);
myloader.scaleContent = true;
myloader.load(myrequest);
pbar.source = myloader;
pbar.addEventListener(ProgressEvent.PROGRESS,loadprogress);
pbar.addEventListener(Event.COMPLETE,loadcomplete);
function loadprogress(event:ProgressEvent):void{
percenttxt.text = int(event.currentTarget.percentComplete) + " %";
}
function loadcomplete(event:Event):void{
pbar.removeEventListener(ProgressEvent.PROGRESS,loadprogress);
pbar.removeEventListener(Event.COMPLETE,loadcomplete);
removeChild(pbar);
percenttxt.text = "";
}
|
ประวัติการแก้ไข 2012-01-28 10:27:07
|
|
|
|
Date :
2012-01-28 10:22:50 |
By :
fight2932 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 05
|