Parameters

Property

Description

Example

Skin MovieClip Name of the skin MovieClip. Should be at the same timeline as the component. mySkin
XML File Path Absolute (URL) or relative path to the XML file on the server. The XML file needs to be in the same folder as the 'DesignersPoll.php' file.

http://www.mysite/poll.xml

Total Votes Text Text for the field that displays the number of total votes. 'XX' will be replaced with the actual number of votes dynamically. Total Votes: XX
Question - Options Distance

The Distance between the question text field and first option in pixels. The Designer's Poll component will automatically resize text fields according to the content.

10

Option - Option Distance Distance between individual options in pixels.

0

Show Number of Votes If the value is 'true', the number of votes for each option will be displayed in parentheses next to the percentage. true
Text Height Addition The number of pixels to add to a text fields height.

4

Tween Speed The speed of each option animation when showing results, in miliseconds. 250
Use Shared Object Specifies whether to use Flash's shared object to record previous recorded votes in addition to cookies (true) or not (false). true
Backend Script Extension Enter the backend script extension based on the backend file that you are using. For example, if you are using the DesignersPoll.php file, you would enter php here. If you are using the asp file, you would enter asp php