Share via


Experience.MediaProperties Property

Gets all properties for the currently playing media.

Note   This property has been deprecated.

Syntax

  Experience.MediaProperties

Property Value

A read-only Array object that contains an array of ExProperty objects, or null if there are no properties.

Remarks

The MediaProperties array is similar to a JScript array, but it does not define all of the methods of a JScript array, and it uses function syntax to index elements, rather than array syntax; for example, Experience.MediaProperties.item(3), rather than, Experience.MediaProperties[3].

Requirements

Platform: HTML application hosted within Windows XP Media Center Edition 2004 through Windows Vista

See Also