get embeded flash to autoPlay

后端 未结 2 1330
醉话见心
醉话见心 2021-01-28 11:47

I\'m really puzzled how this is not working, but the video just wont auto start for some reason, am I doing something wrong? the embedded code is for flash playback

<         


        
相关标签:
2条回答
  • 2021-01-28 11:58

    Try to put autoPlay=true in the flashvars param to send this param to swf file:

    <param name="flashvars" value="src=http%3A%2F%2Fwww.domain.com%2Fvideo%2Ftest%2F<?php echo $video;?>&autoPlay=true"></param>
    

    I have tested, it's work.

    Remember to change the flashvars attribute in <embed> tag, too =)

    0 讨论(0)
  • 2021-01-28 12:15

    ;?>&auto=TR" (not autoPlay only AUTO!)>

    0 讨论(0)
提交回复
热议问题