How to use button themes
To start working simply put button theme file (buttontheme.swf) on server and setup xml configuration file* or specify menu properties in flash component**. You can store your button theme files anywhere on server.But remember this path can be absolute (example:http://www.yourdomain.com/themes/theme01.swf) or relative to the directory with your HTML page (example: ../themes/theme01.swf).* Setup xml configuration file In a xml file you can find this node with attribute "theme_file_path": ... <button_theme theme_file_path="path to buttontheme.swf"/> ... This attribute is the path to the menu buttons theme file. Its value may be either an external swf (buttontheme.swf) file path. If no name is specified, the included basic theme will be used. If the name is incorrect, the component will not work. ** Specify menu properties In a Flash component in the Custom UI you can find this parameter: Button theme file (external) This parameter is the path to the menu buttons theme file. Its value may be either an external swf (themename.swf) file path. If no name is specified, the included basic theme will be used. If the name is incorrect, the component will not work.