|
|||
|
Hi guys,
I'm trying to update a Progressbar's width and a Textfield using the ftp.onUpload event. The trace output works fine, but the flash is not updating. What am I doing wrong? This is the ffish side: Code:
ftp.onUpload = function (percent) {
FlashPlayer.targetSetProperty("_root.ProgressBar", 8, percent);
FlashPlayer.setVariable("_root.StatusBarText", percent + "%");
trace(percent);
if (!processMsg()) return false;
return true;
}
Ariel |
|
|||
|
Yes, because when I do something like drag a scrollbar or make any other message fire while it is uploading, the progress bar and the textual progress work. When I don't do any mouse actions, they don't work.
|
![]() |
Was this information helpful? Yes No
| Thread Tools | |
| Display Modes | |
|
|