The following features can be customized in the fCMS:
1. From the main menu in Flash select Window -> Common Libraries -> fCMSAssets. This will open a library containing several movie clips for the fCMS.

2. Ensure the the library for your current movie is open (CTRL+L) and drag the fcmsDialogs movieclip from the fCMSAssets library, into the library of your movie.
3. You can now edit the dialog windows by editing the fcmsDialogs movie clip that you just dragged into your library. You will notice that there are key frames on the timeline of this movie clip which show the various dialog windows: password, badLogin, saveChanges, alert. You may change the layout of any of the fCMS dialog windows, however you must ensure that you do not change the instance names of dialog elements.
To change the look of the loading animation which appears as each fCMS element loads:
1. From the main menu in Flash select Window -> Common Libraries -> fCMSAssets. This will open a library containing several movie clips for the fCMS.

2. Ensure the the library for your current movie is open (CTRL+L) and drag the fcmsLoading movieclip from the fCMSAssets library, into the library of your movie.
3. You can now edit the loading animation by editing the fcmsLoading movie clip that you just dragged into your library. The loading animation will always be centered on top of the fCMS element that is being loaded.
You can change the text that appears on elements, modules and tooltips by defining the translation object of the CMSMaster. Here is an example using the default values (in this example, the CMSMaster component has an instance name of cms):
cms.translation={
initial:"<B>fCMS</B> v1.0.0",
whileSaving:"Saving Content...",
whileLoading:"Loading...",
loadingModule:"Loading Module",
buttonUpdate:"Update",
labelTextfield:"textfield:",
saveSucces:"Content was saved successfully!",
saveNothing:"Nothing to save!",
saveError:"Error while saving content",
loadError:"Error while loading content",
labelPage:"page:",
save_btn:"Save Changes",
close_btn:"Close fCMSfff",
minimize_btn:"Toggle Visible",
fbrowse_btn:"File Browser",
buttonBrowse:"Browse",
buttonAutoSize:"AutoSize",
buttonAutoFit:"AutoFit",
radioImage:"Image",
radioCaption:"Caption",
loading:"Loading...",
pluginIs7:'fCMS Admin requires Flash Player 8'
};
The default value (listed above) will be used for any value that is omitted from the translation object.
You can change the error messages returned by the backend by editing the config/config.xml file which is included in the fCMSBackend folder. The new file should be uploaded to your webserver to replace the current file.