|
|
|||
Flash Player 7
FileViewer.translation:Object
Property; Allows changing of text used by the component internally. The default value is:
{
downloadBtn:"Download File",
zoomInBtn:"Zoom In",
zoomOutBtn:"Zoom Out",
notValid:"File extension is not valid."
}
The following code will change the upload button label:
myFileViewer.translation = {
downloadBtn:"Click to Download File"
}