Самый надежный способ сделать это - установить innerHTML элемента в ваш HTML. Итак, используя jquery:
$("div.360container > p").click( function() {
// show different swf by changing the value of the first param and src of the embed
$(".mycontainer").html("<object ....><param name='movie' value='" + movieUrl + "' />....");
});