- 1
- 2
- 3
- 4
var strLabel:String = (_numCurrentUpload + 1) + "/" + _filesToUpload.length;
strLabel = (_numCurrentUpload + 1 <= _filesToUpload.length && numPerc > 0 && numPerc < 100) ? numPerc + "% - " + strLabel : strLabel;
strLabel = (_numCurrentUpload + 1 == _filesToUpload.length && numPerc == 100) ? "Upload Complete - " + strLabel : strLabel;
strLabel = (_filesToUpload.length == 0) ? "" : strLabel;
expl 04.02.2011 21:57 # 0
bugmenot 04.02.2011 21:59 # +4
Lure Of Chaos 04.02.2011 22:25 # +1
ZX_Spectrum 05.02.2011 07:48 # 0
Lure Of Chaos 05.02.2011 13:52 # 0