Skip to main content
May 22, 2011
Question

How can I get the stream status while playing?

  • May 22, 2011
  • 1 reply
  • 385 views

The stream can be buffering,playing or closed.

How can I capture these events while playing?

    This topic has been closed for replies.

    1 reply

    Participating Frequently
    May 23, 2011

    Hi,

    You can use NetStream.onStatus to handle the status messages on the net stream object.

    Here is the link which you will find useful. http://livedocs.adobe.com/flashmediaserver/3.0/hpdocs/help.html?content=00000182.html.

    Thanks.