If you want your video start playing automatically whenever somebody visit your perfspot page then you need to do a simple thing. First thing you need do is to go to youtube to get the video code which you want to make auto play for your page. Note: if you don't know how to do it then please click Here Given below is the video code which i copied from youtube and you just need to do as mentioned below. Notice the yellow line between embed text. <object width="560" height="349"><param name="movie" value="http://www.youtube.com/v/vpq05GA4D6M?version=3&hl=en_US"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/vpq05GA4D6M?version=3&hl=en_US" type="application/x-shockwave-flash" width="560" height="349" allowscriptaccess="always" allowfullscreen="true"></embed></object> And now you need to add "&autoplay=1" text in the end of this yellow selected line but before the dubble quote ("). Now your code will be looking like this:- <object width="560" height="349"><param name="movie" value="http://www.youtube.com/v/vpq05GA4D6M?version=3&hl=en_US"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/vpq05GA4D6M?version=3&hl=en_US&autoplay=1" type="application/x-shockwave-flash" width="560" height="349" allowscriptaccess="always" allowfullscreen="true"></embed></object> Now this is an auto play video you just need to copy this code and post on your perf spot page. |
Thanks for visiting my blog have a nice day!!!