You can delete the div "usplayer" content and rewrite the embedding code with new link, with jQuery it's very easy:

PHP Code: 
$(".links a").click(function(){
embed = $('<object id="jwplayer786" class....>....<param name="FlashVars" value="'+$(this).href()+'" />'); //the same embedding code with just changin the FlashVars value with the clicked link...
$("#usplayer").html(embed);
return 
false//to stop the a click event
}); 
l0ck Reviewed by l0ck on . JavaScript help hi all, i have plan to create streaming site. All is Ok but when I want load video link to player , i dont know how to do it (reason : i'm noob of javascript) here is My Embed Player : <div id="usplayer"> <object id="jwplayer786" classid="jwplayer0786" width="590" height="300" bgcolor="#000000"> <param name="movie" value="player.swf" /> <param name="allowFullScreen" value="true" /> <param name="allowScriptAccess" value="always" /> <param name="FlashVars" value="$link_will_load" Rating: 5