Hello all! For efficiency's sake, a friend of mine is using insert/edit embedded media button in WordPress 2.8.4., but cannot get it the video to autoplay, even though autoplay is selected. Any idea what code needs to be changed in the following to get the video to start automatically when the page is loaded? Would changing en&autoplay to en&autoplay=1 do the trick? Thanks much! <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="340" height="285" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube-nocookie.com/v/(VIDEO NUMBER);hl=en&autoplay=1&rel=0&color1=0x3a3a3a&color2=0x999999&border=1" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="340" height="285" src="http://www.youtube-nocookie.com/v/(VIDEO NUMBER)&hl=en&autoplay=1&rel=0&color1=0x3a3a3a&color2=0x999999&border=1" allowfullscreen="true" allowscriptaccess="always"></embed></object>