Can I make my embedded videos autoplay ?
Some one want to autostart YouTube videos in their Blog, MYspace and other website which accepte the YouTube code embed. For example:I want to put this YouTube video into my Blog, the code can be founed here:

<object width=”425″ height=”344″><param name=”movie” value=”http://www.youtube.com/v/WwBhnFZ8Gfs”></param><param name=”allowFullScreen” value=”true”></param><embed src=”http://www.youtube.com/v/WwBhnFZ8Gfs&hl=en&fs=1″ type=”application/x-shockwave-flash” allowfullscreen=”true” width=”425″ height=”344″></embed></object>
Now it begain to auto play youtube videos in my blog.
How you can play YouTube Videos automatically on your blog, my space?
You only need to change the above code to :
<object width=”425″ height=”344″><param name=”movie” value=”http://www.youtube.com/v/WwBhnFZ8Gfs&autoplay=1“></param><param name=”allowFullScreen” value=”true”></param><embed src=http://www.youtube.com/v/WwBhnFZ8Gfs&autoplay=1″ type=”application/x-shockwave-flash” allowfullscreen=”true” width=”425″ height=”344″></embed></object> With “&autoplay=1″ added to the end of the URL. Remember: Two Places
Enjoy it~
Autostarting YouTube videos on MySpace is definitely possible. In essence all you need to do is to tweak your Youtube code a bit. The following procedure i put together will help you to autostart YouTube videos on MySpace:
- Go to YouTube and grab the code placed in the Embed field. For example:
<object width="425" height="350"><param name="movie" value="http://www.youtube.com/watch?v=0mvboO3ts6k"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/watch?v=0mvboO3ts6k" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object> - Add the &autoplay=1 suffix to the video URL as specified in the value and src tags:
<object width="425" height="350"><param name="movie" value="http://www.youtube.com/watch?v=0mvboO3ts6k&autoplay=1“></param><param name=”wmode” value=”transparent”></param><embed src=”http://www.youtube.com/watch?v=0mvboO3ts6k&autoplay=1" type=”application/x-shockwave-flash” wmode=”transparent” width=”425″ height=”350″></embed></object> - Paste the YouTube code you grabbed to your MySpace profile.
- Click Preview Profile and check how your profile looks.
- If satisfied, hit Save all changes.
Posted by admin in Enjoy YouTube






















