Share via


Windows Media Player 11 SDK Network.framesSkippedĀ 

Windows Media Player SDK banner art

Previous Next

Network.framesSkipped

The framesSkipped property retrieves the total number of frames skipped during playback.

Syntax

  
    
  

Possible Values

This property is a read-only Number (long).

Example Code

The following JScript example uses Network.framesSkipped to display the total number of frames skipped during playback when the user clicks a button. The information is displayed in an HTML DIV created with ID = "FS". The Player object was created with ID = "Player".

  

Requirements

Version: Windows Media Player version 7.0 or later.

Library: Use wmp.dll.

See Also

Previous Next