A aistee Regular Member Joined Jul 6, 2008 Messages 366 Reaction score 231 Oct 30, 2008 #1 Hi. Is ther any way to make a youtube movie autoplay when womeone inters your website? Last edited: Oct 30, 2008
A aistee Regular Member Joined Jul 6, 2008 Messages 366 Reaction score 231 Oct 30, 2008 #2 Never mind. Google and you shall know. Here was the answer to my question: http://www.google.com/support/youtube/bin/answer.py?hl=en&answer=56107
Never mind. Google and you shall know. Here was the answer to my question: http://www.google.com/support/youtube/bin/answer.py?hl=en&answer=56107
S shxckj Newbie Joined Nov 4, 2008 Messages 7 Reaction score 0 Nov 4, 2008 #3 <object width="425" height="344"><param name="movie" value="url address"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="="url address"" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object> change as bellow: <embed src="url address&autoplay=1" width=280 height=210 type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed> so you just need add &autoplay=1 to every youtube url address, but notice &autoplay=1 not &autoplay=2
<object width="425" height="344"><param name="movie" value="url address"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="="url address"" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object> change as bellow: <embed src="url address&autoplay=1" width=280 height=210 type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed> so you just need add &autoplay=1 to every youtube url address, but notice &autoplay=1 not &autoplay=2