Skip to main content
Participant
February 20, 2014
Question

Live SWF Does not autoplay

  • February 20, 2014
  • 0 replies
  • 561 views

I have googled and searched for anyone that may have had this problem but cannot find anything so I am asking here.

I have a flash object embedded in a page as such.

<object width="640" height="377">
<param name="movie" value="http://fpdownload.adobe.com/strobe/FlashMediaPlayback_101.swf"></param>
<param name="flashvars" value="src=rtmp%3A%2F%2F203.9.149.28%2Flive%2FC1&autoPlay=true"></param>
<param name="allowFullScreen" value="true"></param>
<param name="allowscriptaccess" value="always"></param>
<embed src="http://fpdownload.adobe.com/strobe/FlashMediaPlayback_101.swf" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="640" height="377" flashvars="src=rtmp%3A%2F%2F203.9.149.28%2Flive%2FC1&autoPlay=true"></embed>
</object>

However when the client loads the page the stream does not autoplay, even though the option is set.  It begins to buffer the stream and it says 'Buffering' but it never starts.  If I click the pause button then hit play, it will start after a short buffering period.

Any help is appreciated.

    This topic has been closed for replies.