Desole je suis nouveau dans la programmation, sur mon site, j'affiche des video daily motion du type:
<div><object width="420" height="336"><param name="movie" value="http://www.dailymotion.com/swf/x3u7kk&v3=1&related=1"></param><param name="allowFullScreen" value="true"></param><param name="allowScriptAccess" value="always"></param><embed src="http://www.dailymotion.com/swf/x3u7kk&v3=1&related=1" type="application/x-shockwave-flash" width="420" height="336" allowFullScreen="true" allowScriptAccess="always"></embed></object><br /><b><a href="http://www.dailymotion.com/video/x3u7kk_mfda-4x05-la-phalange-du-singe-part_fun">MFDA 4x05 La Phalange Du Singe (part1)</a></b><br /><i>envoyé par <a href="http://www.dailymotion.com/Kinay90">Kinay90</a></i></div>
j'aurais aimer changer la video (pour eviter de trop en afficher), a l'aide de java, je pense que cet exemple peut m'aider, mais je n'arrive pas a l'appliquer:
<script language="Javascript">
function code()
{
var oDiv = null;
oDiv = document.getElementById("movie");
oDiv.value="http://www.dailymotion.com/swf/x3wj9l";
}
</script>
<input type="button" value="Liste" onclick="javascript:code()">
J'ai esssayer d'autre code, mais...sans succes


