ActionScript 2.0 Components Language Reference |
|
|
|
| Slide class > Using the Slide class > Slide parameters | |||
You can set the following authoring parameters for each slide in the Property inspector or the Component inspector:
autoKeyNav determines how, or if, the slide responds to the default keyboard navigation. For more information, see Slide.autoKeyNav.
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 slide. This can be the linkage identifier of a movie clip or an absolute or relative URL of a SWF or JPEG file to load into the slide. By default, loaded content is clipped to fit the slide.
overlayChildren specifies whether the slide's child slides remain visible (true) or not (false) when you navigate from one child slide to the next.
playHidden specifies whether the slide continues to play (true) or not (false) when hidden.
|
|
|
|