Kan ik mijn ingesloten video's automatisch worden afgespeeld?
Sommigen willen een YouTube-video's autostart in hun Blog, MySpace en andere website die de YouTube-code accepte insluiten.
Bijvoorbeeld: Ik wil deze YouTube-video's in mijn Blog, kan de code worden hier founed: 
<object width="425" height="344"> <param name="movie" value="http://www.youtube.com/v/WwBhnFZ8Gfs"> </ param> <param name = "allowFullScreen" waarde = "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>
Nu begain aan auto spelen youtube video's in mijn blog.
Hoe kun je YouTube-video's automatisch op je blog, mijn ruimte?
U hoeft alleen maar om de bovenstaande code:
type=”application/x-shockwave-flash” allowfullscreen=”true” width=”425″ height=”344″></embed></object> With “&autoplay=1″ added to the end of the URL. <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> Met "& autoplay = 1" toegevoegd aan het einde van de URL. Onthoud: twee plaatsen
Enjoy it ~
Autostarting YouTube-video's op MySpace is zeker mogelijk. In wezen alles wat je hoeft te doen is te tweaken je YouTube-code een beetje. De volgende procedure ik samen zullen u helpen om YouTube-video's op MySpace Autostart:
<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> <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>
thanks, werkte goed voor mij