layStateChange

最简单的办法打断点,调测以下。下面是WMPSDK中给你整理的:
a> The   OpenStateChange   event   occurs   when   the   openState   property   changes   value.
Player.openState   Possible   Values:
PlaylistChanging\PlaylistLocating\MediaLoading\MediaOpening...

b> The   PlayStateChange   event   occurs   when   there   is   a   change   in   the   playState   property.
player.playState   Possible   Values:Stopped\Paused\Playing...

c> The   StatusChange   event   occurs   when   the   status   property   changes   value.
The   StatusChange   event   is   fired   whenever   this   property   changes   value.

posted on 2009-05-08 14:56  大胡子青松  阅读(117)  评论(0编辑  收藏  举报

导航