External.viewParameters

[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.]

Note

This topic describes functionality designed for use by online stores. Use of this functionality outside the context of an online store is not supported.

The viewParameters property retrieves parameters associated with the current view in Windows Media Player.

Syntax

window.external.viewParameters

Possible Values

This property returns a read-only String.

Remarks

This property retrieves parameters that were previously set by the online store. For example, the online store can specify view parameters in the ViewParams parameter of the changeView method or the Params parameter of the changeViewOnlineList method.

View parameters are not interpreted by Windows Media Player. They are created by the online store and have meaning only to the online store.

Requirements

Requirement Value
Version
Windows Media Player 11.
DLL
Wmp.dll

See also

External Object for Type 1 Online Stores