• Resolved misty9

    (@misty9)


    I am trying to stop the video from playing automatically at loading time. I have added “autostart=”false” within the embed tag of the existing code, but it’s just doesn’t work.

    Could anyone shed some light on my issue? Thanks a lot.

    <object width=”540″ height=”360″><param name=”movie” value=”http://abc.com/v.swf”><param name=”allowFullScreen” value=”true”></param><param name=”allowscriptaccess” value=”always”></param><embed width=”540″ height=”360″ allowfullscreen=”true” allowscriptaccess=”always” quality=”high” src=”http://abc.com/v.swf&#8221; autostart=”false” type=”application/x-shockwave-flash”/></embed></object>

Viewing 2 replies - 1 through 2 (of 2 total)
  • I’m sorry but this isn’t a WordPress issue.

    Thread Starter misty9

    (@misty9)

    Never mind then. It worked after adding the following in the embed block:

    play=”false” flashvars=”autoplay=false&play=false” menu=”false”

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Embed video with Autostart="False" doesn't work’ is closed to new replies.