Skip to main content
Participating Frequently
March 25, 2010
Question

ProgressEvent to display buffer progress...

  • March 25, 2010
  • 1 reply
  • 1143 views


Hello,

Is it possible to listen to ProgressEvent when streaming?

I want to display the buffer progress by listening to the NetStream ProgressEvent, but the event does not dispatch...

Any help is greatly appreciated.

Niusaul

    This topic has been closed for replies.

    1 reply

    Janaki Lakshmikanthan
    Adobe Employee
    Adobe Employee
    March 26, 2010

    Hi,

    Looks like 'ProgressEvent' does not applies for NetStream. It is related to load, socket, fileStream classes. What exactly are you looking for your usecase. May be we can get a solution by some other means.

    Regards,

    Janaki L

    Niusaul11Author
    Participating Frequently
    March 27, 2010

    Hello Janaki,

    I try to display the progress bar as with progressive download, where we have a play bar on top and progressive download bar underneath. I am not sure if it's applicable to streaming.

    Janaki Lakshmikanthan
    Adobe Employee
    Adobe Employee
    March 29, 2010

    Hi,

    Definitely you can achieve that. Pls refer the sample videoPlayer application that comes with FMS installation. It has the source code which has progressive bar that operates with FMS streaming and progressively downloaded media. InstallRoot\Flash Media Server 3.5\samples\videoPlayer\source\videoPlayer\src. Check out the .mxml and .as file associated with this.

    Let me know if you need more assistance.

    Regards,

    Janaki L