Autoplay video without controls?? Need help please

by Avdo
13 replies
Hello warriors,

I need help.. I want to replace my youtube video on squeeze page with the video which will autoplay on load of page, and it should be with no controls viewable..

Anyone know how to do it? Any help is appreciated..

Thanks
#autoplay #controls #video
  • Profile picture of the author Joel
    You may be interested to know that YouTube does NOT count video's set to autoplay as viewer counts for the video on YouTube.
    Signature

    "Without data or facts, you are just another person with an opinion"

    {{ DiscussionBoard.errors[1695371].message }}
    • Profile picture of the author Avdo
      Originally Posted by Joel View Post

      You may be interested to know that YouTube does NOT count video's set to autoplay as viewer counts for the video on YouTube.
      it doesn't matter to me..I'd just like it to be on autoplay and with no controls..it doesn't have to be from youtube either..

      Any suggestions?
      {{ DiscussionBoard.errors[1695375].message }}
  • Profile picture of the author Avdo
    Any suggestions? I'm in a hurry please..

    Thanks
    {{ DiscussionBoard.errors[1695554].message }}
  • Profile picture of the author Gary Rambo
    Easy Video Player will do what you want as well as some others things that you might find useful.

    Gary
    {{ DiscussionBoard.errors[1695601].message }}
    • Profile picture of the author Killer Joe
      To make your video autostart change the autostart parameter from 'false' to 'true'.

      Look for a line of code something like this (this is a Camtasia video)

      <param name="flashvars" value="autostart=false[snip]

      On Camtasia videos you will need to look for TWO different lines of code, one below the other by a few lines (the second set of code lines are for IE browsers), and change them both to 'true'.

      That won't effect the controls, but it will allow for autostart.

      KJ
      Signature
      {{ DiscussionBoard.errors[1695634].message }}
      • Profile picture of the author Avdo
        Originally Posted by Killer Joe View Post

        To make your video autostart change the autostart parameter from 'false' to 'true'.

        Look for a line of code something like this (this is a Camtasia video)

        <param name="flashvars" value="autostart=false[snip]

        On Camtasia videos you will need to look for TWO different lines of code, one below the other by a few lines (the second set of code lines are for IE browsers), and change them both to 'true'.

        That won't effect the controls, but it will allow for autostart.

        KJ
        Thanks KJ,

        But this is a JING video in mp4 format uploaded to youtube, so there is no that line "<param name="flashvars" value="autostart=false[snip]"

        There is only "<param name"allowfullscreen" value"true" </param>
        and "allowscriptaccess"
        {{ DiscussionBoard.errors[1695674].message }}
        • Profile picture of the author Killer Joe
          You could try adding that line of code, but in Camtasia that code line also includes the info for the first frame thumbnail, and background color, and looks like this:

          <param name=" <param name="flashvars" value="autostart=false&thumb=FirstFrame.png&thumbs cale=45&color=0x1A1A1A,0x1A1A1A" />

          Perhaps adding a line such as this will do the trick:

          <param name="flashvars" value="autostart=true" />

          KJ
          Signature
          {{ DiscussionBoard.errors[1695705].message }}
      • Profile picture of the author ramblindawg
        Originally Posted by Killer Joe View Post

        To make your video autostart change the autostart parameter from 'false' to 'true'.

        Look for a line of code something like this (this is a Camtasia video)

        <param name="flashvars" value="autostart=false[snip]

        On Camtasia videos you will need to look for TWO different lines of code, one below the other by a few lines (the second set of code lines are for IE browsers), and change them both to 'true'.

        That won't effect the controls, but it will allow for autostart.

        KJ
        Thanks for the heads-up about the TWO lines of code. I had just fixed one, and of course it wasn't working. You saved me a lot of headaches
        {{ DiscussionBoard.errors[4295576].message }}
  • Profile picture of the author Avdo
    Thanks KJ,

    I just tried it, added the code <param name="flashvars" value="autostart=true" /> but it does not work
    {{ DiscussionBoard.errors[1696080].message }}
    • Profile picture of the author Killer Joe
      Originally Posted by Avdo View Post

      Thanks KJ,

      I just tried it, added the code <param name="flashvars" value="autostart=true" /> but it does not work
      If you have time, copy the code and send it to me in a PM and let me look at it. Sometimes two sets of eyes are better than one.

      No promises, but you never know...

      KJ
      Signature
      {{ DiscussionBoard.errors[1696116].message }}
  • Profile picture of the author Avdo
    Thanks KJ,

    PM sent, code with the line you suggested
    {{ DiscussionBoard.errors[1696162].message }}
  • Profile picture of the author AndrewStark
    I use easyflv and when you're creating the code for the player it gives you the option of autoplay as well as different players - including a controllerless option.

    The only downside is that I've never figured out how to add it to a wordpress blog, but it's super easy to add the code into a static page, and it also works a treat on the OTO page of my butterfly sites.
    {{ DiscussionBoard.errors[1697104].message }}
  • Profile picture of the author Avdo
    @Andrew easyflv seams like a good and not so expensive solution, but for now I've menaged to setup my youtube video on autoplay, I used this tutorial
    I still have to find solution to hide play controls
    {{ DiscussionBoard.errors[1700372].message }}

Trending Topics