timeline.selectAllFrames()
#### Availability
Flash MX 2004.
#### Usage
timeline.selectAllFrames()
#### Parameters
None.
#### Returns
Nothing.
#### Description
Method; selects all the frames in the current timeline.
#### Example
The following example selects all the frames in the current timeline.
javascript
fl.getDocumentDOM().getTimeline().selectAllFrames();