MultiPowUpload movie parameters
Parameter |
Type |
Description |
---|---|---|
uploadUrl |
URL |
The URL of the server script configured to handle upload through HTTP POST calls. The URL can be HTTP only. |
downloadMode |
Boolean |
Determines whether Flash Movie has interface to download files. Default value is |
loaderMode |
Boolean |
Determines whether Flash Movie has interface to load image files. Default value is |
showProgressBar |
Boolean |
Determines whether own movie progress bar will be shown or not. Default value is |
alertAboutOldversion |
Boolean |
Determines whether Flash will execute javascript:alert("Flash is too old...") method if user has too old Flash player. Default value is |
String |
List of files to show when Flash is in Download mode ( landscape.jpg|landscape.jpg|48546;frog.jpg|frog.jpg|45119 Empty string |
|
imageToLoad |
URL |
URL of image to load if Flash is in Image Loader mode ( |
redirectUploadUrl |
URL |
URL of the page that automatically will be loaded after upload is finished. |
maxFileSize |
Integer |
Maximum file size each allowed for upload in bytes. Default value is |
maxFileCount |
Integer |
Maximum number of files allowed for upload. Default value is |
maxFileSizeTotal |
Integer |
Maximum total files size allowed for upload in bytes. Default value is |
fileTypes |
String |
An array of file types used to filter the files displayed in the dialog box. Example: All files|*.*;Images|*.jpg\;*.jpeg\;*.gif\;*.png\;*.bmp Empty string (All files are displayed) |
fontFamily |
String |
The font name for text. The default value is |
listUseRollOver |
Boolean |
Determines whether rolling over a row activates highlighting. The default value is |
uploadButtonText |
String |
Default value: |
removeButtonText |
String |
Default value: |
labelText |
String |
Default value: |
progressUploadedText |
String |
Default value: |
progressTransferRateText |
String |
Default value: |
progressTimeLeftText |
String |
Default value: |
progressUploadCompleteText |
String |
Default value: |
progressUploadingText |
String |
Default value: |
progressUploadCanceledText |
String |
Default value: |
progressDownloadCanceledText |
String |
Default value: |
progressUploadStoppedText |
String |
Default value: |
progressDownloadStoppedText |
String |
Default value: |
downloadButtonText |
String |
Default value: |
cancelButtonText |
String |
Default value: |
progressDownloadedText |
String |
Default value: |
progressDownloadCompleteText |
String |
Default value: |
progressDownloadingText |
String |
Default value: |
backgroundColor |
Color |
The background color of the Flash movie. The default color is |
textColor |
Color |
The color of top lable text. The default color is |
buttonTextColor |
Color |
The color of buttons labels when button is active. The default color is |
buttonBackgroundColor |
Color |
The button background color when the button is up and active. The default color is |
buttonBorderColor |
Color |
The button border color when the button is active. The default color is |
buttonDisabledTextColor |
Color |
The color of buttons labels when button is disabled. The default color is |
buttonDisabledBackgroundColor |
Color |
The button background color when the button is disabled. The default color is |
buttonDisabledBorderColor |
Color |
The button border color when the button is disabled. The default color is |
buttonRollOverBorderColor |
Color |
The button border color when the pointer rolls over it. The default color is |
listTextColor |
Color |
The text color of items in list. The default color is |
listTextSelectedColor |
Color |
The text color of of items in list in the selected row. The default color is |
listTextRollOverColor |
Color |
The text color of of items in list when the pointer rolls over it. The default color is |
listBackgroundColor |
Color |
The background color of the list. The default color is |
listSelectionColor |
Color |
The background color of a selected row. The default color is |
listRollOverColor |
Color |
The background color of a row when the pointer rolls over it. The default color is |
listUploadedColor |
Color |
The background color of item in list when it was uploaded or downloaded. The default color is |
progressBarColor |
Color |
The foreground color in denoting the percent complete. The default color is |