The BehaviorsList object is an array of BehaviorInfo objects that describe the behaviors in an image map (see BehaviorInfo object). The BehaviorsList object does not occur by itself. That is, all occurrences of BehaviorsList objects are members of other objects. In the following example, behaviors is an object of type BehaviorsList, and curBehavior is an object of type BehaviorInfo.
var curBehavior = slices[i][j].behaviors[k];
The BehaviorsList object has only one property, which is read-only and is shown in the following table.
| Property (read-only) | Data type | Notes |
|---|---|---|
|
|
integer |
The number of BehaviorInfo objects in the BehaviorsList array (0 or more) (see BehaviorInfo object). |
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/fireworks/8/fwextending/fw_02_63.htm