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