|
MultiPowUpload 3.3
Status label parameters |
Home
page Contact
support
|
Status label parameters
For the information on how to setup the MultiPowUpload parameters see tutorial section.
| Parameter name | Type | Desciption | Default value |
|---|---|---|---|
| statusLabel.htmlEnabled | Booelan | Determines whether some of html tags can be used in status label. Supported tags can be found here |
false |
| statusLabel.x | Number | Horizontal position. | 4 |
| statusLabel.y | Number | Vertical position. | <progressBar.y>-<statusLabel.height> |
| statusLabel.width | Number | Label width. | <movie.width>-8 |
| statusLabel.height | Number | Label height. | 20 |
| statusLabel.text.generateThumbnails | String | Status message. It is displayed when MultiPowUpload generates thumbnails for an upload. | Generating image thumbnails... please wait. |
| statusLabel.text.loadFile | String | Status message. It is displayed when MultiPowUpload loads a file into memory. | Prepare for the file upload: file content is being read. |
| statusLabel.text.ready | String | Status message. It is displayed when MultiPowUpload have no uploads in process. | Count of the files: <FILESCOUNT> (<TOTALSIZE>) |
| statusLabel.text.uploadCancelled | String | Status message. It is displayed when the cancel button is clicked and the cancelImmediately is set to false. | Upload of the next files is canceled. Wait... |
| statusLabel.text.uploadComplete | String | Status message. It is displayed when an upload is complete. | Upload complete! <UPLOADEDFILESCOUNT> files (<TOTALUPLOADEDSIZE>/<TOTALUPLOADSIZE>), Elapsed time: <ELAPSEDHOUR>:<ELAPSEDMIN>:<ELAPSEDSEC> |
| statusLabel.text.uploadProgress | String | Status message. It is displayed when an upload is in progress. | Total: <PERCENT>% (<FILESNUM>/<FILESTOUPLOADCOUNT>) Bytes: <TOTALUPLOADEDSIZE>/<TOTALUPLOADSIZE> (<RATEVALUE>/sec, time left: <LEFTHOUR>:<LEFTMIN>:<LEFTSEC>) |
| statusLabel.text.uploadStart | String | Status message. It is displayed when an upload process has started. | Uploading... |
| statusLabel.text.uploadStopped | String | Status message. It is displayed when an upload process is stopped. | Upload has been stopped. Uploaded bytes: <TOTALUPLOADEDSIZE>, Elapsed time: <ELAPSEDHOUR>:<ELAPSEDMIN>:<ELAPSEDSEC> |
| statusLabel.text.waitForConnection | String | Status message. It is displayed when MultiPowUpload is waiting for the connection restore. | The server does not respond. Trying reconnect, please wait. |