개발/기타

JavaScript Playstates Event Code

xwing 2008. 12. 4. 16:18

ValueStateDescription
0UndefinedWindows Media Player is in an undefined state.
1StoppedPlayback of the current media item is stopped.
2PausedPlayback of the current media item is paused. When a media item is paused, resuming playback begins from the same location.
3PlayingThe current media item is playing.
4ScanForwardThe current media item is fast forwarding.
5ScanReverseThe current media item is fast rewinding.
6BufferingThe current media item is getting additional data from the server.
7WaitingConnection is established, but the server is not sending data. Waiting for session to begin.
8MediaEndedMedia item has completed playback.
9TransitioningPreparing new media item.
10ReadyReady to begin playing.
11ReconnectingReconnecting to stream.

'개발 > 기타' 카테고리의 다른 글

Silverlight KeyNotFoundException  (0) 2008.12.30
JSON맛보기  (0) 2008.08.27
Soap Toolkit 을 이용하여 ASP에서 웹서비스 이용하기  (0) 2008.08.27