How to turn turn off the autoplay function of videos

THIS DOESN’T WORK ON ALL VIDEOS

Somewhere in the code for the video you are going to find something like:

widgetId=1

All you need to do is change the 1 to a 2 and you are set.

For example, here is the code with a video autoplaying:

<iframe width=”620″ height=”350″ src=”http://launch.newsinc.com/?type=VideoPlayer/Single&widgetId=1&trackingGroup=69016&siteSection=ndn&videoId=26451728&playlistId=15138″ frameborder=”no” scrolling=”no” noresize marginwidth=”0″ marginheight=”0″></iframe>

And here is the code modified so it doesn’t:

<iframe width=”620″ height=”350″ src=”http://launch.newsinc.com/?type=VideoPlayer/Single&widgetId=2&trackingGroup=69016&siteSection=ndn&videoId=26451728&playlistId=15138″ frameborder=”no” scrolling=”no” noresize marginwidth=”0″ marginheight=”0″></iframe>