Compartir a través de


EFFECTS.allowAll

[The feature associated with this page, Windows Media Player SDK, is a legacy feature. It has been superseded by MediaPlayer. MediaPlayer has been optimized for Windows 10 and Windows 11. Microsoft strongly recommends that new code use MediaPlayer instead of Windows Media Player SDK, when possible. Microsoft suggests that existing code that uses the legacy APIs be rewritten to use the new APIs if possible.]

The allowAll attribute specifies or retrieves a value indicating whether to include all the visualizations that are in the registry.

        elementID.allowAll

Possible Values

This attribute is a read/write Boolean.

Value Description
true Default. Allows cycling of all visualizations on the user's system.
false Limits cycling to visualizations appearing within EFFECTS tags.

Remarks

If this attribute is set to false, only the visualizations appearing within EFFECTS tags can be cycled through using previous/next. If it is set to true, then all visualizations that are registered on the user's system can be cycled through. If it is set to true and you specify any visualizations within EFFECTS tags, then the attributes specified in these tags are applied to all visualizations on the user's system.

Requirements

Requirement Value
Version
Windows Media Player version 7.0 or later

See also

EFFECTS Element