Developing widget admin applications
Widget admin applications can be Flash applications only and have the following requirements:
- Admin application should have the name “admin.swf” and be located in the “app” folder of the widget package;
- It shouldn’t have any skins or language files.
- You can’t refer to the “Stage” or “global” object from the admin panel.
- Admin applications shouldn’t exceed 750 pixels wide and 550 pixels high.
- The Admin panel should require 4 variables to be passed to the application:
- url – XMLS url
- module – widget system name
- nick – administrator login
- password – administrator password
- You should authorize an administrator from the admin panel using the XMLS “loginAdmin” function (see APIFunctions section).
- You shouldn’t describe the admin application in “inc/constants.inc.php”.










