I’d like the embedded playlist on my charity’s website (see here) to autoplay when a visitor opens the site. I know that one used to be able to append &autoplay=1 to an individual video to make it do this, but I can’t figure it out for a playlist. The code I’m currently using is below.
<object align=right width=“480” height=“385”><param name=“movie” value=“http://www.youtube.com/p/63DCB64FE8847BDE&hl=en_US&fs=1”></param><param name=“allowFullScreen” value=“true”></param><param name=“allowscriptaccess” value=“always”></param><embed src=“http://www.youtube.com/p/63DCB64FE8847BDE&hl=en_US&fs=1” type=“application/x-shockwave-flash” width=“480” height=“385” allowscriptaccess=“always” allowfullscreen=“true”></embed></object>
This is time sensitive because we have a press release going out to 300 journalists very shortly so any solutions would be most appreciated indeed