bonjour a tous,
j'aimerais mettre sur mon site un video de youtube.
Pour l'instant j'ai pris le code embed et je l'ai mis dans mon fichier xml
comme cela :
<video_title>test title video</video_title>
<video_embed>
<object width="560" height="340"><param name="movie" value="http://www.youtube.com/v/oC4FAyg64OI&hl=fr&fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/oC4FAyg64OI&hl=fr&fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"></embed></object></video_embed>
De plus, dans une page php je veux appeler ce code pour l'afficher et la je n'arrive pas.
Donc j'aimerais savoir si qlq'un pouvais m'aider a résoudre ca.
voila merci
Partager