ActionScript 2.0 Language Reference |
|
|
|
| ActionScript classes > Button > _soundbuftime (Button._soundbuftime property) | |||
public _soundbuftime : Number
The property that specifies the number of seconds a sound prebuffers before it starts to stream.
Note: Although you can specify this property for a Button object, it is actually a global property that applies to all loaded sounds, and you can specify its value simply as _soundbuftime. Setting this property for a Button object actually sets the global property.
For more information and an example, see the _soundbuftime global property.
Availability: ActionScript 1.0; Flash Player 6
|
|
|
|