Skip to main content
Participant
September 23, 2011
Question

How can I play those multiple flv files continuously...??

  • September 23, 2011
  • 1 reply
  • 814 views

How can I play flv files continuously..??

I have developed code for playing flv files in my browser. Those flv files are streaming from flash media server. I can play files individually, but I want to add one button to play multiple flv file continuously when one button clicked. How can I play those multiple flv files continuously...??

    This topic has been closed for replies.

    1 reply

    Participating Frequently
    September 23, 2011

    In the play(name : Object [,start : Number[, len : Number[, reset : Object]]]) function you can set the reset parameter to false. Which adds the streams to "playlist" everytime you call play().

    Reference :  http://livedocs.adobe.com/flashmediaserver/3.0/hpdocs/help.html?content=00000185.html