| Property |
Description |
Example |
|---|---|---|
| Path to script | Specifies the path to the server-side script folder. This parameter is only required when uploading your .swf file to a directory different to the one containing the 'script' folder. | ../myFolder/script/php/ |
| Script type | This parameter must be set to 'php' at this time. | php |
| Moderation | Specifies whether entries should be passed automatically or require admin moderation. | no |
| Data entry Fields | The fields to submit to the database. | [{fieldInstance:fullname_txt, field:Full Name}] |
| Display Fields | The fields to read from the database. | [{fieldInstance:fullname_txt, componentType:TextField, field:Full Name, isValidate:true, validationMessage:Please enter your full name}] |
| Entry movie clip identifier | The linkage identifier for the clip used to display an entry. | myEntryClip |
| Holder movie clip | Specifies the instance name of a movie clip to hold your entries. | myHolderClip |
| Sort by | The field by which the entries should be sorted. | messagedate |
Sort order |
The order by which the entries should be sorted (ascending or descending). | DESC |
| Message auto size | Sets the autosize property of the message text field to true allowing it to resize based on the length of message. Note: The message field must be the last field in the entries in order for it to auto size without overlapping other fields. | true |
| Entries per page | The number of entries to be displayed per page. | 5 |
Entry gap |
Sets the spacing between entries when displayed. | 1 |
| Background A | The instance name of a movie clip to act as the background for the entry clip. | bgClip |
| Background B | The optional alternating color background movie clip for entries. | bgClip2 |
| Background bottom padding | Padding between the last entry and the bottom of the background (in pixels). | 5 |
| Date/time format | The format for the message date and time. Valid parameters are: %YY% = 2 digit year %YYYY% = 4 digit year %MM% = month %DD% = day %hh% = hour %mm% = minutes %ss% = seconds %p% = 12 hour time (will have a pm or am) |
%YYYY%-%DD%-%MM% %hh%:%mm% |
| Birthday format | The format for the birthday date. Valid parameters are: %YY% = 2 digit year %YYYY% = 4 digit year %MM% = month %DD% = day |
%YYYY%-%DD%-%MM% |