Form parameters

You can set the following authoring parameters for each Form instance in the Property inspector or in the Component inspector:

autoload indicates whether the content specified by the contentPath parameter should load automatically (true), or wait to load until the Loader.load() method is called (false). The default value is true.

contentPath specifies the contents of the form. This can be the linkage identifier of a movie clip or an absolute or relative URL for a SWF or JPEG file to load into the slide. By default, loaded content is clipped to fit the slide.

visible specifies whether the form is visible (true) or not (false) when it first loads.