noSkip

banner art

Previous Next

noSkip

The noSkip attribute specifies whether a client can fast forward, rewind, seek, or skip next within the current media element.

  • Note   This attribute is available only for streaming to Windows Media Player 9 Series and later.

Syntax

  noSkip= "false" | "true"

Remarks

The WMS SMIL Playlist Parser plug-in enforces case sensitivity on the noSkip attribute.

By default, the value of this attribute is false. End users can still skip previous, pause, or stop a media element when noSkip is set to true.

If noRecede and noSkip are both set to true, then the client will not be able to skip to the previous or next element in the playlist.

See Also

Previous Next