PDA

View Full Version : Autoplay embedded YouTube videos in HD



Harry
12-24-2008, 07:10 PM
Got an embedded video on your webpage and want it to automatically play, and in higher quality?
Example (http://hy71194.no-ip.biz/).

Here is the code, all you must do is replace VIDEOID with the ID of your video. Example: http://www.youtube.com/watch?v=kh8WvNWDISg . The video ID would be kh8WvNWDISg . You then paste the code and enjoy the video :D

<center><object width="640" height="505"><param name="movie" value="http://www.youtube.com/v/VIDEOID&hl=en&fs=1&fmt=18&rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/VIDEOID&fmt=18&autoplay=1&ap=%2526fmt%3D18&rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="640" height="505"></embed></object></center>

Enjoy ;)
~ Hy71194